body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: #4479d9 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !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: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !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: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #4479d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2150a5 !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: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !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: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #4479d9 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f4a98 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !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: #ff5500 !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: #4479d9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4479d9;
  border-color: #4479d9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4479d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', 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: #4479d9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #4479d9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4479d9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4479d9;
}
.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: #4479d9;
  border-bottom-color: #4479d9;
}
.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: #4479d9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%234479d9' %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-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGGyI6fG2Y {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sGF4EprNC3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sGF4EprNC3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sGF4EprNC3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-sGF4EprNC3 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sGF4EprNC3 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sGF4EprNC3 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sGF4EprNC3 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGF4EprNC3 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sGF4EprNC3 .social-row {
  text-align: center;
}
.cid-sGF4EprNC3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sGF4EprNC3 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sGF4EprNC3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sGF4EprNC3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sGF4EprNC3 .card-text,
.cid-sGF4EprNC3 .mbr-section-btn,
.cid-sGF4EprNC3 .social-row {
  text-align: left;
}
.cid-sGF4EprNC3 .card-title,
.cid-sGF4EprNC3 .social-row {
  text-align: left;
}
.cid-sGF4EprNC3 .mbr-role,
.cid-sGF4EprNC3 .social-row {
  text-align: left;
  color: #000000;
}
.cid-sGFm3nyO1J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sGFm3nyO1J .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sGFm3nyO1J .team-card:hover {
  transform: translateY(-10px);
}
.cid-sGFm3nyO1J .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sGFm3nyO1J .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sGFm3nyO1J .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sGFm3nyO1J .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGFm3nyO1J .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sGFm3nyO1J .social-row {
  text-align: center;
}
.cid-sGFm3nyO1J .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sGFm3nyO1J .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sGFm3nyO1J .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sGFm3nyO1J .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sGFm3nyO1J .card-text,
.cid-sGFm3nyO1J .mbr-section-btn,
.cid-sGFm3nyO1J .social-row {
  text-align: left;
}
.cid-sGFm3nyO1J .card-title,
.cid-sGFm3nyO1J .social-row {
  text-align: left;
}
.cid-sGFm3nyO1J .mbr-role,
.cid-sGFm3nyO1J .social-row {
  text-align: left;
}
.cid-sGFu50veXF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sGFu50veXF .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sGFu50veXF .team-card:hover {
  transform: translateY(-10px);
}
.cid-sGFu50veXF .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sGFu50veXF .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sGFu50veXF .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sGFu50veXF .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGFu50veXF .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sGFu50veXF .social-row {
  text-align: center;
}
.cid-sGFu50veXF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sGFu50veXF .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sGFu50veXF .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sGFu50veXF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sGFu50veXF .card-text,
.cid-sGFu50veXF .mbr-section-btn,
.cid-sGFu50veXF .social-row {
  text-align: left;
}
.cid-sGFu50veXF .card-title,
.cid-sGFu50veXF .social-row {
  text-align: left;
}
.cid-sGFu50veXF .mbr-role,
.cid-sGFu50veXF .social-row {
  text-align: left;
}
.cid-sGFRMrygbs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sGFRMrygbs .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sGFRMrygbs .team-card:hover {
  transform: translateY(-10px);
}
.cid-sGFRMrygbs .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sGFRMrygbs .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sGFRMrygbs .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sGFRMrygbs .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGFRMrygbs .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sGFRMrygbs .social-row {
  text-align: center;
}
.cid-sGFRMrygbs .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sGFRMrygbs .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sGFRMrygbs .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sGFRMrygbs .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sGFRMrygbs .card-text,
.cid-sGFRMrygbs .mbr-section-btn,
.cid-sGFRMrygbs .social-row {
  text-align: left;
}
.cid-sGFRMrygbs .card-title,
.cid-sGFRMrygbs .social-row {
  text-align: left;
}
.cid-sGFRMrygbs .mbr-role,
.cid-sGFRMrygbs .social-row {
  text-align: left;
}
.cid-sJwwVorxxs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJ9sEO5DuI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJ9sEO5DuI .mbr-section-title {
  margin-bottom: 25px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJ9sEO5DuI .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJ9sEO5DuI .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJ9sEO5DuI .image {
  margin: auto;
}
.cid-sJ9sEO5DuI .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJ9sEO5DuI .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJ9sEO5DuI .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJ9sEO5DuI .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJ9sEO5DuI .bottom__block {
  margin-bottom: 40px;
}
.cid-sJ9sEO5DuI .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJ9sEO5DuI .card__text {
  color: #232323;
}
.cid-sJ9sEO5DuI .mbr-text,
.cid-sJ9sEO5DuI .linked {
  color: #d0d0d0;
}
.cid-sJ9sEO5DuI .mbr-text,
.cid-sJ9sEO5DuI .linked {
  color: #232323;
}
.cid-sGFV8rdT81 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGFV8rdT81 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGFV8rdT81 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGFV8rdT81 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGFV8rdT81 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGFV8rdT81 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGFV8rdT81 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGFV8rdT81 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGFV8rdT81 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGFV8rdT81 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGFV8rdT81 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGFV8rdT81 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGFV8rdT81 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGFV8rdT81 .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-sGFV8rdT81 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGFV8rdT81 [class^="socicon-"]:before,
.cid-sGFV8rdT81 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGG0t2OSUc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGG0t2OSUc .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGGzzOox1X {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGFWwtKDuB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGFWrzz9RJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGFWrzz9RJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGFWrzz9RJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGFWrzz9RJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGFYwiTMbH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGFYwiTMbH .mbr-section-title {
  text-align: center;
}
.cid-sGFYwiTMbH .mbr-text,
.cid-sGFYwiTMbH .link {
  text-align: left;
}
.cid-sJwzBpZI8X {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJwzgz0SP2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJwzgz0SP2 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJwzgz0SP2 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJwzgz0SP2 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJwzgz0SP2 .image {
  margin: auto;
}
.cid-sJwzgz0SP2 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJwzgz0SP2 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJwzgz0SP2 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJwzgz0SP2 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJwzgz0SP2 .bottom__block {
  margin-bottom: 40px;
}
.cid-sJwzgz0SP2 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJwzgz0SP2 .card__text {
  color: #22a5e5;
}
.cid-sJwzgz0SP2 .mbr-text,
.cid-sJwzgz0SP2 .linked {
  color: #d0d0d0;
}
.cid-sJwzgz0SP2 .mbr-text,
.cid-sJwzgz0SP2 .linked {
  color: #000000;
}
.cid-sGFVsmJqii {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGFVsmJqii .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGFVsmJqii .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGFVsmJqii .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGFVsmJqii .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGFVsmJqii .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGFVsmJqii .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGFVsmJqii .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGFVsmJqii .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGFVsmJqii .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGFVsmJqii .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGFVsmJqii .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGFVsmJqii .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGFVsmJqii .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-sGFVsmJqii .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGFVsmJqii [class^="socicon-"]:before,
.cid-sGFVsmJqii [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGG0A858Ls {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGG0A858Ls .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGGA9TEr6A {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGA9U8sWF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGBmzmQDa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGGBmzmQDa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGGBmzmQDa .row {
  flex-direction: row-reverse;
}
.cid-sGGBmzmQDa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGGBmzmQDa .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGGBb2Q3ks {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJwHYR1YCA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJwHXxEvWi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJwHXxEvWi .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJwHXxEvWi .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJwHXxEvWi .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJwHXxEvWi .image {
  margin: auto;
}
.cid-sJwHXxEvWi .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJwHXxEvWi .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJwHXxEvWi .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJwHXxEvWi .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJwHXxEvWi .bottom__block {
  margin-bottom: 40px;
}
.cid-sJwHXxEvWi .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJwHXxEvWi .card__text {
  color: #22a5e5;
}
.cid-sJwHXxEvWi .mbr-text,
.cid-sJwHXxEvWi .linked {
  color: #d0d0d0;
}
.cid-sJwHXxEvWi .mbr-text,
.cid-sJwHXxEvWi .linked {
  color: #000000;
}
.cid-sGGA9WhJSY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGA9WhJSY .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGGA9WhJSY .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGGA9WhJSY .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGGA9WhJSY .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGGA9WhJSY .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGGA9WhJSY .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGGA9WhJSY .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGGA9WhJSY .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGGA9WhJSY .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGGA9WhJSY .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGGA9WhJSY .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGGA9WhJSY .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGGA9WhJSY .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-sGGA9WhJSY .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGGA9WhJSY [class^="socicon-"]:before,
.cid-sGGA9WhJSY [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGGA9WM9cf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGA9WM9cf .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGGGvsC34d {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGGvsYPOI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGGvukgYZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGGvukgYZ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGGGvukgYZ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGGGvukgYZ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGGGvukgYZ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGGGvukgYZ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGGGvukgYZ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGGGvukgYZ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGGGvukgYZ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGGGvukgYZ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGGGvukgYZ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGGGvukgYZ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGGGvukgYZ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGGGvukgYZ .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-sGGGvukgYZ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGGGvukgYZ [class^="socicon-"]:before,
.cid-sGGGvukgYZ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGGGvuEsEv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGGvuEsEv .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGGIAprJky {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGIAq7W1H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGKeJsvhd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGGKeJsvhd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGGKeJsvhd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGGKeJsvhd .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGGMH07LPM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGIAqKUHN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGIAqKUHN .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGGIAqKUHN .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGGIAqKUHN .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGGIAqKUHN .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGGIAqKUHN .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGGIAqKUHN .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGGIAqKUHN .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGGIAqKUHN .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGGIAqKUHN .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGGIAqKUHN .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGGIAqKUHN .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGGIAqKUHN .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGGIAqKUHN .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-sGGIAqKUHN .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGGIAqKUHN [class^="socicon-"]:before,
.cid-sGGIAqKUHN [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGGIAr6zhX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGIAr6zhX .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGGNWtfEOp {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGNWtGGHG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGNWtXKSS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGGNWtXKSS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGGNWtXKSS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGGNWtXKSS .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGGNWukHlM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGNWuB2EK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGNWuB2EK .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGGNWuB2EK .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGGNWuB2EK .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGGNWuB2EK .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGGNWuB2EK .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGGNWuB2EK .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGGNWuB2EK .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGGNWuB2EK .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGGNWuB2EK .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGGNWuB2EK .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGGNWuB2EK .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGGNWuB2EK .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGGNWuB2EK .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-sGGNWuB2EK .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGGNWuB2EK [class^="socicon-"]:before,
.cid-sGGNWuB2EK [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGGNWuUBUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGNWuUBUH .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGGUsLrFfi {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGUsM0zTa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGUsMld1B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGGUsMld1B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGGUsMld1B img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGGUsMld1B .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGGUsN1H6l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGUsNipiS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGUsNipiS .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGGUsNipiS .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGGUsNipiS .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGGUsNipiS .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGGUsNipiS .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGGUsNipiS .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGGUsNipiS .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGGUsNipiS .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGGUsNipiS .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGGUsNipiS .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGGUsNipiS .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGGUsNipiS .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGGUsNipiS .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-sGGUsNipiS .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGGUsNipiS [class^="socicon-"]:before,
.cid-sGGUsNipiS [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGGUsNEatP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGUsNEatP .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGGXp2mfXq {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGXp2W7r6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGXp3i02I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGGXp3i02I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGGXp3i02I img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGGXp3i02I .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGGXp3NN9U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGYegRT8k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGGYegRT8k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGGYegRT8k .row {
  flex-direction: row-reverse;
}
.cid-sGGYegRT8k img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGGYegRT8k .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGGYfAW1Un {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGXp4n8b9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGXp4n8b9 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGGXp4n8b9 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGGXp4n8b9 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGGXp4n8b9 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGGXp4n8b9 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGGXp4n8b9 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGGXp4n8b9 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGGXp4n8b9 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGGXp4n8b9 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGGXp4n8b9 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGGXp4n8b9 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGGXp4n8b9 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGGXp4n8b9 .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-sGGXp4n8b9 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGGXp4n8b9 [class^="socicon-"]:before,
.cid-sGGXp4n8b9 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGGXp4H32k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGGXp4H32k .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGH2Hvmuwo {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGH2HvVUPV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGH2Hwg0H3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGH2Hwg0H3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGH2Hwg0H3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGH2Hwg0H3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGH2HwMsXA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGH2HxpeH7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGH2HxpeH7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGH2HxpeH7 .row {
  flex-direction: row-reverse;
}
.cid-sGH2HxpeH7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGH2HxpeH7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGH2HxKWHX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGH2HxZmGe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGH2HxZmGe .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGH2HxZmGe .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGH2HxZmGe .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGH2HxZmGe .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGH2HxZmGe .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGH2HxZmGe .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGH2HxZmGe .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGH2HxZmGe .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGH2HxZmGe .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGH2HxZmGe .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGH2HxZmGe .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGH2HxZmGe .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGH2HxZmGe .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-sGH2HxZmGe .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGH2HxZmGe [class^="socicon-"]:before,
.cid-sGH2HxZmGe [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGH2HyieQh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGH2HyieQh .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGH8GnYu5o {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGH8Gopm6b {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGH8GoIizf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGH8GoIizf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGH8GoIizf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGH8GoIizf .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGH8Gp4e2T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGH8GpXHir {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGH8GpXHir .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGH8GpXHir .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGH8GpXHir .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGH8GpXHir .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGH8GpXHir .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGH8GpXHir .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGH8GpXHir .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGH8GpXHir .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGH8GpXHir .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGH8GpXHir .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGH8GpXHir .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGH8GpXHir .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGH8GpXHir .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-sGH8GpXHir .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGH8GpXHir [class^="socicon-"]:before,
.cid-sGH8GpXHir [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGH8Gql3Mh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGH8Gql3Mh .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGHaRBWv3j {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGHaRCoJCI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGHaRDikC7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGHaRDikC7 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGHaRDikC7 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGHaRDikC7 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGHaRDikC7 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGHaRDikC7 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGHaRDikC7 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGHaRDikC7 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGHaRDikC7 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGHaRDikC7 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGHaRDikC7 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGHaRDikC7 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGHaRDikC7 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGHaRDikC7 .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-sGHaRDikC7 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGHaRDikC7 [class^="socicon-"]:before,
.cid-sGHaRDikC7 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGHaRDBxDx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGHaRDBxDx .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGHbQNgrpv {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGHcve97Wb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGHcve97Wb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGHcve97Wb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGHcve97Wb .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGHd1MOEmx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGHbQNZD55 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGHbQNZD55 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGHbQNZD55 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGHbQNZD55 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGHbQNZD55 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGHbQNZD55 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGHbQNZD55 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGHbQNZD55 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGHbQNZD55 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGHbQNZD55 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGHbQNZD55 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGHbQNZD55 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGHbQNZD55 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGHbQNZD55 .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-sGHbQNZD55 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGHbQNZD55 [class^="socicon-"]:before,
.cid-sGHbQNZD55 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGHbQOigH7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGHbQOigH7 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGHeY8GqNL {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGHfmiuMIo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGHgh7vhhi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGHgh7vhhi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGHgh7vhhi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGHgh7vhhi .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGHgiRBjOo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGHhj7IyOC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGHhj7IyOC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGHhj7IyOC .row {
  flex-direction: row-reverse;
}
.cid-sGHhj7IyOC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGHhj7IyOC .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGHidlsRSG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGHiuT6RvF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGHiuT6RvF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGHiuT6RvF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGHiuT6RvF .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGHjrpazRU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGHeY9IYNi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGHeY9IYNi .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGHeY9IYNi .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGHeY9IYNi .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGHeY9IYNi .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGHeY9IYNi .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGHeY9IYNi .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGHeY9IYNi .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGHeY9IYNi .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGHeY9IYNi .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGHeY9IYNi .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGHeY9IYNi .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGHeY9IYNi .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGHeY9IYNi .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-sGHeY9IYNi .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGHeY9IYNi [class^="socicon-"]:before,
.cid-sGHeY9IYNi [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGHeYa1o7Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGHeYa1o7Q .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGKvX5UXF2 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKvX6e0ZA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKvX6s7Th {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGKvX6s7Th .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGKvX6s7Th img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGKvX6s7Th .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGKvX6OiL4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKvX72RQq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGKvX72RQq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGKvX72RQq .row {
  flex-direction: row-reverse;
}
.cid-sGKvX72RQq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGKvX72RQq .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGKvX7no8b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKvX7CtCm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGKvX7CtCm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGKvX7CtCm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGKvX7CtCm .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGKvX7XlZN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKvX8dIAG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKvX8dIAG .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGKvX8dIAG .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGKvX8dIAG .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGKvX8dIAG .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGKvX8dIAG .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGKvX8dIAG .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGKvX8dIAG .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGKvX8dIAG .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGKvX8dIAG .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGKvX8dIAG .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGKvX8dIAG .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGKvX8dIAG .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGKvX8dIAG .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-sGKvX8dIAG .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGKvX8dIAG [class^="socicon-"]:before,
.cid-sGKvX8dIAG [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGKvX8xwyo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKvX8xwyo .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGKAr8Owx8 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKAr9ff15 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKAr9uMlZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGKAr9uMlZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGKAr9uMlZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGKAr9uMlZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGKArb9WrT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKArb9WrT .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGKArb9WrT .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGKArb9WrT .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGKArb9WrT .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGKArb9WrT .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGKArb9WrT .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGKArb9WrT .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGKArb9WrT .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGKArb9WrT .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGKArb9WrT .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGKArb9WrT .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGKArb9WrT .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGKArb9WrT .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-sGKArb9WrT .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGKArb9WrT [class^="socicon-"]:before,
.cid-sGKArb9WrT [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGKArbtIbT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKArbtIbT .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGKBO8nldx {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKBO8NZwQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKBO9mW8O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKBO9mW8O .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGKBO9mW8O .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGKBO9mW8O .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGKBO9mW8O .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGKBO9mW8O .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGKBO9mW8O .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGKBO9mW8O .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGKBO9mW8O .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGKBO9mW8O .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGKBO9mW8O .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGKBO9mW8O .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGKBO9mW8O .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGKBO9mW8O .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-sGKBO9mW8O .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGKBO9mW8O [class^="socicon-"]:before,
.cid-sGKBO9mW8O [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGKBO9CWx3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKBO9CWx3 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGKCIwrVhp {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKCIwQvRf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJwWAN5Z8N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJwPHv4rZv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJwPHv4rZv .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJwPHv4rZv .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJwPHv4rZv .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJwPHv4rZv .image {
  margin: auto;
}
.cid-sJwPHv4rZv .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJwPHv4rZv .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJwPHv4rZv .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJwPHv4rZv .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJwPHv4rZv .bottom__block {
  margin-bottom: 40px;
}
.cid-sJwPHv4rZv .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJwPHv4rZv .card__text {
  color: #22a5e5;
}
.cid-sJwPHv4rZv .mbr-text,
.cid-sJwPHv4rZv .linked {
  color: #d0d0d0;
}
.cid-sJwPHv4rZv .mbr-text,
.cid-sJwPHv4rZv .linked {
  color: #000000;
}
.cid-sGKCIx5IHf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKCIx5IHf .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGKCIx5IHf .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGKCIx5IHf .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGKCIx5IHf .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGKCIx5IHf .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGKCIx5IHf .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGKCIx5IHf .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGKCIx5IHf .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGKCIx5IHf .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGKCIx5IHf .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGKCIx5IHf .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGKCIx5IHf .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGKCIx5IHf .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-sGKCIx5IHf .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGKCIx5IHf [class^="socicon-"]:before,
.cid-sGKCIx5IHf [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGKCIxmkE1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKCIxmkE1 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGKVs1HZaS {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGL2fSfW8k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKXqaSUZF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGKXqaSUZF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGKXqaSUZF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGKXqaSUZF .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGKXsuBmJu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGKXsuBmJu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGKXsuBmJu .row {
  flex-direction: row-reverse;
}
.cid-sGKXsuBmJu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGKXsuBmJu .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGKXrpddKz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGKXrpddKz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGKXrpddKz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGKXrpddKz .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGKXqLN5En {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGKXqLN5En .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGKXqLN5En .row {
  flex-direction: row-reverse;
}
.cid-sGKXqLN5En img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGKXqLN5En .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGL5x7b4dV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGL5bSO4UO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGL5bSO4UO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGL5bSO4UO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGL5bSO4UO .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGL7lGjKTm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLRXSOi9FW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sMlZpHj1YE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sMlZpHj1YE .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sMlZpHj1YE .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sMlZpHj1YE .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMlZpHj1YE .image {
  margin: auto;
}
.cid-sMlZpHj1YE .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sMlZpHj1YE .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sMlZpHj1YE .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sMlZpHj1YE .linked {
    margin: 30px 0 40px;
  }
}
.cid-sMlZpHj1YE .bottom__block {
  margin-bottom: 40px;
}
.cid-sMlZpHj1YE .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sMlZpHj1YE .card__text {
  color: #22a5e5;
}
.cid-sMlZpHj1YE .mbr-text,
.cid-sMlZpHj1YE .linked {
  color: #d0d0d0;
}
.cid-sMlZpHj1YE .mbr-text,
.cid-sMlZpHj1YE .linked {
  color: #000000;
}
.cid-sGKVs3hRJT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKVs3hRJT .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGKVs3hRJT .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGKVs3hRJT .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGKVs3hRJT .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGKVs3hRJT .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGKVs3hRJT .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGKVs3hRJT .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGKVs3hRJT .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGKVs3hRJT .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGKVs3hRJT .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGKVs3hRJT .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGKVs3hRJT .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGKVs3hRJT .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-sGKVs3hRJT .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGKVs3hRJT [class^="socicon-"]:before,
.cid-sGKVs3hRJT [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGKVs3FMh9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGKVs3FMh9 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGLg1ozTqh {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLg1oYTVP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLg1qmDn6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLg1qmDn6 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGLg1qmDn6 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGLg1qmDn6 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGLg1qmDn6 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGLg1qmDn6 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGLg1qmDn6 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGLg1qmDn6 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGLg1qmDn6 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGLg1qmDn6 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGLg1qmDn6 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGLg1qmDn6 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGLg1qmDn6 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGLg1qmDn6 .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-sGLg1qmDn6 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGLg1qmDn6 [class^="socicon-"]:before,
.cid-sGLg1qmDn6 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGLg1qHA6j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLg1qHA6j .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGLoEPSUu0 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLoEQij1i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLoEQxOqn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGLoEQxOqn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGLoEQxOqn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGLoEQxOqn .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGLoEQT3w5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLoER8ZV4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGLoER8ZV4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGLoER8ZV4 .row {
  flex-direction: row-reverse;
}
.cid-sGLoER8ZV4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGLoER8ZV4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGLoERseCE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLoERIhhb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGLoERIhhb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGLoERIhhb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGLoERIhhb .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGLoES20dT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLoESi6YZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLoESi6YZ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGLoESi6YZ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGLoESi6YZ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGLoESi6YZ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGLoESi6YZ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGLoESi6YZ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGLoESi6YZ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGLoESi6YZ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGLoESi6YZ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGLoESi6YZ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGLoESi6YZ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGLoESi6YZ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGLoESi6YZ .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-sGLoESi6YZ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGLoESi6YZ [class^="socicon-"]:before,
.cid-sGLoESi6YZ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGLoESBnZK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLoESBnZK .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGLsV0G0gc {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLsV15XqY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLtnbeBW9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGLtnbeBW9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGLtnbeBW9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGLtnbeBW9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGLtoGaU9U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLtpmWwBw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGLtpmWwBw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGLtpmWwBw .row {
  flex-direction: row-reverse;
}
.cid-sGLtpmWwBw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGLtpmWwBw .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGLtqbOeHG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLsV1lzFo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLsV1lzFo .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGLsV1lzFo .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGLsV1lzFo .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGLsV1lzFo .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGLsV1lzFo .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGLsV1lzFo .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGLsV1lzFo .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGLsV1lzFo .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGLsV1lzFo .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGLsV1lzFo .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGLsV1lzFo .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGLsV1lzFo .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGLsV1lzFo .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-sGLsV1lzFo .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGLsV1lzFo [class^="socicon-"]:before,
.cid-sGLsV1lzFo [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGLsV1CGA1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGLsV1CGA1 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGMYjTxc4u {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGMYThBAuJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGMYThBAuJ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4479d9;
  margin-left: 1rem;
}
.cid-sGMYThBAuJ .panel-group {
  border: none;
}
.cid-sGMYThBAuJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sGMYThBAuJ .panel-body,
.cid-sGMYThBAuJ .card-header {
  padding: 1rem 0;
}
.cid-sGMYThBAuJ .panel-title-edit {
  color: #000000;
}
.cid-sGMYThBAuJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sGMYV6KgBB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGMYV6KgBB .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4479d9;
  margin-left: 1rem;
}
.cid-sGMYV6KgBB .panel-group {
  border: none;
}
.cid-sGMYV6KgBB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sGMYV6KgBB .panel-body,
.cid-sGMYV6KgBB .card-header {
  padding: 1rem 0;
}
.cid-sGMYV6KgBB .panel-title-edit {
  color: #000000;
}
.cid-sGMYV6KgBB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sGMYWcX2MD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGMYWcX2MD .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4479d9;
  margin-left: 1rem;
}
.cid-sGMYWcX2MD .panel-group {
  border: none;
}
.cid-sGMYWcX2MD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sGMYWcX2MD .panel-body,
.cid-sGMYWcX2MD .card-header {
  padding: 1rem 0;
}
.cid-sGMYWcX2MD .panel-title-edit {
  color: #000000;
}
.cid-sGMYWcX2MD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sGN2XwNy7r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGN2XwNy7r .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4479d9;
  margin-left: 1rem;
}
.cid-sGN2XwNy7r .panel-group {
  border: none;
}
.cid-sGN2XwNy7r .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sGN2XwNy7r .panel-body,
.cid-sGN2XwNy7r .card-header {
  padding: 1rem 0;
}
.cid-sGN2XwNy7r .panel-title-edit {
  color: #000000;
}
.cid-sGN2XwNy7r .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sGMYjY3vUx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGMYjY3vUx .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGMYjY3vUx .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGMYjY3vUx .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGMYjY3vUx .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGMYjY3vUx .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGMYjY3vUx .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGMYjY3vUx .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGMYjY3vUx .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGMYjY3vUx .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGMYjY3vUx .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGMYjY3vUx .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGMYjY3vUx .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGMYjY3vUx .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-sGMYjY3vUx .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGMYjY3vUx [class^="socicon-"]:before,
.cid-sGMYjY3vUx [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGMYjYoJZ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGMYjYoJZ9 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGN7y5CEeM {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugDZ2mp3Lf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugDZqcrqWj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugDZqcrqWj img,
.cid-ugDZqcrqWj .item-img {
  width: 100%;
}
.cid-ugDZqcrqWj .item:focus,
.cid-ugDZqcrqWj span:focus {
  outline: none;
}
.cid-ugDZqcrqWj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ugDZqcrqWj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ugDZqcrqWj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ugDZqcrqWj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugDZqcrqWj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ugDZqcrqWj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ugDZqcrqWj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ugDZqcrqWj .mbr-section-title {
  color: #232323;
}
.cid-ugDZqcrqWj .mbr-text,
.cid-ugDZqcrqWj .mbr-section-btn {
  text-align: left;
}
.cid-ugDZqcrqWj .item-title {
  text-align: left;
}
.cid-ugDZqcrqWj .item-subtitle {
  text-align: left;
}
.cid-ugE3maS0qa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugE3maS0qa img,
.cid-ugE3maS0qa .item-img {
  width: 100%;
}
.cid-ugE3maS0qa .item:focus,
.cid-ugE3maS0qa span:focus {
  outline: none;
}
.cid-ugE3maS0qa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ugE3maS0qa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ugE3maS0qa .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ugE3maS0qa .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugE3maS0qa .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ugE3maS0qa .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ugE3maS0qa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ugE3maS0qa .mbr-section-title {
  color: #232323;
}
.cid-ugE3maS0qa .mbr-text,
.cid-ugE3maS0qa .mbr-section-btn {
  text-align: left;
}
.cid-ugE3maS0qa .item-title {
  text-align: left;
}
.cid-ugE3maS0qa .item-subtitle {
  text-align: left;
}
.cid-ugE3l6N0al {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugE3l6N0al img,
.cid-ugE3l6N0al .item-img {
  width: 100%;
}
.cid-ugE3l6N0al .item:focus,
.cid-ugE3l6N0al span:focus {
  outline: none;
}
.cid-ugE3l6N0al .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ugE3l6N0al .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ugE3l6N0al .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ugE3l6N0al .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugE3l6N0al .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ugE3l6N0al .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ugE3l6N0al .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ugE3l6N0al .mbr-section-title {
  color: #232323;
}
.cid-ugE3l6N0al .mbr-text,
.cid-ugE3l6N0al .mbr-section-btn {
  text-align: left;
}
.cid-ugE3l6N0al .item-title {
  text-align: left;
}
.cid-ugE3l6N0al .item-subtitle {
  text-align: left;
}
.cid-sGN7y7WBLt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGN7y7WBLt .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGN7y7WBLt .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGN7y7WBLt .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGN7y7WBLt .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGN7y7WBLt .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGN7y7WBLt .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGN7y7WBLt .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGN7y7WBLt .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGN7y7WBLt .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGN7y7WBLt .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGN7y7WBLt .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGN7y7WBLt .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGN7y7WBLt .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-sGN7y7WBLt .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGN7y7WBLt [class^="socicon-"]:before,
.cid-sGN7y7WBLt [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGN7y8gSox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGN7y8gSox .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGNe5yfKkW {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNetEwaQe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGNetEwaQe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGNetEwaQe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGNetEwaQe .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGNfU8j82z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4pBaB59Vc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4pBaB59Vc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4pBaB59Vc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4pygnKzcN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4pygnKzcN .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4pygnKzcN .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4pygnKzcN .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4pygnKzcN .image {
  margin: auto;
}
.cid-u4pygnKzcN .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4pygnKzcN .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4pygnKzcN .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4pygnKzcN .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4pygnKzcN .bottom__block {
  margin-bottom: 40px;
}
.cid-u4pygnKzcN .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4pygnKzcN .card__text {
  color: #22a5e5;
}
.cid-u4pygnKzcN .mbr-text,
.cid-u4pygnKzcN .linked {
  color: #d0d0d0;
}
.cid-u4pygnKzcN .mbr-text,
.cid-u4pygnKzcN .linked {
  color: #000000;
}
.cid-sGNe5ASnhv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNe5ASnhv .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGNe5ASnhv .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGNe5ASnhv .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGNe5ASnhv .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGNe5ASnhv .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGNe5ASnhv .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGNe5ASnhv .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGNe5ASnhv .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGNe5ASnhv .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGNe5ASnhv .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGNe5ASnhv .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGNe5ASnhv .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGNe5ASnhv .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-sGNe5ASnhv .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGNe5ASnhv [class^="socicon-"]:before,
.cid-sGNe5ASnhv [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGNe5Bd8mv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNe5Bd8mv .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGNgGA7De5 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNgGAxchG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGNgGAxchG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGNgGAxchG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGNgGAxchG .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGNgGAWEPQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4pBZ8L2vI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4pBZ8L2vI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4pBZ8L2vI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4pBOJJHEf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4pBOJJHEf .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4pBOJJHEf .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4pBOJJHEf .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4pBOJJHEf .image {
  margin: auto;
}
.cid-u4pBOJJHEf .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4pBOJJHEf .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4pBOJJHEf .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4pBOJJHEf .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4pBOJJHEf .bottom__block {
  margin-bottom: 40px;
}
.cid-u4pBOJJHEf .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4pBOJJHEf .card__text {
  color: #22a5e5;
}
.cid-u4pBOJJHEf .mbr-text,
.cid-u4pBOJJHEf .linked {
  color: #d0d0d0;
}
.cid-u4pBOJJHEf .mbr-text,
.cid-u4pBOJJHEf .linked {
  color: #000000;
}
.cid-sGNgGBfXZS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNgGBfXZS .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGNgGBfXZS .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGNgGBfXZS .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGNgGBfXZS .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGNgGBfXZS .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGNgGBfXZS .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGNgGBfXZS .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGNgGBfXZS .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGNgGBfXZS .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGNgGBfXZS .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGNgGBfXZS .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGNgGBfXZS .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGNgGBfXZS .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-sGNgGBfXZS .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGNgGBfXZS [class^="socicon-"]:before,
.cid-sGNgGBfXZS [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGNgGBFbD7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNgGBFbD7 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGNpUka8Ps {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNpUkJRKF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGNpUkJRKF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGNpUkJRKF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGNpUkJRKF .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGNpUle31K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJx0CezFRk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJx0B2RNBE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJx0B2RNBE .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJx0B2RNBE .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJx0B2RNBE .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJx0B2RNBE .image {
  margin: auto;
}
.cid-sJx0B2RNBE .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJx0B2RNBE .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJx0B2RNBE .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJx0B2RNBE .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJx0B2RNBE .bottom__block {
  margin-bottom: 40px;
}
.cid-sJx0B2RNBE .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJx0B2RNBE .card__text {
  color: #22a5e5;
}
.cid-sJx0B2RNBE .mbr-text,
.cid-sJx0B2RNBE .linked {
  color: #d0d0d0;
}
.cid-sJx0B2RNBE .mbr-text,
.cid-sJx0B2RNBE .linked {
  color: #000000;
}
.cid-sGNpUlzJu4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNpUlzJu4 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGNpUlzJu4 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGNpUlzJu4 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGNpUlzJu4 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGNpUlzJu4 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGNpUlzJu4 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGNpUlzJu4 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGNpUlzJu4 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGNpUlzJu4 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGNpUlzJu4 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGNpUlzJu4 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGNpUlzJu4 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGNpUlzJu4 .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-sGNpUlzJu4 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGNpUlzJu4 [class^="socicon-"]:before,
.cid-sGNpUlzJu4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGNpUm5jB9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNpUm5jB9 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGNruwIqaq {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNruxgG2E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGNruxgG2E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGNruxgG2E img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGNruxgG2E .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGNruxJDC5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4pOmOtxJ5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4pOmOtxJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4pOmOtxJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4pOnSMWWs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4pOnSMWWs .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4pOnSMWWs .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4pOnSMWWs .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4pOnSMWWs .image {
  margin: auto;
}
.cid-u4pOnSMWWs .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4pOnSMWWs .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4pOnSMWWs .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4pOnSMWWs .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4pOnSMWWs .bottom__block {
  margin-bottom: 40px;
}
.cid-u4pOnSMWWs .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4pOnSMWWs .card__text {
  color: #22a5e5;
}
.cid-u4pOnSMWWs .mbr-text,
.cid-u4pOnSMWWs .linked {
  color: #d0d0d0;
}
.cid-u4pOnSMWWs .mbr-text,
.cid-u4pOnSMWWs .linked {
  color: #000000;
}
.cid-sGNruyCD36 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNruyCD36 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGNruyCD36 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGNruyCD36 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGNruyCD36 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGNruyCD36 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGNruyCD36 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGNruyCD36 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGNruyCD36 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGNruyCD36 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGNruyCD36 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGNruyCD36 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGNruyCD36 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGNruyCD36 .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-sGNruyCD36 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGNruyCD36 [class^="socicon-"]:before,
.cid-sGNruyCD36 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGNruA8ifL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNruA8ifL .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGNxUxvlu0 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNxUxZuVn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGNxUxZuVn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGNxUxZuVn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGNxUxZuVn .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGNxUyoGUf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4pRGCnwyr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4pRGCnwyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4pRGCnwyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4pRHK2EV3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4pRHK2EV3 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4pRHK2EV3 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4pRHK2EV3 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4pRHK2EV3 .image {
  margin: auto;
}
.cid-u4pRHK2EV3 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4pRHK2EV3 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4pRHK2EV3 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4pRHK2EV3 .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4pRHK2EV3 .bottom__block {
  margin-bottom: 40px;
}
.cid-u4pRHK2EV3 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4pRHK2EV3 .card__text {
  color: #22a5e5;
}
.cid-u4pRHK2EV3 .mbr-text,
.cid-u4pRHK2EV3 .linked {
  color: #d0d0d0;
}
.cid-u4pRHK2EV3 .mbr-text,
.cid-u4pRHK2EV3 .linked {
  color: #000000;
}
.cid-sGNxUyG5Ds {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNxUyG5Ds .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGNxUyG5Ds .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGNxUyG5Ds .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGNxUyG5Ds .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGNxUyG5Ds .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGNxUyG5Ds .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGNxUyG5Ds .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGNxUyG5Ds .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGNxUyG5Ds .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGNxUyG5Ds .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGNxUyG5Ds .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGNxUyG5Ds .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGNxUyG5Ds .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-sGNxUyG5Ds .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGNxUyG5Ds [class^="socicon-"]:before,
.cid-sGNxUyG5Ds [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGNxUyZGtl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNxUyZGtl .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGNzcQy5NH {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNzcR3oR4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGNzcR3oR4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGNzcR3oR4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGNzcR3oR4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGNzcRwiBm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4pY60GtWi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4pY60GtWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4pY60GtWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4pY78s49E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4pY78s49E .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4pY78s49E .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4pY78s49E .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4pY78s49E .image {
  margin: auto;
}
.cid-u4pY78s49E .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4pY78s49E .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4pY78s49E .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4pY78s49E .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4pY78s49E .bottom__block {
  margin-bottom: 40px;
}
.cid-u4pY78s49E .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4pY78s49E .card__text {
  color: #22a5e5;
}
.cid-u4pY78s49E .mbr-text,
.cid-u4pY78s49E .linked {
  color: #d0d0d0;
}
.cid-u4pY78s49E .mbr-text,
.cid-u4pY78s49E .linked {
  color: #000000;
}
.cid-sGNzcRQjLL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNzcRQjLL .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGNzcRQjLL .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGNzcRQjLL .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGNzcRQjLL .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGNzcRQjLL .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGNzcRQjLL .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGNzcRQjLL .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGNzcRQjLL .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGNzcRQjLL .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGNzcRQjLL .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGNzcRQjLL .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGNzcRQjLL .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGNzcRQjLL .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-sGNzcRQjLL .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGNzcRQjLL [class^="socicon-"]:before,
.cid-sGNzcRQjLL [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGNzcSa6xR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNzcSa6xR .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGNAnEgInm {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNAnEGoSs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGNAnEGoSs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGNAnEGoSs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGNAnEGoSs .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGNAnF5ixv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4pZAOupYL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4pZAOupYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4pZAOupYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4pZC7Hu6b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4pZC7Hu6b .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4pZC7Hu6b .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4pZC7Hu6b .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4pZC7Hu6b .image {
  margin: auto;
}
.cid-u4pZC7Hu6b .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4pZC7Hu6b .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4pZC7Hu6b .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4pZC7Hu6b .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4pZC7Hu6b .bottom__block {
  margin-bottom: 40px;
}
.cid-u4pZC7Hu6b .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4pZC7Hu6b .card__text {
  color: #22a5e5;
}
.cid-u4pZC7Hu6b .mbr-text,
.cid-u4pZC7Hu6b .linked {
  color: #d0d0d0;
}
.cid-u4pZC7Hu6b .mbr-text,
.cid-u4pZC7Hu6b .linked {
  color: #000000;
}
.cid-sGNAnFn5zR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNAnFn5zR .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGNAnFn5zR .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGNAnFn5zR .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGNAnFn5zR .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGNAnFn5zR .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGNAnFn5zR .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGNAnFn5zR .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGNAnFn5zR .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGNAnFn5zR .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGNAnFn5zR .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGNAnFn5zR .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGNAnFn5zR .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGNAnFn5zR .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-sGNAnFn5zR .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGNAnFn5zR [class^="socicon-"]:before,
.cid-sGNAnFn5zR [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGNAnFNVUo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNAnFNVUo .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGNBo5UPun {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNBo6tt1H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGNBo6tt1H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGNBo6tt1H img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGNBo6tt1H .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGNBo6Zvyy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4q20VDqbc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4q20VDqbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4q20VDqbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4q22FNPUv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4q22FNPUv .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4q22FNPUv .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4q22FNPUv .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4q22FNPUv .image {
  margin: auto;
}
.cid-u4q22FNPUv .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4q22FNPUv .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4q22FNPUv .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4q22FNPUv .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4q22FNPUv .bottom__block {
  margin-bottom: 40px;
}
.cid-u4q22FNPUv .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4q22FNPUv .card__text {
  color: #22a5e5;
}
.cid-u4q22FNPUv .mbr-text,
.cid-u4q22FNPUv .linked {
  color: #d0d0d0;
}
.cid-u4q22FNPUv .mbr-text,
.cid-u4q22FNPUv .linked {
  color: #000000;
}
.cid-sGNBo7j4Wq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNBo7j4Wq .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGNBo7j4Wq .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGNBo7j4Wq .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGNBo7j4Wq .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGNBo7j4Wq .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGNBo7j4Wq .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGNBo7j4Wq .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGNBo7j4Wq .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGNBo7j4Wq .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGNBo7j4Wq .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGNBo7j4Wq .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGNBo7j4Wq .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGNBo7j4Wq .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-sGNBo7j4Wq .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGNBo7j4Wq [class^="socicon-"]:before,
.cid-sGNBo7j4Wq [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGNBo7Iw4b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNBo7Iw4b .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sGNCuq6n1z {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNCuqDy9W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGNCuqDy9W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGNCuqDy9W img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGNCuqDy9W .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGNCur0dym {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4q5qt7gFn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4q5qt7gFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4q5qt7gFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4q5rvkRXH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4q5rvkRXH .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4q5rvkRXH .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4q5rvkRXH .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4q5rvkRXH .image {
  margin: auto;
}
.cid-u4q5rvkRXH .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4q5rvkRXH .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4q5rvkRXH .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4q5rvkRXH .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4q5rvkRXH .bottom__block {
  margin-bottom: 40px;
}
.cid-u4q5rvkRXH .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4q5rvkRXH .card__text {
  color: #22a5e5;
}
.cid-u4q5rvkRXH .mbr-text,
.cid-u4q5rvkRXH .linked {
  color: #d0d0d0;
}
.cid-u4q5rvkRXH .mbr-text,
.cid-u4q5rvkRXH .linked {
  color: #000000;
}
.cid-sGNCuri0tt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNCuri0tt .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sGNCuri0tt .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sGNCuri0tt .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sGNCuri0tt .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sGNCuri0tt .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sGNCuri0tt .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sGNCuri0tt .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sGNCuri0tt .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sGNCuri0tt .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sGNCuri0tt .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sGNCuri0tt .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sGNCuri0tt .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sGNCuri0tt .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-sGNCuri0tt .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sGNCuri0tt [class^="socicon-"]:before,
.cid-sGNCuri0tt [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sGNCurD9yc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGNCurD9yc .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJGHneBDiI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJGHnfcw8y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJGHnfcw8y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJGHnfcw8y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJGHnfcw8y .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJGHnfSGvk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJGHnfSGvk ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sJGHnfSGvk li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sJGHnfSGvk ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sJGHngcfg6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJGHngcfg6 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJGHngcfg6 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJGHngcfg6 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJGHngcfg6 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJGHngcfg6 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJGHngcfg6 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJGHngcfg6 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJGHngcfg6 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJGHngcfg6 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJGHngcfg6 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJGHngcfg6 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJGHngcfg6 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJGHngcfg6 .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-sJGHngcfg6 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJGHngcfg6 [class^="socicon-"]:before,
.cid-sJGHngcfg6 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJGHngt4Zg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJGHngt4Zg .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJGKYCijUS {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJGR4iabKd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJGKYCWdOe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJGKYCWdOe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJGKYCWdOe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJGKYCWdOe .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJGRGutdPM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJGRGutdPM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJGRGutdPM .row {
  flex-direction: row-reverse;
}
.cid-sJGRGutdPM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJGRGutdPM .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJGS47dJ0E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJGS47dJ0E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJGS47dJ0E img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJGS47dJ0E .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJGKYDobeE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJGMccwWKW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJGMb8Oi33 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJGMb8Oi33 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJGMb8Oi33 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJGMb8Oi33 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJGMb8Oi33 .image {
  margin: auto;
}
.cid-sJGMb8Oi33 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJGMb8Oi33 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJGMb8Oi33 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJGMb8Oi33 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJGMb8Oi33 .bottom__block {
  margin-bottom: 40px;
}
.cid-sJGMb8Oi33 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJGMb8Oi33 .card__text {
  color: #22a5e5;
}
.cid-sJGMb8Oi33 .mbr-text,
.cid-sJGMb8Oi33 .linked {
  color: #d0d0d0;
}
.cid-sJGMb8Oi33 .mbr-text,
.cid-sJGMb8Oi33 .linked {
  color: #000000;
}
.cid-sJGKYDYH5V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJGKYDYH5V .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJGKYDYH5V .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJGKYDYH5V .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJGKYDYH5V .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJGKYDYH5V .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJGKYDYH5V .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJGKYDYH5V .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJGKYDYH5V .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJGKYDYH5V .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJGKYDYH5V .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJGKYDYH5V .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJGKYDYH5V .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJGKYDYH5V .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-sJGKYDYH5V .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJGKYDYH5V [class^="socicon-"]:before,
.cid-sJGKYDYH5V [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJGKYEfl0t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJGKYEfl0t .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJGV8rCtJJ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJGW0RuoXs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sJGW0RuoXs .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sJGW0RuoXs .team-card:hover {
  transform: translateY(-10px);
}
.cid-sJGW0RuoXs .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sJGW0RuoXs .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sJGW0RuoXs .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sJGW0RuoXs .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJGW0RuoXs .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sJGW0RuoXs .social-row {
  text-align: center;
}
.cid-sJGW0RuoXs .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sJGW0RuoXs .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sJGW0RuoXs .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sJGW0RuoXs .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sJGV8sezpj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJGV8tSMHi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJGV8uhpPL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJGV8uhpPL .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJGV8uhpPL .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJGV8uhpPL .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJGV8uhpPL .image {
  margin: auto;
}
.cid-sJGV8uhpPL .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJGV8uhpPL .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJGV8uhpPL .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJGV8uhpPL .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJGV8uhpPL .bottom__block {
  margin-bottom: 40px;
}
.cid-sJGV8uhpPL .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJGV8uhpPL .card__text {
  color: #22a5e5;
}
.cid-sJGV8uhpPL .mbr-text,
.cid-sJGV8uhpPL .linked {
  color: #d0d0d0;
}
.cid-sJGV8uhpPL .mbr-text,
.cid-sJGV8uhpPL .linked {
  color: #000000;
}
.cid-sJGV8uBBxa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJGV8uBBxa .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJGV8uBBxa .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJGV8uBBxa .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJGV8uBBxa .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJGV8uBBxa .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJGV8uBBxa .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJGV8uBBxa .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJGV8uBBxa .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJGV8uBBxa .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJGV8uBBxa .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJGV8uBBxa .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJGV8uBBxa .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJGV8uBBxa .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-sJGV8uBBxa .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJGV8uBBxa [class^="socicon-"]:before,
.cid-sJGV8uBBxa [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJGV8uTx2j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJGV8uTx2j .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJH0Knv104 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJH0KoWvR7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJHjFpoGdg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJHjFpoGdg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJHjFpoGdg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJHjFpoGdg .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJH2gPye1Q {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJH0KpdlVX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJH0KpyP1j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJH0KpyP1j .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJH0KpyP1j .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJH0KpyP1j .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJH0KpyP1j .image {
  margin: auto;
}
.cid-sJH0KpyP1j .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJH0KpyP1j .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJH0KpyP1j .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJH0KpyP1j .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJH0KpyP1j .bottom__block {
  margin-bottom: 40px;
}
.cid-sJH0KpyP1j .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJH0KpyP1j .card__text {
  color: #22a5e5;
}
.cid-sJH0KpyP1j .mbr-text,
.cid-sJH0KpyP1j .linked {
  color: #d0d0d0;
}
.cid-sJH0KpyP1j .mbr-text,
.cid-sJH0KpyP1j .linked {
  color: #000000;
}
.cid-sJH0KpWExj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJH0KpWExj .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJH0KpWExj .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJH0KpWExj .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJH0KpWExj .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJH0KpWExj .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJH0KpWExj .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJH0KpWExj .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJH0KpWExj .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJH0KpWExj .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJH0KpWExj .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJH0KpWExj .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJH0KpWExj .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJH0KpWExj .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-sJH0KpWExj .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJH0KpWExj [class^="socicon-"]:before,
.cid-sJH0KpWExj [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJH0KqiP7t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJH0KqiP7t .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJGBYncRqY {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHmcQe4Zg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJGCRQTRez {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJGCRQTRez ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sJGCRQTRez li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sJGCRQTRez ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sJGBYo2uux {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJGBYo2uux .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJGBYo2uux .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJGBYo2uux .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJGBYo2uux .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJGBYo2uux .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJGBYo2uux .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJGBYo2uux .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJGBYo2uux .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJGBYo2uux .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJGBYo2uux .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJGBYo2uux .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJGBYo2uux .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJGBYo2uux .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-sJGBYo2uux .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJGBYo2uux [class^="socicon-"]:before,
.cid-sJGBYo2uux [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJGBYojjhf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJGBYojjhf .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJHkrb8aND {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHkrbqdHz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJHkrbqdHz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJHkrbqdHz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJHkrbqdHz .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJI6xjdW8e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJI6xjdW8e .mbr-section-title,
.cid-sJI6xjdW8e .mbr-section-subtitle {
  text-align: center;
}
.cid-sJI6xjdW8e .cost {
  word-break: normal;
}
.cid-sJI6xjdW8e .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-sJI6xjdW8e .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sJI6xjdW8e .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJI6xjdW8e .card-wrapper {
    padding: 1rem;
  }
}
.cid-sJHkrciwbJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHkrciwbJ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJHkrciwbJ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJHkrciwbJ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJHkrciwbJ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJHkrciwbJ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJHkrciwbJ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJHkrciwbJ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJHkrciwbJ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJHkrciwbJ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJHkrciwbJ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJHkrciwbJ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJHkrciwbJ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJHkrciwbJ .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-sJHkrciwbJ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJHkrciwbJ [class^="socicon-"]:before,
.cid-sJHkrciwbJ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJHkrcxuke {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHkrcxuke .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJHtDW4J9q {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHtDWHmYk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJHubD1S4p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJHubD1S4p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJHubD1S4p .row {
  flex-direction: row-reverse;
}
.cid-sJHubD1S4p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJHubD1S4p .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJHuduoir7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJHB2bmk9N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJHyqnTswH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJHyqnTswH .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJHyqnTswH .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJHyqnTswH .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJHyqnTswH .image {
  margin: auto;
}
.cid-sJHyqnTswH .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJHyqnTswH .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJHyqnTswH .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJHyqnTswH .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJHyqnTswH .bottom__block {
  margin-bottom: 40px;
}
.cid-sJHyqnTswH .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJHyqnTswH .card__text {
  color: #22a5e5;
}
.cid-sJHyqnTswH .mbr-text,
.cid-sJHyqnTswH .linked {
  color: #d0d0d0;
}
.cid-sJHyqnTswH .mbr-text,
.cid-sJHyqnTswH .linked {
  color: #000000;
}
.cid-sJHtDXmdw4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHtDXmdw4 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJHtDXmdw4 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJHtDXmdw4 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJHtDXmdw4 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJHtDXmdw4 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJHtDXmdw4 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJHtDXmdw4 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJHtDXmdw4 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJHtDXmdw4 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJHtDXmdw4 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJHtDXmdw4 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJHtDXmdw4 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJHtDXmdw4 .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-sJHtDXmdw4 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJHtDXmdw4 [class^="socicon-"]:before,
.cid-sJHtDXmdw4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJHtDXHnEK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHtDXHnEK .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJHCvxwpT7 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHCvy7xJW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJHCvz9rd4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJHCvzu6zq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJHCvzu6zq .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJHCvzu6zq .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJHCvzu6zq .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJHCvzu6zq .image {
  margin: auto;
}
.cid-sJHCvzu6zq .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJHCvzu6zq .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJHCvzu6zq .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJHCvzu6zq .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJHCvzu6zq .bottom__block {
  margin-bottom: 40px;
}
.cid-sJHCvzu6zq .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJHCvzu6zq .card__text {
  color: #22a5e5;
}
.cid-sJHCvzu6zq .mbr-text,
.cid-sJHCvzu6zq .linked {
  color: #d0d0d0;
}
.cid-sJHCvzu6zq .mbr-text,
.cid-sJHCvzu6zq .linked {
  color: #000000;
}
.cid-sJHCvzP4OX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHCvzP4OX .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJHCvzP4OX .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJHCvzP4OX .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJHCvzP4OX .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJHCvzP4OX .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJHCvzP4OX .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJHCvzP4OX .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJHCvzP4OX .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJHCvzP4OX .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJHCvzP4OX .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJHCvzP4OX .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJHCvzP4OX .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJHCvzP4OX .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-sJHCvzP4OX .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJHCvzP4OX [class^="socicon-"]:before,
.cid-sJHCvzP4OX [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJHCvA6cqu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHCvA6cqu .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJHGNl3qGN {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHGNlJQlE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJHGNm2KJD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJHHNUQkHL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJHHNUQkHL .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJHHNUQkHL .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJHHNUQkHL .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJHHNUQkHL .image {
  margin: auto;
}
.cid-sJHHNUQkHL .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJHHNUQkHL .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJHHNUQkHL .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJHHNUQkHL .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJHHNUQkHL .bottom__block {
  margin-bottom: 40px;
}
.cid-sJHHNUQkHL .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJHHNUQkHL .card__text {
  color: #22a5e5;
}
.cid-sJHHNUQkHL .mbr-text,
.cid-sJHHNUQkHL .linked {
  color: #d0d0d0;
}
.cid-sJHHNUQkHL .mbr-text,
.cid-sJHHNUQkHL .linked {
  color: #000000;
}
.cid-sJHGNmXEro {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHGNmXEro .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJHGNmXEro .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJHGNmXEro .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJHGNmXEro .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJHGNmXEro .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJHGNmXEro .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJHGNmXEro .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJHGNmXEro .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJHGNmXEro .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJHGNmXEro .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJHGNmXEro .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJHGNmXEro .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJHGNmXEro .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-sJHGNmXEro .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJHGNmXEro [class^="socicon-"]:before,
.cid-sJHGNmXEro [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJHGNneDR6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHGNneDR6 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJHIgthIWk {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHJ8urjiM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sJHJ8urjiM .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sJHJ8urjiM .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sJHJ8urjiM .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sJHJ8urjiM .card-wrapper {
    padding: 4rem;
  }
}
.cid-sJHJ8urjiM .mbr-text,
.cid-sJHJ8urjiM .mbr-section-btn {
  color: #ffffff;
}
.cid-sJHJ8urjiM .card-title,
.cid-sJHJ8urjiM .card-box {
  text-align: left;
}
.cid-sJHIgtKExM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJHIgu1o4x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJHIgut1y7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJHIgut1y7 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJHIgut1y7 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJHIgut1y7 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJHIgut1y7 .image {
  margin: auto;
}
.cid-sJHIgut1y7 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJHIgut1y7 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJHIgut1y7 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJHIgut1y7 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJHIgut1y7 .bottom__block {
  margin-bottom: 40px;
}
.cid-sJHIgut1y7 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJHIgut1y7 .card__text {
  color: #22a5e5;
}
.cid-sJHIgut1y7 .mbr-text,
.cid-sJHIgut1y7 .linked {
  color: #d0d0d0;
}
.cid-sJHIgut1y7 .mbr-text,
.cid-sJHIgut1y7 .linked {
  color: #000000;
}
.cid-sJHIguSzse {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHIguSzse .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJHIguSzse .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJHIguSzse .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJHIguSzse .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJHIguSzse .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJHIguSzse .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJHIguSzse .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJHIguSzse .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJHIguSzse .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJHIguSzse .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJHIguSzse .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJHIguSzse .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJHIguSzse .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-sJHIguSzse .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJHIguSzse [class^="socicon-"]:before,
.cid-sJHIguSzse [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJHIgvb2ye {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHIgvb2ye .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJHRVu3J1T {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHRVux7fD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sJHRVux7fD .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sJHRVux7fD .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sJHRVux7fD .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sJHRVux7fD .card-wrapper {
    padding: 4rem;
  }
}
.cid-sJHRVux7fD .mbr-text,
.cid-sJHRVux7fD .mbr-section-btn {
  color: #ffffff;
}
.cid-sJHRVux7fD .card-title,
.cid-sJHRVux7fD .card-box {
  text-align: left;
}
.cid-sJHRVv3cLB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHSORVvix {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJHSORVvix .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJHSORVvix img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJHSORVvix .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJHSRmeDSV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJHSPMaqkv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJHSPMaqkv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJHSPMaqkv .row {
  flex-direction: row-reverse;
}
.cid-sJHSPMaqkv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJHSPMaqkv .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJHSSbXB6g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJHRVvkG91 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJHRVvDcsA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJHRVvDcsA .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJHRVvDcsA .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJHRVvDcsA .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJHRVvDcsA .image {
  margin: auto;
}
.cid-sJHRVvDcsA .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJHRVvDcsA .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJHRVvDcsA .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJHRVvDcsA .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJHRVvDcsA .bottom__block {
  margin-bottom: 40px;
}
.cid-sJHRVvDcsA .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJHRVvDcsA .card__text {
  color: #22a5e5;
}
.cid-sJHRVvDcsA .mbr-text,
.cid-sJHRVvDcsA .linked {
  color: #d0d0d0;
}
.cid-sJHRVvDcsA .mbr-text,
.cid-sJHRVvDcsA .linked {
  color: #000000;
}
.cid-sJHRVwbtKK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHRVwbtKK .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJHRVwbtKK .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJHRVwbtKK .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJHRVwbtKK .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJHRVwbtKK .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJHRVwbtKK .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJHRVwbtKK .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJHRVwbtKK .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJHRVwbtKK .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJHRVwbtKK .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJHRVwbtKK .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJHRVwbtKK .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJHRVwbtKK .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-sJHRVwbtKK .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJHRVwbtKK [class^="socicon-"]:before,
.cid-sJHRVwbtKK [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJHRVwAud4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHRVwAud4 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJHWscmDDl {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHWscYZpy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sJHWscYZpy .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sJHWscYZpy .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sJHWscYZpy .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sJHWscYZpy .card-wrapper {
    padding: 4rem;
  }
}
.cid-sJHWscYZpy .mbr-text,
.cid-sJHWscYZpy .mbr-section-btn {
  color: #ffffff;
}
.cid-sJHWscYZpy .card-title,
.cid-sJHWscYZpy .card-box {
  text-align: left;
}
.cid-sJHWsdoBzc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHWsdIrLT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJHWsdIrLT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJHWsdIrLT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJHWsdIrLT .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJHWseVW5Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3FSBFOptn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3FSBFOptn .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3FSBFOptn .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3FSBFOptn .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3FSBFOptn .image {
  margin: auto;
}
.cid-u3FSBFOptn .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3FSBFOptn .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3FSBFOptn .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3FSBFOptn .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3FSBFOptn .bottom__block {
  margin-bottom: 40px;
}
.cid-u3FSBFOptn .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3FSBFOptn .card__text {
  color: #22a5e5;
}
.cid-u3FSBFOptn .mbr-text,
.cid-u3FSBFOptn .linked {
  color: #d0d0d0;
}
.cid-u3FSBFOptn .mbr-text,
.cid-u3FSBFOptn .linked {
  color: #000000;
}
.cid-sJHWsfJCtx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHWsfJCtx .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJHWsfJCtx .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJHWsfJCtx .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJHWsfJCtx .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJHWsfJCtx .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJHWsfJCtx .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJHWsfJCtx .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJHWsfJCtx .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJHWsfJCtx .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJHWsfJCtx .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJHWsfJCtx .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJHWsfJCtx .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJHWsfJCtx .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-sJHWsfJCtx .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJHWsfJCtx [class^="socicon-"]:before,
.cid-sJHWsfJCtx [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJHWsg3IBF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHWsg3IBF .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJHYQlP7tT {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHYQmp0jm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sJHYQmp0jm .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sJHYQmp0jm .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sJHYQmp0jm .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sJHYQmp0jm .card-wrapper {
    padding: 4rem;
  }
}
.cid-sJHYQmp0jm .mbr-text,
.cid-sJHYQmp0jm .mbr-section-btn {
  color: #ffffff;
}
.cid-sJHYQmp0jm .card-title,
.cid-sJHYQmp0jm .card-box {
  text-align: left;
}
.cid-sJHYQmOUao {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHYQnxwAV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3FSIlbSFx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3FSIlbSFx .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3FSIlbSFx .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3FSIlbSFx .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3FSIlbSFx .image {
  margin: auto;
}
.cid-u3FSIlbSFx .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3FSIlbSFx .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3FSIlbSFx .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3FSIlbSFx .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3FSIlbSFx .bottom__block {
  margin-bottom: 40px;
}
.cid-u3FSIlbSFx .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3FSIlbSFx .card__text {
  color: #22a5e5;
}
.cid-u3FSIlbSFx .mbr-text,
.cid-u3FSIlbSFx .linked {
  color: #d0d0d0;
}
.cid-u3FSIlbSFx .mbr-text,
.cid-u3FSIlbSFx .linked {
  color: #000000;
}
.cid-sJHYQodbY9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHYQodbY9 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJHYQodbY9 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJHYQodbY9 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJHYQodbY9 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJHYQodbY9 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJHYQodbY9 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJHYQodbY9 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJHYQodbY9 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJHYQodbY9 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJHYQodbY9 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJHYQodbY9 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJHYQodbY9 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJHYQodbY9 .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-sJHYQodbY9 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJHYQodbY9 [class^="socicon-"]:before,
.cid-sJHYQodbY9 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJHYQowgbt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJHYQowgbt .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJT0RU31fj {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJT0RUlsCs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJT0RUACeK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJT0RUACeK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sJT0RUACeK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sJT0RUACeK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sJT0RUU4qA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJT0RUU4qA .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJT0RUU4qA .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJT0RUU4qA .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJT0RUU4qA .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJT0RUU4qA .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJT0RUU4qA .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJT0RUU4qA .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJT0RUU4qA .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJT0RUU4qA .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJT0RUU4qA .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJT0RUU4qA .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJT0RUU4qA .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJT0RUU4qA .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-sJT0RUU4qA .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJT0RUU4qA [class^="socicon-"]:before,
.cid-sJT0RUU4qA [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJT0RVc0mP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJT0RVc0mP .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJT678lEJb {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJT678Ta0a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJT7bb4WUZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJT7bb4WUZ .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sJT7bb4WUZ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sJT7bb4WUZ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sJT7bb4WUZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-sJT7bb4WUZ .mbr-text,
.cid-sJT7bb4WUZ .mbr-section-btn {
  color: #fafafa;
}
.cid-sJT7bb4WUZ .card-title,
.cid-sJT7bb4WUZ .card-box {
  text-align: left;
}
.cid-sJT679aKFT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJT679u6dz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJT679u6dz .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJT679u6dz .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJT679u6dz .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJT679u6dz .image {
  margin: auto;
}
.cid-sJT679u6dz .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJT679u6dz .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJT679u6dz .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJT679u6dz .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJT679u6dz .bottom__block {
  margin-bottom: 40px;
}
.cid-sJT679u6dz .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJT679u6dz .card__text {
  color: #22a5e5;
}
.cid-sJT679u6dz .mbr-text,
.cid-sJT679u6dz .linked {
  color: #d0d0d0;
}
.cid-sJT679u6dz .mbr-text,
.cid-sJT679u6dz .linked {
  color: #000000;
}
.cid-sJT679RzBs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJT679RzBs .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJT679RzBs .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJT679RzBs .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJT679RzBs .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJT679RzBs .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJT679RzBs .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJT679RzBs .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJT679RzBs .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJT679RzBs .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJT679RzBs .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJT679RzBs .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJT679RzBs .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJT679RzBs .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-sJT679RzBs .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJT679RzBs [class^="socicon-"]:before,
.cid-sJT679RzBs [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJT67a9kfM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJT67a9kfM .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJTbSRmVW1 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTbSRJtoM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTcCjWpQM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJTcCjWpQM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJTcCjWpQM .row {
  flex-direction: row-reverse;
}
.cid-sJTcCjWpQM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJTcCjWpQM .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJTcDJTToB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJTcFaX0oi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJTcFaX0oi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJTcFaX0oi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJTcFaX0oi .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJTcGvwvx3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJTbSSoszb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3FUPHkHSW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3FUPHkHSW .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3FUPHkHSW .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3FUPHkHSW .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3FUPHkHSW .image {
  margin: auto;
}
.cid-u3FUPHkHSW .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3FUPHkHSW .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3FUPHkHSW .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3FUPHkHSW .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3FUPHkHSW .bottom__block {
  margin-bottom: 40px;
}
.cid-u3FUPHkHSW .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3FUPHkHSW .card__text {
  color: #22a5e5;
}
.cid-u3FUPHkHSW .mbr-text,
.cid-u3FUPHkHSW .linked {
  color: #d0d0d0;
}
.cid-u3FUPHkHSW .mbr-text,
.cid-u3FUPHkHSW .linked {
  color: #000000;
}
.cid-sJTbST3cVZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTbST3cVZ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJTbST3cVZ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJTbST3cVZ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJTbST3cVZ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJTbST3cVZ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJTbST3cVZ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJTbST3cVZ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJTbST3cVZ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJTbST3cVZ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJTbST3cVZ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJTbST3cVZ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJTbST3cVZ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJTbST3cVZ .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-sJTbST3cVZ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJTbST3cVZ [class^="socicon-"]:before,
.cid-sJTbST3cVZ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJTbSTnvD8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTbSTnvD8 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJTpD6OKnO {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTpD7qQpW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTpD7JANf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJTpD7JANf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJTpD7JANf .row {
  flex-direction: row-reverse;
}
.cid-sJTpD7JANf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJTpD7JANf .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJTpD8dYVi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJTpD962QE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJTpD9qL4K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJTpD9qL4K .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJTpD9qL4K .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJTpD9qL4K .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJTpD9qL4K .image {
  margin: auto;
}
.cid-sJTpD9qL4K .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJTpD9qL4K .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJTpD9qL4K .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJTpD9qL4K .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJTpD9qL4K .bottom__block {
  margin-bottom: 40px;
}
.cid-sJTpD9qL4K .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJTpD9qL4K .card__text {
  color: #22a5e5;
}
.cid-sJTpD9qL4K .mbr-text,
.cid-sJTpD9qL4K .linked {
  color: #d0d0d0;
}
.cid-sJTpD9qL4K .mbr-text,
.cid-sJTpD9qL4K .linked {
  color: #000000;
}
.cid-sJTpD9PAAb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTpD9PAAb .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJTpD9PAAb .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJTpD9PAAb .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJTpD9PAAb .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJTpD9PAAb .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJTpD9PAAb .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJTpD9PAAb .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJTpD9PAAb .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJTpD9PAAb .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJTpD9PAAb .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJTpD9PAAb .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJTpD9PAAb .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJTpD9PAAb .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-sJTpD9PAAb .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJTpD9PAAb [class^="socicon-"]:before,
.cid-sJTpD9PAAb [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJTpDa9lhI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTpDa9lhI .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJTvYakNhm {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTvYbdXYc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTvYcqBAJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJTvYcPhTl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJTvYcPhTl .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJTvYcPhTl .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJTvYcPhTl .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJTvYcPhTl .image {
  margin: auto;
}
.cid-sJTvYcPhTl .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJTvYcPhTl .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJTvYcPhTl .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJTvYcPhTl .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJTvYcPhTl .bottom__block {
  margin-bottom: 40px;
}
.cid-sJTvYcPhTl .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJTvYcPhTl .card__text {
  color: #22a5e5;
}
.cid-sJTvYcPhTl .mbr-text,
.cid-sJTvYcPhTl .linked {
  color: #d0d0d0;
}
.cid-sJTvYcPhTl .mbr-text,
.cid-sJTvYcPhTl .linked {
  color: #000000;
}
.cid-sJTvYdhHc2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTvYdhHc2 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJTvYdhHc2 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJTvYdhHc2 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJTvYdhHc2 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJTvYdhHc2 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJTvYdhHc2 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJTvYdhHc2 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJTvYdhHc2 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJTvYdhHc2 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJTvYdhHc2 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJTvYdhHc2 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJTvYdhHc2 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJTvYdhHc2 .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-sJTvYdhHc2 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJTvYdhHc2 [class^="socicon-"]:before,
.cid-sJTvYdhHc2 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJTvYdGkNm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTvYdGkNm .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJTBwWMbbm {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTBwXdz5G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTGCUSgNt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJTGCUSgNt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJTGCUSgNt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJTGCUSgNt .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJTGEkRGmE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJTBwXuDpy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3G6cqO65x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3G6cqO65x .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3G6cqO65x .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3G6cqO65x .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3G6cqO65x .image {
  margin: auto;
}
.cid-u3G6cqO65x .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3G6cqO65x .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3G6cqO65x .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3G6cqO65x .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3G6cqO65x .bottom__block {
  margin-bottom: 40px;
}
.cid-u3G6cqO65x .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3G6cqO65x .card__text {
  color: #22a5e5;
}
.cid-u3G6cqO65x .mbr-text,
.cid-u3G6cqO65x .linked {
  color: #d0d0d0;
}
.cid-u3G6cqO65x .mbr-text,
.cid-u3G6cqO65x .linked {
  color: #000000;
}
.cid-sJTBwYgSR3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTBwYgSR3 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJTBwYgSR3 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJTBwYgSR3 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJTBwYgSR3 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJTBwYgSR3 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJTBwYgSR3 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJTBwYgSR3 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJTBwYgSR3 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJTBwYgSR3 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJTBwYgSR3 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJTBwYgSR3 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJTBwYgSR3 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJTBwYgSR3 .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-sJTBwYgSR3 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJTBwYgSR3 [class^="socicon-"]:before,
.cid-sJTBwYgSR3 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJTBwYz3rq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTBwYz3rq .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJTJJ4Hglz {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTJJ5ipwi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTJJ5zZRW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJTJJ5zZRW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJTJJ5zZRW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJTJJ5zZRW .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJTJJ6gJPN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3G6lo47GU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3G6lo47GU .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3G6lo47GU .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3G6lo47GU .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3G6lo47GU .image {
  margin: auto;
}
.cid-u3G6lo47GU .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3G6lo47GU .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3G6lo47GU .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3G6lo47GU .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3G6lo47GU .bottom__block {
  margin-bottom: 40px;
}
.cid-u3G6lo47GU .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3G6lo47GU .card__text {
  color: #22a5e5;
}
.cid-u3G6lo47GU .mbr-text,
.cid-u3G6lo47GU .linked {
  color: #d0d0d0;
}
.cid-u3G6lo47GU .mbr-text,
.cid-u3G6lo47GU .linked {
  color: #000000;
}
.cid-sJTJJ6Ysho {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTJJ6Ysho .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJTJJ6Ysho .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJTJJ6Ysho .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJTJJ6Ysho .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJTJJ6Ysho .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJTJJ6Ysho .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJTJJ6Ysho .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJTJJ6Ysho .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJTJJ6Ysho .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJTJJ6Ysho .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJTJJ6Ysho .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJTJJ6Ysho .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJTJJ6Ysho .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-sJTJJ6Ysho .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJTJJ6Ysho [class^="socicon-"]:before,
.cid-sJTJJ6Ysho [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJTJJ7gx5U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTJJ7gx5U .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJTLVubum0 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTLVuNtIy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTLVv7XhB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJTLVv7XhB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJTLVv7XhB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJTLVv7XhB .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJTNLgiyP8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJTLVvyul1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJTOmQYlt5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJTOmQYlt5 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJTOmQYlt5 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJTOmQYlt5 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJTOmQYlt5 .image {
  margin: auto;
}
.cid-sJTOmQYlt5 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJTOmQYlt5 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJTOmQYlt5 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJTOmQYlt5 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJTOmQYlt5 .bottom__block {
  margin-bottom: 40px;
}
.cid-sJTOmQYlt5 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJTOmQYlt5 .card__text {
  color: #22a5e5;
}
.cid-sJTOmQYlt5 .mbr-text,
.cid-sJTOmQYlt5 .linked {
  color: #d0d0d0;
}
.cid-sJTOmQYlt5 .mbr-text,
.cid-sJTOmQYlt5 .linked {
  color: #000000;
}
.cid-sJTLVwgEWN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTLVwgEWN .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJTLVwgEWN .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJTLVwgEWN .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJTLVwgEWN .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJTLVwgEWN .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJTLVwgEWN .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJTLVwgEWN .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJTLVwgEWN .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJTLVwgEWN .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJTLVwgEWN .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJTLVwgEWN .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJTLVwgEWN .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJTLVwgEWN .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-sJTLVwgEWN .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJTLVwgEWN [class^="socicon-"]:before,
.cid-sJTLVwgEWN [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJTLVwCCew {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTLVwCCew .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJTSJtThBy {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTSJutTqY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTSJuLAEj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJTSJuLAEj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJTSJuLAEj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJTSJuLAEj .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJTUs3d4ab {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJTSJvgXSu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3G5TJmiTy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3G5TJmiTy .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3G5TJmiTy .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3G5TJmiTy .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3G5TJmiTy .image {
  margin: auto;
}
.cid-u3G5TJmiTy .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3G5TJmiTy .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3G5TJmiTy .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3G5TJmiTy .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3G5TJmiTy .bottom__block {
  margin-bottom: 40px;
}
.cid-u3G5TJmiTy .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3G5TJmiTy .card__text {
  color: #22a5e5;
}
.cid-u3G5TJmiTy .mbr-text,
.cid-u3G5TJmiTy .linked {
  color: #d0d0d0;
}
.cid-u3G5TJmiTy .mbr-text,
.cid-u3G5TJmiTy .linked {
  color: #000000;
}
.cid-sJTSJvURd1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTSJvURd1 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJTSJvURd1 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJTSJvURd1 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJTSJvURd1 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJTSJvURd1 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJTSJvURd1 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJTSJvURd1 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJTSJvURd1 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJTSJvURd1 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJTSJvURd1 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJTSJvURd1 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJTSJvURd1 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJTSJvURd1 .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-sJTSJvURd1 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJTSJvURd1 [class^="socicon-"]:before,
.cid-sJTSJvURd1 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJTSJwefwP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTSJwefwP .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJTUPDTdWI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTUPEvDfD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTUPENpwH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJTUPENpwH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJTUPENpwH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJTUPENpwH .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJTUPFdS1m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJTUPFsYEd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3G61WcIoR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3G61WcIoR .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3G61WcIoR .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3G61WcIoR .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3G61WcIoR .image {
  margin: auto;
}
.cid-u3G61WcIoR .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3G61WcIoR .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3G61WcIoR .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3G61WcIoR .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3G61WcIoR .bottom__block {
  margin-bottom: 40px;
}
.cid-u3G61WcIoR .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3G61WcIoR .card__text {
  color: #22a5e5;
}
.cid-u3G61WcIoR .mbr-text,
.cid-u3G61WcIoR .linked {
  color: #d0d0d0;
}
.cid-u3G61WcIoR .mbr-text,
.cid-u3G61WcIoR .linked {
  color: #000000;
}
.cid-sJTUPG691A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTUPG691A .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJTUPG691A .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJTUPG691A .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJTUPG691A .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJTUPG691A .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJTUPG691A .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJTUPG691A .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJTUPG691A .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJTUPG691A .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJTUPG691A .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJTUPG691A .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJTUPG691A .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJTUPG691A .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-sJTUPG691A .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJTUPG691A [class^="socicon-"]:before,
.cid-sJTUPG691A [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJTUPGp5MX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTUPGp5MX .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJTX6EZP8P {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTX6FzFcY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTXO8xOWo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJTXO8xOWo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJTXO8xOWo .row {
  flex-direction: row-reverse;
}
.cid-sJTXO8xOWo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJTXO8xOWo .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJTXRFYeSu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJTX6GAAwM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJTX6GUQff {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJTX6GUQff .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJTX6GUQff .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJTX6GUQff .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJTX6GUQff .image {
  margin: auto;
}
.cid-sJTX6GUQff .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJTX6GUQff .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJTX6GUQff .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJTX6GUQff .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJTX6GUQff .bottom__block {
  margin-bottom: 40px;
}
.cid-sJTX6GUQff .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJTX6GUQff .card__text {
  color: #22a5e5;
}
.cid-sJTX6GUQff .mbr-text,
.cid-sJTX6GUQff .linked {
  color: #d0d0d0;
}
.cid-sJTX6GUQff .mbr-text,
.cid-sJTX6GUQff .linked {
  color: #000000;
}
.cid-sJTX6Hi3u4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTX6Hi3u4 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJTX6Hi3u4 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJTX6Hi3u4 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJTX6Hi3u4 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJTX6Hi3u4 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJTX6Hi3u4 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJTX6Hi3u4 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJTX6Hi3u4 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJTX6Hi3u4 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJTX6Hi3u4 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJTX6Hi3u4 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJTX6Hi3u4 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJTX6Hi3u4 .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-sJTX6Hi3u4 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJTX6Hi3u4 [class^="socicon-"]:before,
.cid-sJTX6Hi3u4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJTX6HFEot {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJTX6HFEot .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJU5kSYU1i {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJU5kTCpge {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJU5kTVE76 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJU5kTVE76 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJU5kTVE76 .row {
  flex-direction: row-reverse;
}
.cid-sJU5kTVE76 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJU5kTVE76 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJU5kUEe1n {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJU5kV1ybi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJU5kV1ybi .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJU5kV1ybi .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJU5kV1ybi .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJU5kV1ybi .image {
  margin: auto;
}
.cid-sJU5kV1ybi .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJU5kV1ybi .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJU5kV1ybi .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJU5kV1ybi .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJU5kV1ybi .bottom__block {
  margin-bottom: 40px;
}
.cid-sJU5kV1ybi .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJU5kV1ybi .card__text {
  color: #22a5e5;
}
.cid-sJU5kV1ybi .mbr-text,
.cid-sJU5kV1ybi .linked {
  color: #d0d0d0;
}
.cid-sJU5kV1ybi .mbr-text,
.cid-sJU5kV1ybi .linked {
  color: #000000;
}
.cid-sJU5kVok2s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJU5kVok2s .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJU5kVok2s .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJU5kVok2s .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJU5kVok2s .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJU5kVok2s .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJU5kVok2s .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJU5kVok2s .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJU5kVok2s .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJU5kVok2s .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJU5kVok2s .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJU5kVok2s .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJU5kVok2s .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJU5kVok2s .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-sJU5kVok2s .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJU5kVok2s [class^="socicon-"]:before,
.cid-sJU5kVok2s [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJU5kVM1F1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJU5kVM1F1 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJU9xSIMzh {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJU9xTaNQg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJUau36nbm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJUau36nbm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJUau36nbm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJUau36nbm .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJUax3raPx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJUbWndLCD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sJUbWndLCD .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4479d9;
  margin-left: 1rem;
}
.cid-sJUbWndLCD .panel-group {
  border: none;
}
.cid-sJUbWndLCD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sJUbWndLCD .panel-body,
.cid-sJUbWndLCD .card-header {
  padding: 1rem 0;
}
.cid-sJUbWndLCD .panel-title-edit {
  color: #000000;
}
.cid-sJUbWndLCD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sJU9xTW9RZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJU9xUgkHA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJU9xUgkHA .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJU9xUgkHA .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJU9xUgkHA .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJU9xUgkHA .image {
  margin: auto;
}
.cid-sJU9xUgkHA .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJU9xUgkHA .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJU9xUgkHA .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJU9xUgkHA .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJU9xUgkHA .bottom__block {
  margin-bottom: 40px;
}
.cid-sJU9xUgkHA .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJU9xUgkHA .card__text {
  color: #22a5e5;
}
.cid-sJU9xUgkHA .mbr-text,
.cid-sJU9xUgkHA .linked {
  color: #d0d0d0;
}
.cid-sJU9xUgkHA .mbr-text,
.cid-sJU9xUgkHA .linked {
  color: #000000;
}
.cid-sJU9xUDSkD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJU9xUDSkD .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJU9xUDSkD .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJU9xUDSkD .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJU9xUDSkD .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJU9xUDSkD .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJU9xUDSkD .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJU9xUDSkD .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJU9xUDSkD .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJU9xUDSkD .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJU9xUDSkD .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJU9xUDSkD .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJU9xUDSkD .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJU9xUDSkD .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-sJU9xUDSkD .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJU9xUDSkD [class^="socicon-"]:before,
.cid-sJU9xUDSkD [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJU9xUWG2F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJU9xUWG2F .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJUNVCn7uH {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJUNVCn7uH .mbr-section-title {
  text-align: left;
}
.cid-sJUO5M9CW5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJUPQ9c63B {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJUPQ9c63B .mbr-section-title {
  text-align: left;
}
.cid-sJUPQ9LnDW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJUzyng6VB {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJUzynH5dm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJUCqejngM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJUCqejngM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJUCqejngM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJUCqejngM .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKkY9I0OpV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKkVCleX0w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKkVCleX0w .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKkVCleX0w .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKkVCleX0w .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKkVCleX0w .image {
  margin: auto;
}
.cid-sKkVCleX0w .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKkVCleX0w .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKkVCleX0w .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKkVCleX0w .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKkVCleX0w .bottom__block {
  margin-bottom: 40px;
}
.cid-sKkVCleX0w .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKkVCleX0w .card__text {
  color: #22a5e5;
}
.cid-sKkVCleX0w .mbr-text,
.cid-sKkVCleX0w .linked {
  color: #d0d0d0;
}
.cid-sKkVCleX0w .mbr-text,
.cid-sKkVCleX0w .linked {
  color: #000000;
}
.cid-sJUzyoslcD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJUzyoslcD .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJUzyoslcD .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJUzyoslcD .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJUzyoslcD .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJUzyoslcD .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJUzyoslcD .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJUzyoslcD .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJUzyoslcD .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJUzyoslcD .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJUzyoslcD .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJUzyoslcD .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJUzyoslcD .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJUzyoslcD .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-sJUzyoslcD .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJUzyoslcD [class^="socicon-"]:before,
.cid-sJUzyoslcD [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJUzyoJeBp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJUzyoJeBp .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJXTcz7w1W {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJXTczKqYh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJXTcA2FE3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJXTcA2FE3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJXTcA2FE3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJXTcA2FE3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJXTTfTxdK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJXVnAzYoV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJXVm5rWGd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJXVm5rWGd .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJXVm5rWGd .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJXVm5rWGd .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJXVm5rWGd .image {
  margin: auto;
}
.cid-sJXVm5rWGd .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJXVm5rWGd .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJXVm5rWGd .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJXVm5rWGd .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJXVm5rWGd .bottom__block {
  margin-bottom: 40px;
}
.cid-sJXVm5rWGd .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJXVm5rWGd .card__text {
  color: #22a5e5;
}
.cid-sJXVm5rWGd .mbr-text,
.cid-sJXVm5rWGd .linked {
  color: #d0d0d0;
}
.cid-sJXVm5rWGd .mbr-text,
.cid-sJXVm5rWGd .linked {
  color: #000000;
}
.cid-sJXTcArmQP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJXTcArmQP .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJXTcArmQP .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJXTcArmQP .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJXTcArmQP .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJXTcArmQP .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJXTcArmQP .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJXTcArmQP .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJXTcArmQP .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJXTcArmQP .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJXTcArmQP .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJXTcArmQP .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJXTcArmQP .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJXTcArmQP .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-sJXTcArmQP .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJXTcArmQP [class^="socicon-"]:before,
.cid-sJXTcArmQP [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJXTcAHceO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJXTcAHceO .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJXYlTYvac {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJXYlUAY80 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJXYlVyodh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJXYlVSN6I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJXYlVSN6I .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJXYlVSN6I .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJXYlVSN6I .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJXYlVSN6I .image {
  margin: auto;
}
.cid-sJXYlVSN6I .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJXYlVSN6I .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJXYlVSN6I .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJXYlVSN6I .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJXYlVSN6I .bottom__block {
  margin-bottom: 40px;
}
.cid-sJXYlVSN6I .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJXYlVSN6I .card__text {
  color: #22a5e5;
}
.cid-sJXYlVSN6I .mbr-text,
.cid-sJXYlVSN6I .linked {
  color: #d0d0d0;
}
.cid-sJXYlVSN6I .mbr-text,
.cid-sJXYlVSN6I .linked {
  color: #000000;
}
.cid-sJXYlWiPgW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJXYlWiPgW .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJXYlWiPgW .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJXYlWiPgW .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJXYlWiPgW .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJXYlWiPgW .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJXYlWiPgW .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJXYlWiPgW .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJXYlWiPgW .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJXYlWiPgW .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJXYlWiPgW .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJXYlWiPgW .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJXYlWiPgW .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJXYlWiPgW .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-sJXYlWiPgW .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJXYlWiPgW [class^="socicon-"]:before,
.cid-sJXYlWiPgW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJXYlWAsKD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJXYlWAsKD .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJY1XjwsBl {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJY1XkbMIf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJY2zO7Bmm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJY2zO7Bmm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJY2zO7Bmm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJY2zO7Bmm .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJY2BfKmZu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJY1XktUsy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJY1XkRJ5n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJY1XkRJ5n .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJY1XkRJ5n .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJY1XkRJ5n .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJY1XkRJ5n .image {
  margin: auto;
}
.cid-sJY1XkRJ5n .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJY1XkRJ5n .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJY1XkRJ5n .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJY1XkRJ5n .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJY1XkRJ5n .bottom__block {
  margin-bottom: 40px;
}
.cid-sJY1XkRJ5n .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJY1XkRJ5n .card__text {
  color: #22a5e5;
}
.cid-sJY1XkRJ5n .mbr-text,
.cid-sJY1XkRJ5n .linked {
  color: #d0d0d0;
}
.cid-sJY1XkRJ5n .mbr-text,
.cid-sJY1XkRJ5n .linked {
  color: #000000;
}
.cid-sJY1Xlg2af {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJY1Xlg2af .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJY1Xlg2af .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJY1Xlg2af .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJY1Xlg2af .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJY1Xlg2af .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJY1Xlg2af .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJY1Xlg2af .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJY1Xlg2af .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJY1Xlg2af .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJY1Xlg2af .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJY1Xlg2af .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJY1Xlg2af .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJY1Xlg2af .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-sJY1Xlg2af .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJY1Xlg2af [class^="socicon-"]:before,
.cid-sJY1Xlg2af [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJY1Xlzf9B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJY1Xlzf9B .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJY5eddK0F {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJY5ee7N84 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJY5eeqLxF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJY5eeqLxF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJY5eeqLxF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJY5eeqLxF .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJY5eeUKJu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJY5efc0gL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJY5efxjfy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJY5efxjfy .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJY5efxjfy .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJY5efxjfy .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJY5efxjfy .image {
  margin: auto;
}
.cid-sJY5efxjfy .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJY5efxjfy .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJY5efxjfy .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJY5efxjfy .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJY5efxjfy .bottom__block {
  margin-bottom: 40px;
}
.cid-sJY5efxjfy .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJY5efxjfy .card__text {
  color: #22a5e5;
}
.cid-sJY5efxjfy .mbr-text,
.cid-sJY5efxjfy .linked {
  color: #d0d0d0;
}
.cid-sJY5efxjfy .mbr-text,
.cid-sJY5efxjfy .linked {
  color: #000000;
}
.cid-sJY5efUfny {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJY5efUfny .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJY5efUfny .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJY5efUfny .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJY5efUfny .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJY5efUfny .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJY5efUfny .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJY5efUfny .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJY5efUfny .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJY5efUfny .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJY5efUfny .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJY5efUfny .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJY5efUfny .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJY5efUfny .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-sJY5efUfny .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJY5efUfny [class^="socicon-"]:before,
.cid-sJY5efUfny [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJY5eglql8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJY5eglql8 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJY9K91UHp {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJY9K9jT1i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJY9Kab02Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJYaODiES6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJYaODiES6 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJYaODiES6 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJYaODiES6 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJYaODiES6 .image {
  margin: auto;
}
.cid-sJYaODiES6 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJYaODiES6 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJYaODiES6 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJYaODiES6 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJYaODiES6 .bottom__block {
  margin-bottom: 40px;
}
.cid-sJYaODiES6 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJYaODiES6 .card__text {
  color: #22a5e5;
}
.cid-sJYaODiES6 .mbr-text,
.cid-sJYaODiES6 .linked {
  color: #d0d0d0;
}
.cid-sJYaODiES6 .mbr-text,
.cid-sJYaODiES6 .linked {
  color: #000000;
}
.cid-sJY9KaJdNO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJY9KaJdNO .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJY9KaJdNO .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJY9KaJdNO .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJY9KaJdNO .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJY9KaJdNO .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJY9KaJdNO .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJY9KaJdNO .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJY9KaJdNO .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJY9KaJdNO .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJY9KaJdNO .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJY9KaJdNO .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJY9KaJdNO .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJY9KaJdNO .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-sJY9KaJdNO .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJY9KaJdNO [class^="socicon-"]:before,
.cid-sJY9KaJdNO [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJY9Kb3vXE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJY9Kb3vXE .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJYaZzDnxM {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJYaZAeZ76 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJYbGDOtgj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJYbGDOtgj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJYbGDOtgj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJYbGDOtgj .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJYaZAuJ8v {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3Gy78hhsi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3Gy78hhsi .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3Gy78hhsi .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3Gy78hhsi .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3Gy78hhsi .image {
  margin: auto;
}
.cid-u3Gy78hhsi .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3Gy78hhsi .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3Gy78hhsi .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3Gy78hhsi .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3Gy78hhsi .bottom__block {
  margin-bottom: 40px;
}
.cid-u3Gy78hhsi .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3Gy78hhsi .card__text {
  color: #22a5e5;
}
.cid-u3Gy78hhsi .mbr-text,
.cid-u3Gy78hhsi .linked {
  color: #d0d0d0;
}
.cid-u3Gy78hhsi .mbr-text,
.cid-u3Gy78hhsi .linked {
  color: #000000;
}
.cid-sJYaZBgb1A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJYaZBgb1A .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJYaZBgb1A .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJYaZBgb1A .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJYaZBgb1A .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJYaZBgb1A .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJYaZBgb1A .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJYaZBgb1A .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJYaZBgb1A .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJYaZBgb1A .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJYaZBgb1A .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJYaZBgb1A .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJYaZBgb1A .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJYaZBgb1A .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-sJYaZBgb1A .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJYaZBgb1A [class^="socicon-"]:before,
.cid-sJYaZBgb1A [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJYaZBxxgd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJYaZBxxgd .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJYcU0XvgJ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJYcU1JT1O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJYcU27f6i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJYcU27f6i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJYcU27f6i img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJYcU27f6i .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJYeOROG3G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJYeOROG3G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJYeOROG3G .row {
  flex-direction: row-reverse;
}
.cid-sJYeOROG3G img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJYeOROG3G .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJYePxE24Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJYePxE24Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJYePxE24Q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJYePxE24Q .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJYg5RnK2T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJYeQeOjJq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJYeQeOjJq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJYeQeOjJq .row {
  flex-direction: row-reverse;
}
.cid-sJYeQeOjJq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJYeQeOjJq .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJYgKYcFtA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJYcU2DAoV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJYcU3glpe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJYcU3glpe .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJYcU3glpe .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJYcU3glpe .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJYcU3glpe .image {
  margin: auto;
}
.cid-sJYcU3glpe .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJYcU3glpe .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJYcU3glpe .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJYcU3glpe .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJYcU3glpe .bottom__block {
  margin-bottom: 40px;
}
.cid-sJYcU3glpe .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJYcU3glpe .card__text {
  color: #22a5e5;
}
.cid-sJYcU3glpe .mbr-text,
.cid-sJYcU3glpe .linked {
  color: #d0d0d0;
}
.cid-sJYcU3glpe .mbr-text,
.cid-sJYcU3glpe .linked {
  color: #000000;
}
.cid-sJYcU3Bncx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJYcU3Bncx .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJYcU3Bncx .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJYcU3Bncx .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJYcU3Bncx .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJYcU3Bncx .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJYcU3Bncx .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJYcU3Bncx .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJYcU3Bncx .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJYcU3Bncx .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJYcU3Bncx .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJYcU3Bncx .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJYcU3Bncx .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJYcU3Bncx .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-sJYcU3Bncx .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJYcU3Bncx [class^="socicon-"]:before,
.cid-sJYcU3Bncx [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJYcU3WYOL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJYcU3WYOL .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJYkvhBCOf {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJYkvidpdG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJYkviuj65 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJYkviuj65 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJYkviuj65 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJYkviuj65 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJYlHwPgvx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJYkviZvY1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJYkviZvY1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJYkviZvY1 .row {
  flex-direction: row-reverse;
}
.cid-sJYkviZvY1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJYkviZvY1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJYkvjjo2F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJYkvjjo2F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJYkvjjo2F img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJYkvjjo2F .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJYkvjTQaE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJYkvjTQaE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJYkvjTQaE .row {
  flex-direction: row-reverse;
}
.cid-sJYkvjTQaE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJYkvjTQaE .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJYnJdKIEK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJYnJdKIEK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJYnJdKIEK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJYnJdKIEK .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJYkvkffTF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJYkvkvejV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3GzJrxg2W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3GzJrxg2W .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3GzJrxg2W .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3GzJrxg2W .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3GzJrxg2W .image {
  margin: auto;
}
.cid-u3GzJrxg2W .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3GzJrxg2W .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3GzJrxg2W .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3GzJrxg2W .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3GzJrxg2W .bottom__block {
  margin-bottom: 40px;
}
.cid-u3GzJrxg2W .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3GzJrxg2W .card__text {
  color: #22a5e5;
}
.cid-u3GzJrxg2W .mbr-text,
.cid-u3GzJrxg2W .linked {
  color: #d0d0d0;
}
.cid-u3GzJrxg2W .mbr-text,
.cid-u3GzJrxg2W .linked {
  color: #000000;
}
.cid-sJYkvldzYD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJYkvldzYD .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJYkvldzYD .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJYkvldzYD .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJYkvldzYD .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJYkvldzYD .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJYkvldzYD .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJYkvldzYD .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJYkvldzYD .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJYkvldzYD .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJYkvldzYD .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJYkvldzYD .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJYkvldzYD .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJYkvldzYD .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-sJYkvldzYD .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJYkvldzYD [class^="socicon-"]:before,
.cid-sJYkvldzYD [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJYkvlw9Ei {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJYkvlw9Ei .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJYOVgcgOM {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJYOVgP1Xh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJYOVh6zIH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJYOVh6zIH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJYOVh6zIH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJYOVh6zIH .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJYOVhSuGX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJYOVhSuGX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJYOVhSuGX .row {
  flex-direction: row-reverse;
}
.cid-sJYOVhSuGX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJYOVhSuGX .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJYOVidToj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJYOVidToj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJYOVidToj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJYOVidToj .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJYOVizQKh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJYOVizQKh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJYOVizQKh .row {
  flex-direction: row-reverse;
}
.cid-sJYOVizQKh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJYOVizQKh .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJYOVjAoTg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJYOVjT4gp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJYOVjT4gp .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJYOVjT4gp .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJYOVjT4gp .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJYOVjT4gp .image {
  margin: auto;
}
.cid-sJYOVjT4gp .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJYOVjT4gp .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJYOVjT4gp .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJYOVjT4gp .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJYOVjT4gp .bottom__block {
  margin-bottom: 40px;
}
.cid-sJYOVjT4gp .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJYOVjT4gp .card__text {
  color: #22a5e5;
}
.cid-sJYOVjT4gp .mbr-text,
.cid-sJYOVjT4gp .linked {
  color: #d0d0d0;
}
.cid-sJYOVjT4gp .mbr-text,
.cid-sJYOVjT4gp .linked {
  color: #000000;
}
.cid-sJYOVkgkaj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJYOVkgkaj .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJYOVkgkaj .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJYOVkgkaj .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJYOVkgkaj .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJYOVkgkaj .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJYOVkgkaj .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJYOVkgkaj .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJYOVkgkaj .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJYOVkgkaj .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJYOVkgkaj .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJYOVkgkaj .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJYOVkgkaj .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJYOVkgkaj .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-sJYOVkgkaj .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJYOVkgkaj [class^="socicon-"]:before,
.cid-sJYOVkgkaj [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJYOVkzabb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJYOVkzabb .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJZ7tpmYmR {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJZ7tpXhOh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJZ7tqedxs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJZ7tqedxs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJZ7tqedxs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJZ7tqedxs .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJZ7trFmjI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3GBaXWXw0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3GBaXWXw0 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3GBaXWXw0 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3GBaXWXw0 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3GBaXWXw0 .image {
  margin: auto;
}
.cid-u3GBaXWXw0 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3GBaXWXw0 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3GBaXWXw0 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3GBaXWXw0 .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3GBaXWXw0 .bottom__block {
  margin-bottom: 40px;
}
.cid-u3GBaXWXw0 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3GBaXWXw0 .card__text {
  color: #22a5e5;
}
.cid-u3GBaXWXw0 .mbr-text,
.cid-u3GBaXWXw0 .linked {
  color: #d0d0d0;
}
.cid-u3GBaXWXw0 .mbr-text,
.cid-u3GBaXWXw0 .linked {
  color: #000000;
}
.cid-sJZ7tskBKc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJZ7tskBKc .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJZ7tskBKc .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJZ7tskBKc .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJZ7tskBKc .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJZ7tskBKc .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJZ7tskBKc .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJZ7tskBKc .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJZ7tskBKc .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJZ7tskBKc .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJZ7tskBKc .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJZ7tskBKc .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJZ7tskBKc .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJZ7tskBKc .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-sJZ7tskBKc .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJZ7tskBKc [class^="socicon-"]:before,
.cid-sJZ7tskBKc [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJZ7tsBHfB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJZ7tsBHfB .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJZ9osmgOR {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJZ9osXxp1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJZ9otG8PA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJZanzs6wm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJZanzs6wm .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJZanzs6wm .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJZanzs6wm .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJZanzs6wm .image {
  margin: auto;
}
.cid-sJZanzs6wm .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJZanzs6wm .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJZanzs6wm .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJZanzs6wm .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJZanzs6wm .bottom__block {
  margin-bottom: 40px;
}
.cid-sJZanzs6wm .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJZanzs6wm .card__text {
  color: #22a5e5;
}
.cid-sJZanzs6wm .mbr-text,
.cid-sJZanzs6wm .linked {
  color: #d0d0d0;
}
.cid-sJZanzs6wm .mbr-text,
.cid-sJZanzs6wm .linked {
  color: #000000;
}
.cid-sJZ9ouqdHt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJZ9ouqdHt .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJZ9ouqdHt .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJZ9ouqdHt .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJZ9ouqdHt .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJZ9ouqdHt .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJZ9ouqdHt .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJZ9ouqdHt .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJZ9ouqdHt .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJZ9ouqdHt .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJZ9ouqdHt .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJZ9ouqdHt .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJZ9ouqdHt .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJZ9ouqdHt .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-sJZ9ouqdHt .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJZ9ouqdHt [class^="socicon-"]:before,
.cid-sJZ9ouqdHt [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJZ9ouHBrV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJZ9ouHBrV .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJZbxvC8tA {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJZbxweXYc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJZcoQ9T87 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJZcoQ9T87 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJZcoQ9T87 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJZcoQ9T87 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJZdDxKQRy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJZdC3laiI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJZdC3laiI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJZdC3laiI .row {
  flex-direction: row-reverse;
}
.cid-sJZdC3laiI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJZdC3laiI .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJZbxwwiOJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJZbxwX8uz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJZbxwX8uz .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJZbxwX8uz .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJZbxwX8uz .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJZbxwX8uz .image {
  margin: auto;
}
.cid-sJZbxwX8uz .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJZbxwX8uz .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJZbxwX8uz .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJZbxwX8uz .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJZbxwX8uz .bottom__block {
  margin-bottom: 40px;
}
.cid-sJZbxwX8uz .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJZbxwX8uz .card__text {
  color: #22a5e5;
}
.cid-sJZbxwX8uz .mbr-text,
.cid-sJZbxwX8uz .linked {
  color: #d0d0d0;
}
.cid-sJZbxwX8uz .mbr-text,
.cid-sJZbxwX8uz .linked {
  color: #000000;
}
.cid-sJZbxxiJ05 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJZbxxiJ05 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJZbxxiJ05 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJZbxxiJ05 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJZbxxiJ05 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJZbxxiJ05 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJZbxxiJ05 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJZbxxiJ05 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJZbxxiJ05 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJZbxxiJ05 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJZbxxiJ05 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJZbxxiJ05 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJZbxxiJ05 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJZbxxiJ05 .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-sJZbxxiJ05 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJZbxxiJ05 [class^="socicon-"]:before,
.cid-sJZbxxiJ05 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJZbxxBvq8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJZbxxBvq8 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJZjHTcYFs {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJZjHTPGAl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJZjHU7e8L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJZjHU7e8L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJZjHU7e8L img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJZjHU7e8L .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJZjHUBcTm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJZjHVbLjV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3GHGNmBJz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3GHGNmBJz .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3GHGNmBJz .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3GHGNmBJz .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3GHGNmBJz .image {
  margin: auto;
}
.cid-u3GHGNmBJz .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3GHGNmBJz .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3GHGNmBJz .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3GHGNmBJz .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3GHGNmBJz .bottom__block {
  margin-bottom: 40px;
}
.cid-u3GHGNmBJz .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3GHGNmBJz .card__text {
  color: #22a5e5;
}
.cid-u3GHGNmBJz .mbr-text,
.cid-u3GHGNmBJz .linked {
  color: #d0d0d0;
}
.cid-u3GHGNmBJz .mbr-text,
.cid-u3GHGNmBJz .linked {
  color: #000000;
}
.cid-sJZjHVSLgb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJZjHVSLgb .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJZjHVSLgb .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJZjHVSLgb .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJZjHVSLgb .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJZjHVSLgb .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJZjHVSLgb .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJZjHVSLgb .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJZjHVSLgb .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJZjHVSLgb .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJZjHVSLgb .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJZjHVSLgb .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJZjHVSLgb .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJZjHVSLgb .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-sJZjHVSLgb .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJZjHVSLgb [class^="socicon-"]:before,
.cid-sJZjHVSLgb [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJZjHWdMih {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJZjHWdMih .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sJZlV9FsSK {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJZlVarpEk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJZlVaIvEI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJZlVaIvEI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJZlVaIvEI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJZlVaIvEI .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJZlVb8tDg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJZlVbnfvz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sJZnqjXBaC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sJZnqjXBaC .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sJZnqjXBaC .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sJZnqjXBaC .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sJZnqjXBaC .image {
  margin: auto;
}
.cid-sJZnqjXBaC .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sJZnqjXBaC .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sJZnqjXBaC .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sJZnqjXBaC .linked {
    margin: 30px 0 40px;
  }
}
.cid-sJZnqjXBaC .bottom__block {
  margin-bottom: 40px;
}
.cid-sJZnqjXBaC .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sJZnqjXBaC .card__text {
  color: #22a5e5;
}
.cid-sJZnqjXBaC .mbr-text,
.cid-sJZnqjXBaC .linked {
  color: #d0d0d0;
}
.cid-sJZnqjXBaC .mbr-text,
.cid-sJZnqjXBaC .linked {
  color: #000000;
}
.cid-sJZlVc14bx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJZlVc14bx .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sJZlVc14bx .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sJZlVc14bx .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sJZlVc14bx .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sJZlVc14bx .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sJZlVc14bx .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sJZlVc14bx .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sJZlVc14bx .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sJZlVc14bx .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sJZlVc14bx .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sJZlVc14bx .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sJZlVc14bx .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sJZlVc14bx .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-sJZlVc14bx .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sJZlVc14bx [class^="socicon-"]:before,
.cid-sJZlVc14bx [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJZlVcm5OO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJZlVcm5OO .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sK3dANOsKe {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3dAOpDuu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK3dAOFr1F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sK3dAOFr1F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK3dAOFr1F img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK3dAOFr1F .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK5SyXt68k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3GRCWTPFo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3GRCWTPFo .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3GRCWTPFo .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3GRCWTPFo .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3GRCWTPFo .image {
  margin: auto;
}
.cid-u3GRCWTPFo .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3GRCWTPFo .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3GRCWTPFo .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3GRCWTPFo .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3GRCWTPFo .bottom__block {
  margin-bottom: 40px;
}
.cid-u3GRCWTPFo .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3GRCWTPFo .card__text {
  color: #22a5e5;
}
.cid-u3GRCWTPFo .mbr-text,
.cid-u3GRCWTPFo .linked {
  color: #d0d0d0;
}
.cid-u3GRCWTPFo .mbr-text,
.cid-u3GRCWTPFo .linked {
  color: #000000;
}
.cid-sK3dAPWI2c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3dAPWI2c .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sK3dAPWI2c .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sK3dAPWI2c .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sK3dAPWI2c .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sK3dAPWI2c .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sK3dAPWI2c .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sK3dAPWI2c .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sK3dAPWI2c .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sK3dAPWI2c .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sK3dAPWI2c .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sK3dAPWI2c .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sK3dAPWI2c .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sK3dAPWI2c .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-sK3dAPWI2c .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sK3dAPWI2c [class^="socicon-"]:before,
.cid-sK3dAPWI2c [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sK3dAQgvIK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3dAQgvIK .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sK3f7sLbjb {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3f7tyFxU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK3grxfFn1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3GRT9BnqL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3GRT9BnqL .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3GRT9BnqL .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3GRT9BnqL .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3GRT9BnqL .image {
  margin: auto;
}
.cid-u3GRT9BnqL .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3GRT9BnqL .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3GRT9BnqL .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3GRT9BnqL .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3GRT9BnqL .bottom__block {
  margin-bottom: 40px;
}
.cid-u3GRT9BnqL .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3GRT9BnqL .card__text {
  color: #22a5e5;
}
.cid-u3GRT9BnqL .mbr-text,
.cid-u3GRT9BnqL .linked {
  color: #d0d0d0;
}
.cid-u3GRT9BnqL .mbr-text,
.cid-u3GRT9BnqL .linked {
  color: #000000;
}
.cid-sK3f7ulgCC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3f7ulgCC .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sK3f7ulgCC .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sK3f7ulgCC .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sK3f7ulgCC .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sK3f7ulgCC .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sK3f7ulgCC .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sK3f7ulgCC .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sK3f7ulgCC .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sK3f7ulgCC .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sK3f7ulgCC .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sK3f7ulgCC .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sK3f7ulgCC .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sK3f7ulgCC .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-sK3f7ulgCC .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sK3f7ulgCC [class^="socicon-"]:before,
.cid-sK3f7ulgCC [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sK3f7uRXlS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3f7uRXlS .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sK3gXCwQUb {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3gXD4b67 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK3hJsufnH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sK3hJsufnH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK3hJsufnH .row {
  flex-direction: row-reverse;
}
.cid-sK3hJsufnH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK3hJsufnH .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK3ihes4SB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK3gXDlKjr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sK3gXDIZwz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sK3gXDIZwz .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sK3gXDIZwz .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sK3gXDIZwz .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sK3gXDIZwz .image {
  margin: auto;
}
.cid-sK3gXDIZwz .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sK3gXDIZwz .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sK3gXDIZwz .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sK3gXDIZwz .linked {
    margin: 30px 0 40px;
  }
}
.cid-sK3gXDIZwz .bottom__block {
  margin-bottom: 40px;
}
.cid-sK3gXDIZwz .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sK3gXDIZwz .card__text {
  color: #22a5e5;
}
.cid-sK3gXDIZwz .mbr-text,
.cid-sK3gXDIZwz .linked {
  color: #d0d0d0;
}
.cid-sK3gXDIZwz .mbr-text,
.cid-sK3gXDIZwz .linked {
  color: #000000;
}
.cid-sK3gXE25zm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3gXE25zm .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sK3gXE25zm .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sK3gXE25zm .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sK3gXE25zm .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sK3gXE25zm .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sK3gXE25zm .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sK3gXE25zm .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sK3gXE25zm .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sK3gXE25zm .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sK3gXE25zm .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sK3gXE25zm .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sK3gXE25zm .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sK3gXE25zm .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-sK3gXE25zm .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sK3gXE25zm [class^="socicon-"]:before,
.cid-sK3gXE25zm [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sK3gXEmo4C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3gXEmo4C .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sK3sYmbB1E {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3sYmO3ly {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK3sYn7SWT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sK3sYn7SWT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK3sYn7SWT .row {
  flex-direction: row-reverse;
}
.cid-sK3sYn7SWT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK3sYn7SWT .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK3sYnzoCr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK3sYnQj8L {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sK3sYnQj8L .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.cid-sK3sYnQj8L .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-sK3sYnQj8L .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-sK3sYnQj8L .container-table {
  margin: 0 auto;
}
.cid-sK3sYnQj8L .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sK3sYnQj8L .dataTables_wrapper {
  display: block;
}
.cid-sK3sYnQj8L .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sK3sYnQj8L .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sK3sYnQj8L table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sK3sYnQj8L table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sK3sYnQj8L table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sK3sYnQj8L table td {
  border-top: 1px solid #cccccc;
}
.cid-sK3sYnQj8L table.table {
  background: #ffffff;
}
.cid-sK3sYnQj8L .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sK3sYnQj8L .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sK3sYnQj8L .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sK3sYnQj8L .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-sK3sYnQj8L .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sK3sYnQj8L .dataTables_filter {
    text-align: center;
  }
  .cid-sK3sYnQj8L .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sK3sYpgOUy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sK3sYpgOUy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK3sYpgOUy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK3sYpgOUy .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK3sYpCgUG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK3sYpV0em {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3GUW0EqOV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3GUW0EqOV .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3GUW0EqOV .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3GUW0EqOV .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3GUW0EqOV .image {
  margin: auto;
}
.cid-u3GUW0EqOV .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3GUW0EqOV .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3GUW0EqOV .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3GUW0EqOV .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3GUW0EqOV .bottom__block {
  margin-bottom: 40px;
}
.cid-u3GUW0EqOV .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3GUW0EqOV .card__text {
  color: #22a5e5;
}
.cid-u3GUW0EqOV .mbr-text,
.cid-u3GUW0EqOV .linked {
  color: #d0d0d0;
}
.cid-u3GUW0EqOV .mbr-text,
.cid-u3GUW0EqOV .linked {
  color: #000000;
}
.cid-sK3sYqJazP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3sYqJazP .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sK3sYqJazP .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sK3sYqJazP .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sK3sYqJazP .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sK3sYqJazP .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sK3sYqJazP .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sK3sYqJazP .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sK3sYqJazP .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sK3sYqJazP .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sK3sYqJazP .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sK3sYqJazP .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sK3sYqJazP .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sK3sYqJazP .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-sK3sYqJazP .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sK3sYqJazP [class^="socicon-"]:before,
.cid-sK3sYqJazP [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sK3sYr3huY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3sYr3huY .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sK3vevngBw {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3vewIHEK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK3vex2IZN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sK3vex2IZN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK3vex2IZN .row {
  flex-direction: row-reverse;
}
.cid-sK3vex2IZN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK3vex2IZN .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK3vexzhtw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK3vezYixa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3GV4b4fpY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3GV4b4fpY .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3GV4b4fpY .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3GV4b4fpY .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3GV4b4fpY .image {
  margin: auto;
}
.cid-u3GV4b4fpY .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3GV4b4fpY .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3GV4b4fpY .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3GV4b4fpY .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3GV4b4fpY .bottom__block {
  margin-bottom: 40px;
}
.cid-u3GV4b4fpY .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3GV4b4fpY .card__text {
  color: #22a5e5;
}
.cid-u3GV4b4fpY .mbr-text,
.cid-u3GV4b4fpY .linked {
  color: #d0d0d0;
}
.cid-u3GV4b4fpY .mbr-text,
.cid-u3GV4b4fpY .linked {
  color: #000000;
}
.cid-sK3veARXf0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3veARXf0 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sK3veARXf0 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sK3veARXf0 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sK3veARXf0 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sK3veARXf0 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sK3veARXf0 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sK3veARXf0 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sK3veARXf0 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sK3veARXf0 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sK3veARXf0 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sK3veARXf0 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sK3veARXf0 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sK3veARXf0 .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-sK3veARXf0 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sK3veARXf0 [class^="socicon-"]:before,
.cid-sK3veARXf0 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sK3veBjFSj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3veBjFSj .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sK3xfTtZno {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3xfUnVfq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK3xfUEKo9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sK3xfUEKo9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK3xfUEKo9 .row {
  flex-direction: row-reverse;
}
.cid-sK3xfUEKo9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK3xfUEKo9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK3xfV4h4g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK3xfVkZkb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sK3xfVJYpC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sK3xfVJYpC .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sK3xfVJYpC .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sK3xfVJYpC .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sK3xfVJYpC .image {
  margin: auto;
}
.cid-sK3xfVJYpC .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sK3xfVJYpC .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sK3xfVJYpC .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sK3xfVJYpC .linked {
    margin: 30px 0 40px;
  }
}
.cid-sK3xfVJYpC .bottom__block {
  margin-bottom: 40px;
}
.cid-sK3xfVJYpC .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sK3xfVJYpC .card__text {
  color: #22a5e5;
}
.cid-sK3xfVJYpC .mbr-text,
.cid-sK3xfVJYpC .linked {
  color: #d0d0d0;
}
.cid-sK3xfVJYpC .mbr-text,
.cid-sK3xfVJYpC .linked {
  color: #000000;
}
.cid-sK3xfW5YZH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3xfW5YZH .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sK3xfW5YZH .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sK3xfW5YZH .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sK3xfW5YZH .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sK3xfW5YZH .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sK3xfW5YZH .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sK3xfW5YZH .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sK3xfW5YZH .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sK3xfW5YZH .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sK3xfW5YZH .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sK3xfW5YZH .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sK3xfW5YZH .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sK3xfW5YZH .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-sK3xfW5YZH .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sK3xfW5YZH [class^="socicon-"]:before,
.cid-sK3xfW5YZH [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sK3xfWn0rs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3xfWn0rs .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sK3AiULgaj {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3AiVoF0I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK3AiVHtI9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sK3AiVHtI9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK3AiVHtI9 .row {
  flex-direction: row-reverse;
}
.cid-sK3AiVHtI9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK3AiVHtI9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK3RzonEj4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sK3RzonEj4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK3RzonEj4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK3RzonEj4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK3AiW8nMV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK3AiWpOR3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sK3AiWLP9u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sK3AiWLP9u .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sK3AiWLP9u .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sK3AiWLP9u .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sK3AiWLP9u .image {
  margin: auto;
}
.cid-sK3AiWLP9u .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sK3AiWLP9u .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sK3AiWLP9u .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sK3AiWLP9u .linked {
    margin: 30px 0 40px;
  }
}
.cid-sK3AiWLP9u .bottom__block {
  margin-bottom: 40px;
}
.cid-sK3AiWLP9u .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sK3AiWLP9u .card__text {
  color: #22a5e5;
}
.cid-sK3AiWLP9u .mbr-text,
.cid-sK3AiWLP9u .linked {
  color: #d0d0d0;
}
.cid-sK3AiWLP9u .mbr-text,
.cid-sK3AiWLP9u .linked {
  color: #000000;
}
.cid-sK3AiXcegN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3AiXcegN .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sK3AiXcegN .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sK3AiXcegN .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sK3AiXcegN .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sK3AiXcegN .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sK3AiXcegN .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sK3AiXcegN .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sK3AiXcegN .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sK3AiXcegN .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sK3AiXcegN .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sK3AiXcegN .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sK3AiXcegN .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sK3AiXcegN .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-sK3AiXcegN .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sK3AiXcegN [class^="socicon-"]:before,
.cid-sK3AiXcegN [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sK3AiXw6LC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3AiXw6LC .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sK3U5AXWgc {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3U5Bzwdx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK3U5BQYy4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sK3U5BQYy4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK3U5BQYy4 .row {
  flex-direction: row-reverse;
}
.cid-sK3U5BQYy4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK3U5BQYy4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK3U5CCzfi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK416M4hou {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sK416M4hou .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK416M4hou img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK416M4hou .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK3U5CSJnC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sK3U5Db176 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sK3U5Db176 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sK3U5Db176 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sK3U5Db176 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sK3U5Db176 .image {
  margin: auto;
}
.cid-sK3U5Db176 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sK3U5Db176 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sK3U5Db176 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sK3U5Db176 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sK3U5Db176 .bottom__block {
  margin-bottom: 40px;
}
.cid-sK3U5Db176 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sK3U5Db176 .card__text {
  color: #22a5e5;
}
.cid-sK3U5Db176 .mbr-text,
.cid-sK3U5Db176 .linked {
  color: #d0d0d0;
}
.cid-sK3U5Db176 .mbr-text,
.cid-sK3U5Db176 .linked {
  color: #000000;
}
.cid-sK3U5DwmMr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3U5DwmMr .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sK3U5DwmMr .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sK3U5DwmMr .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sK3U5DwmMr .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sK3U5DwmMr .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sK3U5DwmMr .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sK3U5DwmMr .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sK3U5DwmMr .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sK3U5DwmMr .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sK3U5DwmMr .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sK3U5DwmMr .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sK3U5DwmMr .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sK3U5DwmMr .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-sK3U5DwmMr .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sK3U5DwmMr [class^="socicon-"]:before,
.cid-sK3U5DwmMr [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sK3U5DQyzC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK3U5DQyzC .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sK5d6NAZgn {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK5dPVJpVQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sK5dPVJpVQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK5dPVJpVQ .row {
  flex-direction: row-reverse;
}
.cid-sK5dPVJpVQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK5dPVJpVQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK5d6ObTKI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK5d6PssPL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sK5d6PMYwr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sK5d6PMYwr .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sK5d6PMYwr .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sK5d6PMYwr .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sK5d6PMYwr .image {
  margin: auto;
}
.cid-sK5d6PMYwr .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sK5d6PMYwr .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sK5d6PMYwr .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sK5d6PMYwr .linked {
    margin: 30px 0 40px;
  }
}
.cid-sK5d6PMYwr .bottom__block {
  margin-bottom: 40px;
}
.cid-sK5d6PMYwr .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sK5d6PMYwr .card__text {
  color: #22a5e5;
}
.cid-sK5d6PMYwr .mbr-text,
.cid-sK5d6PMYwr .linked {
  color: #d0d0d0;
}
.cid-sK5d6PMYwr .mbr-text,
.cid-sK5d6PMYwr .linked {
  color: #000000;
}
.cid-sK5d6QbILp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK5d6QbILp .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sK5d6QbILp .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sK5d6QbILp .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sK5d6QbILp .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sK5d6QbILp .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sK5d6QbILp .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sK5d6QbILp .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sK5d6QbILp .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sK5d6QbILp .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sK5d6QbILp .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sK5d6QbILp .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sK5d6QbILp .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sK5d6QbILp .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-sK5d6QbILp .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sK5d6QbILp [class^="socicon-"]:before,
.cid-sK5d6QbILp [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sK5d6Quz6a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK5d6Quz6a .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sK5mE72AL6 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK5mE88l2W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK5niKqUfr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sK5niKqUfr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK5niKqUfr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK5niKqUfr .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK5nkIS4ot {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK5nlMpx0Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sK5nlMpx0Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK5nlMpx0Y .row {
  flex-direction: row-reverse;
}
.cid-sK5nlMpx0Y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK5nlMpx0Y .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK5nmZwhbN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK5mE8px5b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3H6X0xoMx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3H6X0xoMx .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3H6X0xoMx .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3H6X0xoMx .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3H6X0xoMx .image {
  margin: auto;
}
.cid-u3H6X0xoMx .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3H6X0xoMx .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3H6X0xoMx .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3H6X0xoMx .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3H6X0xoMx .bottom__block {
  margin-bottom: 40px;
}
.cid-u3H6X0xoMx .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3H6X0xoMx .card__text {
  color: #22a5e5;
}
.cid-u3H6X0xoMx .mbr-text,
.cid-u3H6X0xoMx .linked {
  color: #d0d0d0;
}
.cid-u3H6X0xoMx .mbr-text,
.cid-u3H6X0xoMx .linked {
  color: #000000;
}
.cid-sK5mE922a9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK5mE922a9 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sK5mE922a9 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sK5mE922a9 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sK5mE922a9 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sK5mE922a9 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sK5mE922a9 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sK5mE922a9 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sK5mE922a9 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sK5mE922a9 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sK5mE922a9 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sK5mE922a9 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sK5mE922a9 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sK5mE922a9 .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-sK5mE922a9 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sK5mE922a9 [class^="socicon-"]:before,
.cid-sK5mE922a9 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sK5mE9kE5A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK5mE9kE5A .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sK5qNhcmx2 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK5qNhOz0N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK5qNi6RrT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sK5qNi6RrT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK5qNi6RrT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK5qNi6RrT .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK5qNiNmXH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sK5qNiNmXH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK5qNiNmXH .row {
  flex-direction: row-reverse;
}
.cid-sK5qNiNmXH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK5qNiNmXH .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK5qNj7rte {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK5qNjmEzz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3H75LFy6A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3H75LFy6A .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3H75LFy6A .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3H75LFy6A .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3H75LFy6A .image {
  margin: auto;
}
.cid-u3H75LFy6A .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3H75LFy6A .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3H75LFy6A .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3H75LFy6A .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3H75LFy6A .bottom__block {
  margin-bottom: 40px;
}
.cid-u3H75LFy6A .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3H75LFy6A .card__text {
  color: #22a5e5;
}
.cid-u3H75LFy6A .mbr-text,
.cid-u3H75LFy6A .linked {
  color: #d0d0d0;
}
.cid-u3H75LFy6A .mbr-text,
.cid-u3H75LFy6A .linked {
  color: #000000;
}
.cid-sK5qNk2uB6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK5qNk2uB6 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sK5qNk2uB6 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sK5qNk2uB6 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sK5qNk2uB6 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sK5qNk2uB6 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sK5qNk2uB6 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sK5qNk2uB6 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sK5qNk2uB6 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sK5qNk2uB6 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sK5qNk2uB6 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sK5qNk2uB6 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sK5qNk2uB6 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sK5qNk2uB6 .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-sK5qNk2uB6 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sK5qNk2uB6 [class^="socicon-"]:before,
.cid-sK5qNk2uB6 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sK5qNkkPli {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK5qNkkPli .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sK5taxwCvA {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK5tay9qz0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK5tayqdzU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sK5tayqdzU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK5tayqdzU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK5tayqdzU .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK5tazc0lx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK5tazrBFw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3H7eBnDPp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3H7eBnDPp .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3H7eBnDPp .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3H7eBnDPp .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3H7eBnDPp .image {
  margin: auto;
}
.cid-u3H7eBnDPp .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3H7eBnDPp .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3H7eBnDPp .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3H7eBnDPp .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3H7eBnDPp .bottom__block {
  margin-bottom: 40px;
}
.cid-u3H7eBnDPp .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3H7eBnDPp .card__text {
  color: #22a5e5;
}
.cid-u3H7eBnDPp .mbr-text,
.cid-u3H7eBnDPp .linked {
  color: #d0d0d0;
}
.cid-u3H7eBnDPp .mbr-text,
.cid-u3H7eBnDPp .linked {
  color: #000000;
}
.cid-sK5taAaKxH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK5taAaKxH .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sK5taAaKxH .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sK5taAaKxH .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sK5taAaKxH .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sK5taAaKxH .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sK5taAaKxH .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sK5taAaKxH .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sK5taAaKxH .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sK5taAaKxH .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sK5taAaKxH .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sK5taAaKxH .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sK5taAaKxH .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sK5taAaKxH .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-sK5taAaKxH .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sK5taAaKxH [class^="socicon-"]:before,
.cid-sK5taAaKxH [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sK5taAvS5X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK5taAvS5X .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sK5CzcjgED {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK5CzcYulO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK5CzdiFvo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sK5CzdiFvo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK5CzdiFvo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK5CzdiFvo .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK5CzdO9lp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK5DMUfPUm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sK5DMUfPUm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sK5DMUfPUm .row {
  flex-direction: row-reverse;
}
.cid-sK5DMUfPUm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sK5DMUfPUm .text-wrapper {
    padding: 2rem;
  }
}
.cid-sK5DOsNdsx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sK5Cze6EpF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sK5CzetsFo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sK5CzetsFo .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sK5CzetsFo .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sK5CzetsFo .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sK5CzetsFo .image {
  margin: auto;
}
.cid-sK5CzetsFo .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sK5CzetsFo .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sK5CzetsFo .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sK5CzetsFo .linked {
    margin: 30px 0 40px;
  }
}
.cid-sK5CzetsFo .bottom__block {
  margin-bottom: 40px;
}
.cid-sK5CzetsFo .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sK5CzetsFo .card__text {
  color: #22a5e5;
}
.cid-sK5CzetsFo .mbr-text,
.cid-sK5CzetsFo .linked {
  color: #d0d0d0;
}
.cid-sK5CzetsFo .mbr-text,
.cid-sK5CzetsFo .linked {
  color: #000000;
}
.cid-sK5CzeRBPn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK5CzeRBPn .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sK5CzeRBPn .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sK5CzeRBPn .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sK5CzeRBPn .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sK5CzeRBPn .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sK5CzeRBPn .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sK5CzeRBPn .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sK5CzeRBPn .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sK5CzeRBPn .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sK5CzeRBPn .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sK5CzeRBPn .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sK5CzeRBPn .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sK5CzeRBPn .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-sK5CzeRBPn .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sK5CzeRBPn [class^="socicon-"]:before,
.cid-sK5CzeRBPn [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sK5Czfg6CW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK5Czfg6CW .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKfwLxSCSr {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfwLyepnp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKfwLywjbw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKfwLywjbw .card-wrapper {
  background: #bbbbbb;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sKfwLywjbw .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sKfwLywjbw .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sKfwLywjbw .card-wrapper {
    padding: 4rem;
  }
}
.cid-sKfwLywjbw .mbr-text,
.cid-sKfwLywjbw .mbr-section-btn {
  color: #232323;
}
.cid-sKfwLywjbw .card-title,
.cid-sKfwLywjbw .card-box {
  text-align: left;
}
.cid-sKfwLyQLU8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKfwLyQLU8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKfwLyQLU8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKfwLyQLU8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKfwLze9kE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKfzxBrhNY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKfzxBrhNY .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKfzxBrhNY .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKfzxBrhNY .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKfzxBrhNY .image {
  margin: auto;
}
.cid-sKfzxBrhNY .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKfzxBrhNY .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKfzxBrhNY .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKfzxBrhNY .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKfzxBrhNY .bottom__block {
  margin-bottom: 40px;
}
.cid-sKfzxBrhNY .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKfzxBrhNY .card__text {
  color: #22a5e5;
}
.cid-sKfzxBrhNY .mbr-text,
.cid-sKfzxBrhNY .linked {
  color: #d0d0d0;
}
.cid-sKfzxBrhNY .mbr-text,
.cid-sKfzxBrhNY .linked {
  color: #000000;
}
.cid-sKfwLzSNPT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfwLzSNPT .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKfwLzSNPT .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKfwLzSNPT .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKfwLzSNPT .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKfwLzSNPT .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKfwLzSNPT .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKfwLzSNPT .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKfwLzSNPT .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKfwLzSNPT .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKfwLzSNPT .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKfwLzSNPT .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKfwLzSNPT .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKfwLzSNPT .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-sKfwLzSNPT .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKfwLzSNPT [class^="socicon-"]:before,
.cid-sKfwLzSNPT [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKfwLAaaTT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfwLAaaTT .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKfCKtKASi {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfCKuv3or {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKfCKviE0X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKfCKviE0X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKfCKviE0X img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKfCKviE0X .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKfD2OihpK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKfCKvFG2R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKfCKvFG2R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKfCKvFG2R .row {
  flex-direction: row-reverse;
}
.cid-sKfCKvFG2R img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKfCKvFG2R .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKfD3NvvtP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKfCKw0LrF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKfCKwkU7o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKfCKwkU7o .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKfCKwkU7o .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKfCKwkU7o .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKfCKwkU7o .image {
  margin: auto;
}
.cid-sKfCKwkU7o .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKfCKwkU7o .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKfCKwkU7o .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKfCKwkU7o .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKfCKwkU7o .bottom__block {
  margin-bottom: 40px;
}
.cid-sKfCKwkU7o .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKfCKwkU7o .card__text {
  color: #22a5e5;
}
.cid-sKfCKwkU7o .mbr-text,
.cid-sKfCKwkU7o .linked {
  color: #d0d0d0;
}
.cid-sKfCKwkU7o .mbr-text,
.cid-sKfCKwkU7o .linked {
  color: #000000;
}
.cid-sKfCKwGcsr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfCKwGcsr .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKfCKwGcsr .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKfCKwGcsr .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKfCKwGcsr .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKfCKwGcsr .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKfCKwGcsr .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKfCKwGcsr .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKfCKwGcsr .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKfCKwGcsr .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKfCKwGcsr .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKfCKwGcsr .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKfCKwGcsr .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKfCKwGcsr .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-sKfCKwGcsr .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKfCKwGcsr [class^="socicon-"]:before,
.cid-sKfCKwGcsr [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKfCKx2LQC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfCKx2LQC .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKfIP7Iph3 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfIP8oeW3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKfIPag7Wu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKfIPaCmH4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKfIPaCmH4 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKfIPaCmH4 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKfIPaCmH4 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKfIPaCmH4 .image {
  margin: auto;
}
.cid-sKfIPaCmH4 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKfIPaCmH4 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKfIPaCmH4 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKfIPaCmH4 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKfIPaCmH4 .bottom__block {
  margin-bottom: 40px;
}
.cid-sKfIPaCmH4 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKfIPaCmH4 .card__text {
  color: #22a5e5;
}
.cid-sKfIPaCmH4 .mbr-text,
.cid-sKfIPaCmH4 .linked {
  color: #d0d0d0;
}
.cid-sKfIPaCmH4 .mbr-text,
.cid-sKfIPaCmH4 .linked {
  color: #000000;
}
.cid-sKfIPb1ngY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfIPb1ngY .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKfIPb1ngY .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKfIPb1ngY .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKfIPb1ngY .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKfIPb1ngY .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKfIPb1ngY .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKfIPb1ngY .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKfIPb1ngY .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKfIPb1ngY .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKfIPb1ngY .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKfIPb1ngY .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKfIPb1ngY .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKfIPb1ngY .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-sKfIPb1ngY .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKfIPb1ngY [class^="socicon-"]:before,
.cid-sKfIPb1ngY [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKfIPblaar {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfIPblaar .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKfL4bllbS {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfL4c1AKP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKfL4cjzh6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XCEvc1Zs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XCEvc1Zs .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XCEvc1Zs .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XCEvc1Zs .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XCEvc1Zs .image {
  margin: auto;
}
.cid-u3XCEvc1Zs .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XCEvc1Zs .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XCEvc1Zs .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XCEvc1Zs .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XCEvc1Zs .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XCEvc1Zs .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XCEvc1Zs .card__text {
  color: #22a5e5;
}
.cid-u3XCEvc1Zs .mbr-text,
.cid-u3XCEvc1Zs .linked {
  color: #d0d0d0;
}
.cid-u3XCEvc1Zs .mbr-text,
.cid-u3XCEvc1Zs .linked {
  color: #000000;
}
.cid-sKfL4dbpvF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfL4dbpvF .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKfL4dbpvF .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKfL4dbpvF .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKfL4dbpvF .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKfL4dbpvF .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKfL4dbpvF .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKfL4dbpvF .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKfL4dbpvF .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKfL4dbpvF .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKfL4dbpvF .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKfL4dbpvF .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKfL4dbpvF .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKfL4dbpvF .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-sKfL4dbpvF .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKfL4dbpvF [class^="socicon-"]:before,
.cid-sKfL4dbpvF [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKfL4dwjdP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfL4dwjdP .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKfLGARISq {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfLGBy8p2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKfLGBQ5ZM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XCPvw39h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XCPvw39h .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XCPvw39h .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XCPvw39h .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XCPvw39h .image {
  margin: auto;
}
.cid-u3XCPvw39h .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XCPvw39h .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XCPvw39h .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XCPvw39h .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XCPvw39h .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XCPvw39h .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XCPvw39h .card__text {
  color: #22a5e5;
}
.cid-u3XCPvw39h .mbr-text,
.cid-u3XCPvw39h .linked {
  color: #d0d0d0;
}
.cid-u3XCPvw39h .mbr-text,
.cid-u3XCPvw39h .linked {
  color: #000000;
}
.cid-sKfLGCLJId {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfLGCLJId .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKfLGCLJId .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKfLGCLJId .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKfLGCLJId .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKfLGCLJId .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKfLGCLJId .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKfLGCLJId .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKfLGCLJId .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKfLGCLJId .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKfLGCLJId .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKfLGCLJId .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKfLGCLJId .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKfLGCLJId .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-sKfLGCLJId .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKfLGCLJId [class^="socicon-"]:before,
.cid-sKfLGCLJId [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKfLGDgkFj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfLGDgkFj .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKfMJNqokg {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfN1jVyRn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKfN1jVyRn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKfN1jVyRn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKfN1jVyRn .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKfMJO7GBl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKfMJOo5LZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XCVRhOFe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XCVRhOFe .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XCVRhOFe .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XCVRhOFe .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XCVRhOFe .image {
  margin: auto;
}
.cid-u3XCVRhOFe .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XCVRhOFe .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XCVRhOFe .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XCVRhOFe .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XCVRhOFe .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XCVRhOFe .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XCVRhOFe .card__text {
  color: #22a5e5;
}
.cid-u3XCVRhOFe .mbr-text,
.cid-u3XCVRhOFe .linked {
  color: #d0d0d0;
}
.cid-u3XCVRhOFe .mbr-text,
.cid-u3XCVRhOFe .linked {
  color: #000000;
}
.cid-sKfMJPdPO8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfMJPdPO8 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKfMJPdPO8 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKfMJPdPO8 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKfMJPdPO8 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKfMJPdPO8 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKfMJPdPO8 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKfMJPdPO8 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKfMJPdPO8 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKfMJPdPO8 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKfMJPdPO8 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKfMJPdPO8 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKfMJPdPO8 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKfMJPdPO8 .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-sKfMJPdPO8 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKfMJPdPO8 [class^="socicon-"]:before,
.cid-sKfMJPdPO8 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKfMJPwDm6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfMJPwDm6 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKfOa5na5p {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfOa6ATcR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKfOt9Tgm7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKfOt9Tgm7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKfOt9Tgm7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKfOt9Tgm7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKfOa6RQNE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XD228ana {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XD228ana .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XD228ana .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XD228ana .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XD228ana .image {
  margin: auto;
}
.cid-u3XD228ana .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XD228ana .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XD228ana .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XD228ana .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XD228ana .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XD228ana .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XD228ana .card__text {
  color: #22a5e5;
}
.cid-u3XD228ana .mbr-text,
.cid-u3XD228ana .linked {
  color: #d0d0d0;
}
.cid-u3XD228ana .mbr-text,
.cid-u3XD228ana .linked {
  color: #000000;
}
.cid-sKfOa7NNc2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfOa7NNc2 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKfOa7NNc2 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKfOa7NNc2 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKfOa7NNc2 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKfOa7NNc2 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKfOa7NNc2 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKfOa7NNc2 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKfOa7NNc2 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKfOa7NNc2 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKfOa7NNc2 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKfOa7NNc2 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKfOa7NNc2 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKfOa7NNc2 .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-sKfOa7NNc2 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKfOa7NNc2 [class^="socicon-"]:before,
.cid-sKfOa7NNc2 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKfOa878Oe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKfOa878Oe .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKgdRvBc2H {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgdRwh04Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKgdRwzsrh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKgdRwzsrh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKgdRwzsrh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKgdRwzsrh .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKgeoo0R1l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKgdRx4NSJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKggSSIFcD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKggSSIFcD .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKggSSIFcD .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKggSSIFcD .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKggSSIFcD .image {
  margin: auto;
}
.cid-sKggSSIFcD .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKggSSIFcD .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKggSSIFcD .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKggSSIFcD .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKggSSIFcD .bottom__block {
  margin-bottom: 40px;
}
.cid-sKggSSIFcD .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKggSSIFcD .card__text {
  color: #22a5e5;
}
.cid-sKggSSIFcD .mbr-text,
.cid-sKggSSIFcD .linked {
  color: #d0d0d0;
}
.cid-sKggSSIFcD .mbr-text,
.cid-sKggSSIFcD .linked {
  color: #000000;
}
.cid-sKgdRxMeY7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgdRxMeY7 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKgdRxMeY7 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKgdRxMeY7 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKgdRxMeY7 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKgdRxMeY7 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKgdRxMeY7 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKgdRxMeY7 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKgdRxMeY7 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKgdRxMeY7 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKgdRxMeY7 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKgdRxMeY7 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKgdRxMeY7 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKgdRxMeY7 .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-sKgdRxMeY7 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKgdRxMeY7 [class^="socicon-"]:before,
.cid-sKgdRxMeY7 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKgdRy8dAB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgdRy8dAB .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKgijkWx3X {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgijlDn5n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKgijlVZQN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKgijlVZQN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKgijlVZQN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKgijlVZQN .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKgijmpe4P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKgjraGJEL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKgjraGJEL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKgjraGJEL .row {
  flex-direction: row-reverse;
}
.cid-sKgjraGJEL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKgjraGJEL .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKgjusqCpk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKgijmHjRE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XEwLxFQc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XEwLxFQc .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XEwLxFQc .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XEwLxFQc .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XEwLxFQc .image {
  margin: auto;
}
.cid-u3XEwLxFQc .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XEwLxFQc .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XEwLxFQc .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XEwLxFQc .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XEwLxFQc .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XEwLxFQc .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XEwLxFQc .card__text {
  color: #22a5e5;
}
.cid-u3XEwLxFQc .mbr-text,
.cid-u3XEwLxFQc .linked {
  color: #d0d0d0;
}
.cid-u3XEwLxFQc .mbr-text,
.cid-u3XEwLxFQc .linked {
  color: #000000;
}
.cid-sKgijnqQLK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgijnqQLK .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKgijnqQLK .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKgijnqQLK .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKgijnqQLK .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKgijnqQLK .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKgijnqQLK .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKgijnqQLK .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKgijnqQLK .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKgijnqQLK .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKgijnqQLK .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKgijnqQLK .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKgijnqQLK .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKgijnqQLK .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-sKgijnqQLK .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKgijnqQLK [class^="socicon-"]:before,
.cid-sKgijnqQLK [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKgijnNl34 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgijnNl34 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKgmq2XSvz {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgmq48pjx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKgmq48pjx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKgmq48pjx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKgmq48pjx .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKgmq6g114 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKgp4IPvwu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKgp4IPvwu .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKgp4IPvwu .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKgp4IPvwu .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKgp4IPvwu .image {
  margin: auto;
}
.cid-sKgp4IPvwu .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKgp4IPvwu .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKgp4IPvwu .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKgp4IPvwu .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKgp4IPvwu .bottom__block {
  margin-bottom: 40px;
}
.cid-sKgp4IPvwu .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKgp4IPvwu .card__text {
  color: #22a5e5;
}
.cid-sKgp4IPvwu .mbr-text,
.cid-sKgp4IPvwu .linked {
  color: #d0d0d0;
}
.cid-sKgp4IPvwu .mbr-text,
.cid-sKgp4IPvwu .linked {
  color: #000000;
}
.cid-sKgmq70lku {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgmq70lku .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKgmq70lku .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKgmq70lku .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKgmq70lku .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKgmq70lku .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKgmq70lku .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKgmq70lku .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKgmq70lku .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKgmq70lku .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKgmq70lku .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKgmq70lku .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKgmq70lku .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKgmq70lku .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-sKgmq70lku .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKgmq70lku [class^="socicon-"]:before,
.cid-sKgmq70lku [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKgmq7kT4l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgmq7kT4l .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKgpHbO8vb {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgpHcy5wr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKgpHcy5wr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKgpHcy5wr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKgpHcy5wr .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKgpHd4MTn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKgpHdr7Fk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKgpHdr7Fk .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKgpHdr7Fk .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKgpHdr7Fk .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKgpHdr7Fk .image {
  margin: auto;
}
.cid-sKgpHdr7Fk .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKgpHdr7Fk .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKgpHdr7Fk .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKgpHdr7Fk .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKgpHdr7Fk .bottom__block {
  margin-bottom: 40px;
}
.cid-sKgpHdr7Fk .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKgpHdr7Fk .card__text {
  color: #22a5e5;
}
.cid-sKgpHdr7Fk .mbr-text,
.cid-sKgpHdr7Fk .linked {
  color: #d0d0d0;
}
.cid-sKgpHdr7Fk .mbr-text,
.cid-sKgpHdr7Fk .linked {
  color: #000000;
}
.cid-sKgpHdMd9Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgpHdMd9Q .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKgpHdMd9Q .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKgpHdMd9Q .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKgpHdMd9Q .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKgpHdMd9Q .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKgpHdMd9Q .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKgpHdMd9Q .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKgpHdMd9Q .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKgpHdMd9Q .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKgpHdMd9Q .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKgpHdMd9Q .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKgpHdMd9Q .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKgpHdMd9Q .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-sKgpHdMd9Q .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKgpHdMd9Q [class^="socicon-"]:before,
.cid-sKgpHdMd9Q [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKgpHe6ZKd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgpHe6ZKd .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKgtyDJ0nX {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgu3jMUnY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKgtyEruVB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKgtyEruVB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKgtyEruVB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKgtyEruVB .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKgu76Wq1M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKgtyEWkr8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKgtyFkg1N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKgtyFkg1N .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKgtyFkg1N .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKgtyFkg1N .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKgtyFkg1N .image {
  margin: auto;
}
.cid-sKgtyFkg1N .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKgtyFkg1N .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKgtyFkg1N .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKgtyFkg1N .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKgtyFkg1N .bottom__block {
  margin-bottom: 40px;
}
.cid-sKgtyFkg1N .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKgtyFkg1N .card__text {
  color: #22a5e5;
}
.cid-sKgtyFkg1N .mbr-text,
.cid-sKgtyFkg1N .linked {
  color: #d0d0d0;
}
.cid-sKgtyFkg1N .mbr-text,
.cid-sKgtyFkg1N .linked {
  color: #000000;
}
.cid-sKgtyFI0PS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgtyFI0PS .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKgtyFI0PS .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKgtyFI0PS .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKgtyFI0PS .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKgtyFI0PS .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKgtyFI0PS .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKgtyFI0PS .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKgtyFI0PS .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKgtyFI0PS .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKgtyFI0PS .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKgtyFI0PS .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKgtyFI0PS .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKgtyFI0PS .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-sKgtyFI0PS .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKgtyFI0PS [class^="socicon-"]:before,
.cid-sKgtyFI0PS [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKgtyG2pmH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgtyG2pmH .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKgyj1pqMV {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgyj2l2Kw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKgyj2l2Kw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKgyj2l2Kw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKgyj2l2Kw .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKgyj2P0KJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKgyj35s8V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XJT8nsnZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XJT8nsnZ .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XJT8nsnZ .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XJT8nsnZ .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XJT8nsnZ .image {
  margin: auto;
}
.cid-u3XJT8nsnZ .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XJT8nsnZ .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XJT8nsnZ .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XJT8nsnZ .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XJT8nsnZ .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XJT8nsnZ .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XJT8nsnZ .card__text {
  color: #22a5e5;
}
.cid-u3XJT8nsnZ .mbr-text,
.cid-u3XJT8nsnZ .linked {
  color: #d0d0d0;
}
.cid-u3XJT8nsnZ .mbr-text,
.cid-u3XJT8nsnZ .linked {
  color: #000000;
}
.cid-sKgyj3R3M1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgyj3R3M1 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKgyj3R3M1 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKgyj3R3M1 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKgyj3R3M1 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKgyj3R3M1 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKgyj3R3M1 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKgyj3R3M1 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKgyj3R3M1 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKgyj3R3M1 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKgyj3R3M1 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKgyj3R3M1 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKgyj3R3M1 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKgyj3R3M1 .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-sKgyj3R3M1 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKgyj3R3M1 [class^="socicon-"]:before,
.cid-sKgyj3R3M1 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKgyj4a8FW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgyj4a8FW .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKgA7OU6dy {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgA7PwIsr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKgA7PwIsr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKgA7PwIsr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKgA7PwIsr .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKgA7PZOaD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKgA7QgAF8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKgA7QBhDV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKgA7QBhDV .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKgA7QBhDV .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKgA7QBhDV .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKgA7QBhDV .image {
  margin: auto;
}
.cid-sKgA7QBhDV .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKgA7QBhDV .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKgA7QBhDV .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKgA7QBhDV .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKgA7QBhDV .bottom__block {
  margin-bottom: 40px;
}
.cid-sKgA7QBhDV .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKgA7QBhDV .card__text {
  color: #22a5e5;
}
.cid-sKgA7QBhDV .mbr-text,
.cid-sKgA7QBhDV .linked {
  color: #d0d0d0;
}
.cid-sKgA7QBhDV .mbr-text,
.cid-sKgA7QBhDV .linked {
  color: #000000;
}
.cid-sKgA7QZa6R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgA7QZa6R .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKgA7QZa6R .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKgA7QZa6R .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKgA7QZa6R .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKgA7QZa6R .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKgA7QZa6R .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKgA7QZa6R .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKgA7QZa6R .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKgA7QZa6R .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKgA7QZa6R .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKgA7QZa6R .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKgA7QZa6R .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKgA7QZa6R .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-sKgA7QZa6R .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKgA7QZa6R [class^="socicon-"]:before,
.cid-sKgA7QZa6R [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKgA7RjfRl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgA7RjfRl .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKgEJf3gmC {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgEJfFOjr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKgEJfFOjr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKgEJfFOjr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKgEJfFOjr .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKgEJgoAtA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XMJtTF9A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XMJtTF9A .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XMJtTF9A .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XMJtTF9A .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XMJtTF9A .image {
  margin: auto;
}
.cid-u3XMJtTF9A .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XMJtTF9A .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XMJtTF9A .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XMJtTF9A .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XMJtTF9A .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XMJtTF9A .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XMJtTF9A .card__text {
  color: #22a5e5;
}
.cid-u3XMJtTF9A .mbr-text,
.cid-u3XMJtTF9A .linked {
  color: #d0d0d0;
}
.cid-u3XMJtTF9A .mbr-text,
.cid-u3XMJtTF9A .linked {
  color: #000000;
}
.cid-sKgEJh4ze7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgEJh4ze7 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKgEJh4ze7 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKgEJh4ze7 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKgEJh4ze7 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKgEJh4ze7 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKgEJh4ze7 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKgEJh4ze7 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKgEJh4ze7 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKgEJh4ze7 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKgEJh4ze7 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKgEJh4ze7 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKgEJh4ze7 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKgEJh4ze7 .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-sKgEJh4ze7 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKgEJh4ze7 [class^="socicon-"]:before,
.cid-sKgEJh4ze7 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKgEJhm8Ie {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKgEJhm8Ie .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKhKpfrzMF {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKhMZeFKlU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKhKpg3ijo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKhKpg3ijo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKhKpg3ijo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKhKpg3ijo .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKhKpgvsEm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKiifLNJEm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKiifLNJEm .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKiifLNJEm .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKiifLNJEm .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKiifLNJEm .image {
  margin: auto;
}
.cid-sKiifLNJEm .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKiifLNJEm .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKiifLNJEm .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKiifLNJEm .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKiifLNJEm .bottom__block {
  margin-bottom: 40px;
}
.cid-sKiifLNJEm .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKiifLNJEm .card__text {
  color: #22a5e5;
}
.cid-sKiifLNJEm .mbr-text,
.cid-sKiifLNJEm .linked {
  color: #d0d0d0;
}
.cid-sKiifLNJEm .mbr-text,
.cid-sKiifLNJEm .linked {
  color: #000000;
}
.cid-sKhKphdgpz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKhKphdgpz .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKhKphdgpz .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKhKphdgpz .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKhKphdgpz .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKhKphdgpz .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKhKphdgpz .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKhKphdgpz .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKhKphdgpz .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKhKphdgpz .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKhKphdgpz .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKhKphdgpz .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKhKphdgpz .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKhKphdgpz .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-sKhKphdgpz .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKhKphdgpz [class^="socicon-"]:before,
.cid-sKhKphdgpz [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKhKphvpgu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKhKphvpgu .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKijlI9Bjy {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKijlIQykO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKijlJ8G33 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKijlJ8G33 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKijlJ8G33 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKijlJ8G33 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKil2qwimZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKijlJBUZM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XOvNBA66 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XOvNBA66 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XOvNBA66 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XOvNBA66 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XOvNBA66 .image {
  margin: auto;
}
.cid-u3XOvNBA66 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XOvNBA66 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XOvNBA66 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XOvNBA66 .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XOvNBA66 .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XOvNBA66 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XOvNBA66 .card__text {
  color: #22a5e5;
}
.cid-u3XOvNBA66 .mbr-text,
.cid-u3XOvNBA66 .linked {
  color: #d0d0d0;
}
.cid-u3XOvNBA66 .mbr-text,
.cid-u3XOvNBA66 .linked {
  color: #000000;
}
.cid-sKijlKrTaZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKijlKrTaZ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKijlKrTaZ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKijlKrTaZ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKijlKrTaZ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKijlKrTaZ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKijlKrTaZ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKijlKrTaZ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKijlKrTaZ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKijlKrTaZ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKijlKrTaZ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKijlKrTaZ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKijlKrTaZ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKijlKrTaZ .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-sKijlKrTaZ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKijlKrTaZ [class^="socicon-"]:before,
.cid-sKijlKrTaZ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKijlKLvzO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKijlKLvzO .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKimfrb39k {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKimfrTtKf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKimfsUJgF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XQ2fb73K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XQ2fb73K .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XQ2fb73K .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XQ2fb73K .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XQ2fb73K .image {
  margin: auto;
}
.cid-u3XQ2fb73K .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XQ2fb73K .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XQ2fb73K .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XQ2fb73K .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XQ2fb73K .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XQ2fb73K .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XQ2fb73K .card__text {
  color: #22a5e5;
}
.cid-u3XQ2fb73K .mbr-text,
.cid-u3XQ2fb73K .linked {
  color: #d0d0d0;
}
.cid-u3XQ2fb73K .mbr-text,
.cid-u3XQ2fb73K .linked {
  color: #000000;
}
.cid-sKimftBA1b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKimftBA1b .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKimftBA1b .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKimftBA1b .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKimftBA1b .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKimftBA1b .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKimftBA1b .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKimftBA1b .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKimftBA1b .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKimftBA1b .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKimftBA1b .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKimftBA1b .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKimftBA1b .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKimftBA1b .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-sKimftBA1b .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKimftBA1b [class^="socicon-"]:before,
.cid-sKimftBA1b [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKimftTwxo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKimftTwxo .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKiwCW1eO6 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKiwCWFfAE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKixbL7vpI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKixbL7vpI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKixbL7vpI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKixbL7vpI .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKiwCWXgku {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XQfHZ4l5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XQfHZ4l5 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XQfHZ4l5 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XQfHZ4l5 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XQfHZ4l5 .image {
  margin: auto;
}
.cid-u3XQfHZ4l5 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XQfHZ4l5 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XQfHZ4l5 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XQfHZ4l5 .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XQfHZ4l5 .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XQfHZ4l5 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XQfHZ4l5 .card__text {
  color: #22a5e5;
}
.cid-u3XQfHZ4l5 .mbr-text,
.cid-u3XQfHZ4l5 .linked {
  color: #d0d0d0;
}
.cid-u3XQfHZ4l5 .mbr-text,
.cid-u3XQfHZ4l5 .linked {
  color: #000000;
}
.cid-sKiwCXMSEX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKiwCXMSEX .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKiwCXMSEX .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKiwCXMSEX .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKiwCXMSEX .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKiwCXMSEX .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKiwCXMSEX .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKiwCXMSEX .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKiwCXMSEX .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKiwCXMSEX .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKiwCXMSEX .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKiwCXMSEX .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKiwCXMSEX .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKiwCXMSEX .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-sKiwCXMSEX .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKiwCXMSEX [class^="socicon-"]:before,
.cid-sKiwCXMSEX [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKiwCY5oLq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKiwCY5oLq .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKiF5D9vmM {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKiF5DM0Gl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKiF5E6z3N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKiF5E6z3N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKiF5E6z3N img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKiF5E6z3N .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKiF5ExpBB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XQxTNhH7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XQxTNhH7 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XQxTNhH7 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XQxTNhH7 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XQxTNhH7 .image {
  margin: auto;
}
.cid-u3XQxTNhH7 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XQxTNhH7 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XQxTNhH7 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XQxTNhH7 .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XQxTNhH7 .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XQxTNhH7 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XQxTNhH7 .card__text {
  color: #22a5e5;
}
.cid-u3XQxTNhH7 .mbr-text,
.cid-u3XQxTNhH7 .linked {
  color: #d0d0d0;
}
.cid-u3XQxTNhH7 .mbr-text,
.cid-u3XQxTNhH7 .linked {
  color: #000000;
}
.cid-sKiF5FfOkv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKiF5FfOkv .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKiF5FfOkv .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKiF5FfOkv .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKiF5FfOkv .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKiF5FfOkv .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKiF5FfOkv .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKiF5FfOkv .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKiF5FfOkv .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKiF5FfOkv .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKiF5FfOkv .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKiF5FfOkv .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKiF5FfOkv .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKiF5FfOkv .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-sKiF5FfOkv .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKiF5FfOkv [class^="socicon-"]:before,
.cid-sKiF5FfOkv [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKiF5Fx5tY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKiF5Fx5tY .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKiIvAazb2 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKiIvAWXT9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKiIvBRuBB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XQFy25SN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XQFy25SN .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XQFy25SN .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XQFy25SN .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XQFy25SN .image {
  margin: auto;
}
.cid-u3XQFy25SN .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XQFy25SN .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XQFy25SN .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XQFy25SN .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XQFy25SN .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XQFy25SN .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XQFy25SN .card__text {
  color: #22a5e5;
}
.cid-u3XQFy25SN .mbr-text,
.cid-u3XQFy25SN .linked {
  color: #d0d0d0;
}
.cid-u3XQFy25SN .mbr-text,
.cid-u3XQFy25SN .linked {
  color: #000000;
}
.cid-sKiIvCJmSZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKiIvCJmSZ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKiIvCJmSZ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKiIvCJmSZ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKiIvCJmSZ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKiIvCJmSZ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKiIvCJmSZ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKiIvCJmSZ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKiIvCJmSZ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKiIvCJmSZ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKiIvCJmSZ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKiIvCJmSZ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKiIvCJmSZ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKiIvCJmSZ .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-sKiIvCJmSZ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKiIvCJmSZ [class^="socicon-"]:before,
.cid-sKiIvCJmSZ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKiIvDzmft {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKiIvDzmft .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKiK6VqPRg {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKiK6W50v0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKiLtf3r9X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKiLtf3r9X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKiLtf3r9X img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKiLtf3r9X .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKiK6Wp5ZL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XVdTUrXO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XVdTUrXO .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XVdTUrXO .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XVdTUrXO .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XVdTUrXO .image {
  margin: auto;
}
.cid-u3XVdTUrXO .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XVdTUrXO .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XVdTUrXO .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XVdTUrXO .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XVdTUrXO .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XVdTUrXO .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XVdTUrXO .card__text {
  color: #22a5e5;
}
.cid-u3XVdTUrXO .mbr-text,
.cid-u3XVdTUrXO .linked {
  color: #d0d0d0;
}
.cid-u3XVdTUrXO .mbr-text,
.cid-u3XVdTUrXO .linked {
  color: #000000;
}
.cid-sKiK6XcIGJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKiK6XcIGJ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKiK6XcIGJ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKiK6XcIGJ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKiK6XcIGJ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKiK6XcIGJ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKiK6XcIGJ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKiK6XcIGJ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKiK6XcIGJ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKiK6XcIGJ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKiK6XcIGJ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKiK6XcIGJ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKiK6XcIGJ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKiK6XcIGJ .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-sKiK6XcIGJ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKiK6XcIGJ [class^="socicon-"]:before,
.cid-sKiK6XcIGJ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKiK6Xva26 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKiK6Xva26 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKiOdrF0vU {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKiOdsjigv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKiOdsDYYI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKiOdsDYYI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKiOdsDYYI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKiOdsDYYI .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKiQ29VIYy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKiOdt5QBQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XVm4dUcC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XVm4dUcC .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XVm4dUcC .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XVm4dUcC .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XVm4dUcC .image {
  margin: auto;
}
.cid-u3XVm4dUcC .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XVm4dUcC .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XVm4dUcC .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XVm4dUcC .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XVm4dUcC .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XVm4dUcC .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XVm4dUcC .card__text {
  color: #22a5e5;
}
.cid-u3XVm4dUcC .mbr-text,
.cid-u3XVm4dUcC .linked {
  color: #d0d0d0;
}
.cid-u3XVm4dUcC .mbr-text,
.cid-u3XVm4dUcC .linked {
  color: #000000;
}
.cid-sKiOdtNCAt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKiOdtNCAt .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKiOdtNCAt .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKiOdtNCAt .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKiOdtNCAt .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKiOdtNCAt .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKiOdtNCAt .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKiOdtNCAt .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKiOdtNCAt .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKiOdtNCAt .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKiOdtNCAt .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKiOdtNCAt .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKiOdtNCAt .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKiOdtNCAt .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-sKiOdtNCAt .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKiOdtNCAt [class^="socicon-"]:before,
.cid-sKiOdtNCAt [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKiOdu6Shc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKiOdu6Shc .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKmLtq6wua {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKmLtr0tBA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKmLtr0tBA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKmLtr0tBA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKmLtr0tBA .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKmLtrv6U6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKmLtrKafi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XVt4c5X2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XVt4c5X2 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XVt4c5X2 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XVt4c5X2 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XVt4c5X2 .image {
  margin: auto;
}
.cid-u3XVt4c5X2 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XVt4c5X2 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XVt4c5X2 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XVt4c5X2 .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XVt4c5X2 .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XVt4c5X2 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XVt4c5X2 .card__text {
  color: #22a5e5;
}
.cid-u3XVt4c5X2 .mbr-text,
.cid-u3XVt4c5X2 .linked {
  color: #d0d0d0;
}
.cid-u3XVt4c5X2 .mbr-text,
.cid-u3XVt4c5X2 .linked {
  color: #000000;
}
.cid-sKmLtsquoe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKmLtsquoe .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKmLtsquoe .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKmLtsquoe .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKmLtsquoe .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKmLtsquoe .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKmLtsquoe .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKmLtsquoe .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKmLtsquoe .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKmLtsquoe .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKmLtsquoe .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKmLtsquoe .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKmLtsquoe .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKmLtsquoe .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-sKmLtsquoe .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKmLtsquoe [class^="socicon-"]:before,
.cid-sKmLtsquoe [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKmLtsIFbu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKmLtsIFbu .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKmOe0CrP1 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKmOe1HMw9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKmP4uQAlE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKmP4uQAlE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKmP4uQAlE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKmP4uQAlE .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKmP5QOqev {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKmOe1YPOE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKmTKZnoyo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKmTKZnoyo .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKmTKZnoyo .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKmTKZnoyo .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKmTKZnoyo .image {
  margin: auto;
}
.cid-sKmTKZnoyo .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKmTKZnoyo .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKmTKZnoyo .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKmTKZnoyo .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKmTKZnoyo .bottom__block {
  margin-bottom: 40px;
}
.cid-sKmTKZnoyo .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKmTKZnoyo .card__text {
  color: #22a5e5;
}
.cid-sKmTKZnoyo .mbr-text,
.cid-sKmTKZnoyo .linked {
  color: #d0d0d0;
}
.cid-sKmTKZnoyo .mbr-text,
.cid-sKmTKZnoyo .linked {
  color: #000000;
}
.cid-sKmOe2FXvO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKmOe2FXvO .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKmOe2FXvO .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKmOe2FXvO .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKmOe2FXvO .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKmOe2FXvO .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKmOe2FXvO .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKmOe2FXvO .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKmOe2FXvO .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKmOe2FXvO .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKmOe2FXvO .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKmOe2FXvO .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKmOe2FXvO .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKmOe2FXvO .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-sKmOe2FXvO .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKmOe2FXvO [class^="socicon-"]:before,
.cid-sKmOe2FXvO [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKmOe2XWbA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKmOe2XWbA .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKmUmP78j7 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKmUmPJZZA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKmUmQ1Uls {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKmUmQ1Uls .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKmUmQ1Uls img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKmUmQ1Uls .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKmUmQLPSn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XXu6vrMp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XXu6vrMp .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XXu6vrMp .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XXu6vrMp .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XXu6vrMp .image {
  margin: auto;
}
.cid-u3XXu6vrMp .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XXu6vrMp .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XXu6vrMp .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XXu6vrMp .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XXu6vrMp .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XXu6vrMp .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XXu6vrMp .card__text {
  color: #22a5e5;
}
.cid-u3XXu6vrMp .mbr-text,
.cid-u3XXu6vrMp .linked {
  color: #d0d0d0;
}
.cid-u3XXu6vrMp .mbr-text,
.cid-u3XXu6vrMp .linked {
  color: #000000;
}
.cid-sKmUmRx201 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKmUmRx201 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKmUmRx201 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKmUmRx201 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKmUmRx201 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKmUmRx201 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKmUmRx201 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKmUmRx201 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKmUmRx201 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKmUmRx201 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKmUmRx201 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKmUmRx201 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKmUmRx201 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKmUmRx201 .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-sKmUmRx201 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKmUmRx201 [class^="socicon-"]:before,
.cid-sKmUmRx201 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKmUmRPmxs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKmUmRPmxs .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKmXm8dL60 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKmXm8QIBY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKmXm99FqF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKmXm99FqF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKmXm99FqF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKmXm99FqF .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKmXRxTEIs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKmXm9FAvI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKmYpxB6oi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKmYpxB6oi .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKmYpxB6oi .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKmYpxB6oi .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKmYpxB6oi .image {
  margin: auto;
}
.cid-sKmYpxB6oi .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKmYpxB6oi .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKmYpxB6oi .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKmYpxB6oi .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKmYpxB6oi .bottom__block {
  margin-bottom: 40px;
}
.cid-sKmYpxB6oi .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKmYpxB6oi .card__text {
  color: #22a5e5;
}
.cid-sKmYpxB6oi .mbr-text,
.cid-sKmYpxB6oi .linked {
  color: #d0d0d0;
}
.cid-sKmYpxB6oi .mbr-text,
.cid-sKmYpxB6oi .linked {
  color: #000000;
}
.cid-sKmXmaopuh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKmXmaopuh .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKmXmaopuh .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKmXmaopuh .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKmXmaopuh .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKmXmaopuh .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKmXmaopuh .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKmXmaopuh .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKmXmaopuh .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKmXmaopuh .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKmXmaopuh .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKmXmaopuh .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKmXmaopuh .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKmXmaopuh .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-sKmXmaopuh .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKmXmaopuh [class^="socicon-"]:before,
.cid-sKmXmaopuh [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKmXmaIXYL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKmXmaIXYL .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKn04XT5wY {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKn04YxzrO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKn04ZAfC5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XZs67mhp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XZs67mhp .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XZs67mhp .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XZs67mhp .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XZs67mhp .image {
  margin: auto;
}
.cid-u3XZs67mhp .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XZs67mhp .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XZs67mhp .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XZs67mhp .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XZs67mhp .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XZs67mhp .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XZs67mhp .card__text {
  color: #22a5e5;
}
.cid-u3XZs67mhp .mbr-text,
.cid-u3XZs67mhp .linked {
  color: #d0d0d0;
}
.cid-u3XZs67mhp .mbr-text,
.cid-u3XZs67mhp .linked {
  color: #000000;
}
.cid-sKn050i5IM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKn050i5IM .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKn050i5IM .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKn050i5IM .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKn050i5IM .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKn050i5IM .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKn050i5IM .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKn050i5IM .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKn050i5IM .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKn050i5IM .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKn050i5IM .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKn050i5IM .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKn050i5IM .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKn050i5IM .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-sKn050i5IM .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKn050i5IM [class^="socicon-"]:before,
.cid-sKn050i5IM [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKn050FJSh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKn050FJSh .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKn2wG7z9F {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKn2wGZ0GT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKn2wHl6i0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKn2wHl6i0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKn2wHl6i0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKn2wHl6i0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKn2wHUmfR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKn2wIeN5T {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3Y1jmS08L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3Y1jmS08L .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3Y1jmS08L .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3Y1jmS08L .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3Y1jmS08L .image {
  margin: auto;
}
.cid-u3Y1jmS08L .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3Y1jmS08L .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3Y1jmS08L .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3Y1jmS08L .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3Y1jmS08L .bottom__block {
  margin-bottom: 40px;
}
.cid-u3Y1jmS08L .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3Y1jmS08L .card__text {
  color: #22a5e5;
}
.cid-u3Y1jmS08L .mbr-text,
.cid-u3Y1jmS08L .linked {
  color: #d0d0d0;
}
.cid-u3Y1jmS08L .mbr-text,
.cid-u3Y1jmS08L .linked {
  color: #000000;
}
.cid-sKn2wJcPxW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKn2wJcPxW .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKn2wJcPxW .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKn2wJcPxW .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKn2wJcPxW .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKn2wJcPxW .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKn2wJcPxW .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKn2wJcPxW .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKn2wJcPxW .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKn2wJcPxW .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKn2wJcPxW .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKn2wJcPxW .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKn2wJcPxW .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKn2wJcPxW .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-sKn2wJcPxW .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKn2wJcPxW [class^="socicon-"]:before,
.cid-sKn2wJcPxW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKn2wJBBpt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKn2wJBBpt .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKn4w79vbR {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKn4w7MrIJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKn4w86M1e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKn4w86M1e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKn4w86M1e img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKn4w86M1e .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKn4w8zB1T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKn4w8Pq7W {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3Y2Z5imv6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3Y2Z5imv6 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3Y2Z5imv6 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3Y2Z5imv6 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3Y2Z5imv6 .image {
  margin: auto;
}
.cid-u3Y2Z5imv6 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3Y2Z5imv6 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3Y2Z5imv6 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3Y2Z5imv6 .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3Y2Z5imv6 .bottom__block {
  margin-bottom: 40px;
}
.cid-u3Y2Z5imv6 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3Y2Z5imv6 .card__text {
  color: #22a5e5;
}
.cid-u3Y2Z5imv6 .mbr-text,
.cid-u3Y2Z5imv6 .linked {
  color: #d0d0d0;
}
.cid-u3Y2Z5imv6 .mbr-text,
.cid-u3Y2Z5imv6 .linked {
  color: #000000;
}
.cid-sKn4w9xjtY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKn4w9xjtY .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKn4w9xjtY .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKn4w9xjtY .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKn4w9xjtY .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKn4w9xjtY .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKn4w9xjtY .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKn4w9xjtY .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKn4w9xjtY .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKn4w9xjtY .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKn4w9xjtY .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKn4w9xjtY .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKn4w9xjtY .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKn4w9xjtY .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-sKn4w9xjtY .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKn4w9xjtY [class^="socicon-"]:before,
.cid-sKn4w9xjtY [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKn4w9QKwR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKn4w9QKwR .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKn6zw8AU9 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKn6zwNymK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKn6zx6WGT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKn6zx6WGT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKn6zx6WGT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKn6zx6WGT .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKn6zxClOa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKn70j8KrL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKn70j8KrL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKn70j8KrL .row {
  flex-direction: row-reverse;
}
.cid-sKn70j8KrL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKn70j8KrL .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKn71IYfF6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKn6zxSgIT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKn6zyf2HG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKn6zyf2HG .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKn6zyf2HG .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKn6zyf2HG .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKn6zyf2HG .image {
  margin: auto;
}
.cid-sKn6zyf2HG .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKn6zyf2HG .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKn6zyf2HG .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKn6zyf2HG .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKn6zyf2HG .bottom__block {
  margin-bottom: 40px;
}
.cid-sKn6zyf2HG .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKn6zyf2HG .card__text {
  color: #22a5e5;
}
.cid-sKn6zyf2HG .mbr-text,
.cid-sKn6zyf2HG .linked {
  color: #d0d0d0;
}
.cid-sKn6zyf2HG .mbr-text,
.cid-sKn6zyf2HG .linked {
  color: #000000;
}
.cid-sKn6zyBxAx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKn6zyBxAx .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKn6zyBxAx .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKn6zyBxAx .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKn6zyBxAx .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKn6zyBxAx .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKn6zyBxAx .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKn6zyBxAx .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKn6zyBxAx .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKn6zyBxAx .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKn6zyBxAx .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKn6zyBxAx .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKn6zyBxAx .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKn6zyBxAx .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-sKn6zyBxAx .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKn6zyBxAx [class^="socicon-"]:before,
.cid-sKn6zyBxAx [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKn6zyVML2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKn6zyVML2 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKncx8M6Gs {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKncx9HbEp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKncx9HbEp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKncx9HbEp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKncx9HbEp .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKncxa9glq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKncxaq2fc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKncxaq2fc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKncxaq2fc .row {
  flex-direction: row-reverse;
}
.cid-sKncxaq2fc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKncxaq2fc .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKncxaMJ8y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKncxb7PGa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3Y4t4pW5t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3Y4t4pW5t .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3Y4t4pW5t .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3Y4t4pW5t .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3Y4t4pW5t .image {
  margin: auto;
}
.cid-u3Y4t4pW5t .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3Y4t4pW5t .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3Y4t4pW5t .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3Y4t4pW5t .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3Y4t4pW5t .bottom__block {
  margin-bottom: 40px;
}
.cid-u3Y4t4pW5t .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3Y4t4pW5t .card__text {
  color: #22a5e5;
}
.cid-u3Y4t4pW5t .mbr-text,
.cid-u3Y4t4pW5t .linked {
  color: #d0d0d0;
}
.cid-u3Y4t4pW5t .mbr-text,
.cid-u3Y4t4pW5t .linked {
  color: #000000;
}
.cid-sKncxbT9iQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKncxbT9iQ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKncxbT9iQ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKncxbT9iQ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKncxbT9iQ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKncxbT9iQ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKncxbT9iQ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKncxbT9iQ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKncxbT9iQ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKncxbT9iQ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKncxbT9iQ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKncxbT9iQ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKncxbT9iQ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKncxbT9iQ .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-sKncxbT9iQ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKncxbT9iQ [class^="socicon-"]:before,
.cid-sKncxbT9iQ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKncxccF6U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKncxccF6U .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKneNx0ijx {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKnflz0LZQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKneNxEZVL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKneNxEZVL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKneNxEZVL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKneNxEZVL .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKneNybgnY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKneNzakZl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKneNzu2sH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKneNzu2sH .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKneNzu2sH .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKneNzu2sH .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKneNzu2sH .image {
  margin: auto;
}
.cid-sKneNzu2sH .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKneNzu2sH .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKneNzu2sH .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKneNzu2sH .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKneNzu2sH .bottom__block {
  margin-bottom: 40px;
}
.cid-sKneNzu2sH .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKneNzu2sH .card__text {
  color: #22a5e5;
}
.cid-sKneNzu2sH .mbr-text,
.cid-sKneNzu2sH .linked {
  color: #d0d0d0;
}
.cid-sKneNzu2sH .mbr-text,
.cid-sKneNzu2sH .linked {
  color: #000000;
}
.cid-sKneNzUuHf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKneNzUuHf .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKneNzUuHf .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKneNzUuHf .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKneNzUuHf .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKneNzUuHf .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKneNzUuHf .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKneNzUuHf .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKneNzUuHf .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKneNzUuHf .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKneNzUuHf .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKneNzUuHf .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKneNzUuHf .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKneNzUuHf .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-sKneNzUuHf .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKneNzUuHf [class^="socicon-"]:before,
.cid-sKneNzUuHf [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKneNAd9xs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKneNAd9xs .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKnnXnuMGl {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKnnXo5Smb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKnnXon4QD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKnnXon4QD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKnnXon4QD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKnnXon4QD .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKnnXoPmBv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKnnXp6A6V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKsMLch1oN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKsMLch1oN .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKsMLch1oN .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKsMLch1oN .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKsMLch1oN .image {
  margin: auto;
}
.cid-sKsMLch1oN .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKsMLch1oN .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKsMLch1oN .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKsMLch1oN .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKsMLch1oN .bottom__block {
  margin-bottom: 40px;
}
.cid-sKsMLch1oN .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKsMLch1oN .card__text {
  color: #22a5e5;
}
.cid-sKsMLch1oN .mbr-text,
.cid-sKsMLch1oN .linked {
  color: #d0d0d0;
}
.cid-sKsMLch1oN .mbr-text,
.cid-sKsMLch1oN .linked {
  color: #000000;
}
.cid-sKnnXpPrUO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKnnXpPrUO .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKnnXpPrUO .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKnnXpPrUO .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKnnXpPrUO .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKnnXpPrUO .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKnnXpPrUO .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKnnXpPrUO .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKnnXpPrUO .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKnnXpPrUO .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKnnXpPrUO .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKnnXpPrUO .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKnnXpPrUO .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKnnXpPrUO .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-sKnnXpPrUO .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKnnXpPrUO [class^="socicon-"]:before,
.cid-sKnnXpPrUO [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKnnXq87u4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKnnXq87u4 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKrwkfuqnp {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrwkga83Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKrzm5zsJB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sKrzm5zsJB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sKrzm5zsJB .row {
  justify-content: center;
}
.cid-sKrzm5zsJB .card-text {
  color: #263d5a;
}
.cid-sKrzm5zsJB .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  padding: 1rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-sKrzm5zsJB .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sKrzm5zsJB .inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 2rem 1rem;
  box-shadow: none;
  backdrop-filter: blur(0px);
}
.cid-sKrzm5zsJB .card-box {
  padding: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sKrzm5zsJB .card {
    padding-bottom: 2rem;
  }
}
.cid-sKrzm5zsJB .card-title,
.cid-sKrzm5zsJB .iconfont-wrapper {
  color: #263d5a;
}
.cid-sKrzm5zsJB .card-subtitle {
  color: #263d5a;
}
.cid-sKrwkhwxnl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3Y7VQeDBj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3Y7VQeDBj .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3Y7VQeDBj .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3Y7VQeDBj .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3Y7VQeDBj .image {
  margin: auto;
}
.cid-u3Y7VQeDBj .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3Y7VQeDBj .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3Y7VQeDBj .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3Y7VQeDBj .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3Y7VQeDBj .bottom__block {
  margin-bottom: 40px;
}
.cid-u3Y7VQeDBj .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3Y7VQeDBj .card__text {
  color: #22a5e5;
}
.cid-u3Y7VQeDBj .mbr-text,
.cid-u3Y7VQeDBj .linked {
  color: #d0d0d0;
}
.cid-u3Y7VQeDBj .mbr-text,
.cid-u3Y7VQeDBj .linked {
  color: #000000;
}
.cid-sKrwkikv0k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrwkikv0k .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKrwkikv0k .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKrwkikv0k .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKrwkikv0k .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKrwkikv0k .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKrwkikv0k .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKrwkikv0k .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKrwkikv0k .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKrwkikv0k .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKrwkikv0k .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKrwkikv0k .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKrwkikv0k .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKrwkikv0k .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-sKrwkikv0k .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKrwkikv0k [class^="socicon-"]:before,
.cid-sKrwkikv0k [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKrwkiGHm8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrwkiGHm8 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKrBckwxlF {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrBcloZf6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrBSDepv9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKrBSDepv9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKrBSDepv9 .row {
  flex-direction: row-reverse;
}
.cid-sKrBSDepv9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKrBSDepv9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKrBUXVC56 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKrBcmAiLU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3Y864EgjK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3Y864EgjK .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3Y864EgjK .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3Y864EgjK .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3Y864EgjK .image {
  margin: auto;
}
.cid-u3Y864EgjK .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3Y864EgjK .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3Y864EgjK .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3Y864EgjK .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3Y864EgjK .bottom__block {
  margin-bottom: 40px;
}
.cid-u3Y864EgjK .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3Y864EgjK .card__text {
  color: #22a5e5;
}
.cid-u3Y864EgjK .mbr-text,
.cid-u3Y864EgjK .linked {
  color: #d0d0d0;
}
.cid-u3Y864EgjK .mbr-text,
.cid-u3Y864EgjK .linked {
  color: #000000;
}
.cid-sKrBcnBxsE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrBcnBxsE .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKrBcnBxsE .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKrBcnBxsE .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKrBcnBxsE .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKrBcnBxsE .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKrBcnBxsE .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKrBcnBxsE .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKrBcnBxsE .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKrBcnBxsE .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKrBcnBxsE .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKrBcnBxsE .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKrBcnBxsE .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKrBcnBxsE .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-sKrBcnBxsE .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKrBcnBxsE [class^="socicon-"]:before,
.cid-sKrBcnBxsE [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKrBco9lyE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrBco9lyE .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKrEX790aY {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrEX7OO4w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrEX87Z0m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKrEX87Z0m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKrEX87Z0m .row {
  flex-direction: row-reverse;
}
.cid-sKrEX87Z0m img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKrEX87Z0m .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKrEX8LYZC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKrEX95KCe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3Y8dSJZsB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3Y8dSJZsB .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3Y8dSJZsB .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3Y8dSJZsB .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3Y8dSJZsB .image {
  margin: auto;
}
.cid-u3Y8dSJZsB .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3Y8dSJZsB .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3Y8dSJZsB .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3Y8dSJZsB .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3Y8dSJZsB .bottom__block {
  margin-bottom: 40px;
}
.cid-u3Y8dSJZsB .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3Y8dSJZsB .card__text {
  color: #22a5e5;
}
.cid-u3Y8dSJZsB .mbr-text,
.cid-u3Y8dSJZsB .linked {
  color: #d0d0d0;
}
.cid-u3Y8dSJZsB .mbr-text,
.cid-u3Y8dSJZsB .linked {
  color: #000000;
}
.cid-sKrEX9SgmY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrEX9SgmY .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKrEX9SgmY .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKrEX9SgmY .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKrEX9SgmY .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKrEX9SgmY .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKrEX9SgmY .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKrEX9SgmY .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKrEX9SgmY .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKrEX9SgmY .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKrEX9SgmY .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKrEX9SgmY .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKrEX9SgmY .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKrEX9SgmY .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-sKrEX9SgmY .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKrEX9SgmY [class^="socicon-"]:before,
.cid-sKrEX9SgmY [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKrEXaeUUC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrEXaeUUC .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKrHFeKQRn {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrHFfpaXo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrIprS3OU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrIprS3OU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sKrIprS3OU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sKrIprS3OU .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sKrIprS3OU .panel-body,
.cid-sKrIprS3OU .card-header {
  padding: 1rem 0;
}
.cid-sKrIprS3OU .panel-title-edit {
  color: #000000;
}
.cid-sKrKOavMvL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrKOavMvL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sKrKOavMvL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sKrKOavMvL .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sKrKOavMvL .panel-body,
.cid-sKrKOavMvL .card-header {
  padding: 1rem 0;
}
.cid-sKrKOavMvL .panel-title-edit {
  color: #000000;
}
.cid-sKrL1PsQrP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrL1PsQrP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sKrL1PsQrP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sKrL1PsQrP .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sKrL1PsQrP .panel-body,
.cid-sKrL1PsQrP .card-header {
  padding: 1rem 0;
}
.cid-sKrL1PsQrP .panel-title-edit {
  color: #000000;
}
.cid-sKrL2SLlYn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrL2SLlYn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sKrL2SLlYn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sKrL2SLlYn .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sKrL2SLlYn .panel-body,
.cid-sKrL2SLlYn .card-header {
  padding: 1rem 0;
}
.cid-sKrL2SLlYn .panel-title-edit {
  color: #000000;
}
.cid-sKrO6hGWvG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrO6hGWvG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sKrO6hGWvG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sKrO6hGWvG .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sKrO6hGWvG .panel-body,
.cid-sKrO6hGWvG .card-header {
  padding: 1rem 0;
}
.cid-sKrO6hGWvG .panel-title-edit {
  color: #000000;
}
.cid-sKrO71VN1Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrO71VN1Z .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sKrO71VN1Z .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sKrO71VN1Z .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sKrO71VN1Z .panel-body,
.cid-sKrO71VN1Z .card-header {
  padding: 1rem 0;
}
.cid-sKrO71VN1Z .panel-title-edit {
  color: #000000;
}
.cid-sKrO7VhtWp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrO7VhtWp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sKrO7VhtWp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sKrO7VhtWp .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sKrO7VhtWp .panel-body,
.cid-sKrO7VhtWp .card-header {
  padding: 1rem 0;
}
.cid-sKrO7VhtWp .panel-title-edit {
  color: #000000;
}
.cid-sKrO8TTYH4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrO8TTYH4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sKrO8TTYH4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sKrO8TTYH4 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sKrO8TTYH4 .panel-body,
.cid-sKrO8TTYH4 .card-header {
  padding: 1rem 0;
}
.cid-sKrO8TTYH4 .panel-title-edit {
  color: #000000;
}
.cid-sKrRW37pGO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrRW37pGO .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sKrRW37pGO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sKrRW37pGO .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-sKrRW37pGO .panel-body,
.cid-sKrRW37pGO .card-header {
  padding: 1rem 0;
}
.cid-sKrRW37pGO .panel-title-edit {
  color: #000000;
}
.cid-sKrHFgytMo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKrTvivsr5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKrTvivsr5 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKrTvivsr5 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKrTvivsr5 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKrTvivsr5 .image {
  margin: auto;
}
.cid-sKrTvivsr5 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKrTvivsr5 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKrTvivsr5 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKrTvivsr5 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKrTvivsr5 .bottom__block {
  margin-bottom: 40px;
}
.cid-sKrTvivsr5 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKrTvivsr5 .card__text {
  color: #22a5e5;
}
.cid-sKrTvivsr5 .mbr-text,
.cid-sKrTvivsr5 .linked {
  color: #d0d0d0;
}
.cid-sKrTvivsr5 .mbr-text,
.cid-sKrTvivsr5 .linked {
  color: #000000;
}
.cid-sKrHFhtLmC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrHFhtLmC .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKrHFhtLmC .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKrHFhtLmC .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKrHFhtLmC .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKrHFhtLmC .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKrHFhtLmC .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKrHFhtLmC .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKrHFhtLmC .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKrHFhtLmC .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKrHFhtLmC .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKrHFhtLmC .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKrHFhtLmC .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKrHFhtLmC .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-sKrHFhtLmC .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKrHFhtLmC [class^="socicon-"]:before,
.cid-sKrHFhtLmC [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKrHFhQdQc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrHFhQdQc .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKrV9rxYAn {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrV9s8pG4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKDS8U6tS7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKDS8U6tS7 img,
.cid-sKDS8U6tS7 .item-img {
  width: 100%;
}
.cid-sKDS8U6tS7 .item:focus,
.cid-sKDS8U6tS7 span:focus {
  outline: none;
}
.cid-sKDS8U6tS7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sKDS8U6tS7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sKDS8U6tS7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sKDS8U6tS7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sKDS8U6tS7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sKDS8U6tS7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sKDS8U6tS7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sKDS8U6tS7 .mbr-section-title {
  color: #232323;
}
.cid-sKDS8U6tS7 .mbr-text,
.cid-sKDS8U6tS7 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sKDS8U6tS7 .item-title {
  text-align: left;
}
.cid-sKDS8U6tS7 .item-subtitle {
  text-align: center;
}
.cid-sKDSauqpeN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKDSauqpeN img,
.cid-sKDSauqpeN .item-img {
  width: 100%;
}
.cid-sKDSauqpeN .item:focus,
.cid-sKDSauqpeN span:focus {
  outline: none;
}
.cid-sKDSauqpeN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sKDSauqpeN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sKDSauqpeN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sKDSauqpeN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sKDSauqpeN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sKDSauqpeN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sKDSauqpeN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sKDSauqpeN .mbr-section-title {
  color: #232323;
}
.cid-sKDSauqpeN .mbr-text,
.cid-sKDSauqpeN .mbr-section-btn {
  text-align: left;
}
.cid-sKDSauqpeN .item-title {
  text-align: left;
}
.cid-sKDSauqpeN .item-subtitle {
  text-align: center;
}
.cid-sKDSbC0KnA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKDSbC0KnA img,
.cid-sKDSbC0KnA .item-img {
  width: 100%;
}
.cid-sKDSbC0KnA .item:focus,
.cid-sKDSbC0KnA span:focus {
  outline: none;
}
.cid-sKDSbC0KnA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sKDSbC0KnA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sKDSbC0KnA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sKDSbC0KnA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sKDSbC0KnA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sKDSbC0KnA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sKDSbC0KnA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sKDSbC0KnA .mbr-section-title {
  color: #232323;
}
.cid-sKDSbC0KnA .mbr-text,
.cid-sKDSbC0KnA .mbr-section-btn {
  text-align: left;
}
.cid-sKDSbC0KnA .item-title {
  text-align: left;
}
.cid-sKDSbC0KnA .item-subtitle {
  text-align: center;
}
.cid-sKrV9tarDz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u47WJbypqE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u47WJbypqE .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u47WJbypqE .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u47WJbypqE .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u47WJbypqE .image {
  margin: auto;
}
.cid-u47WJbypqE .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u47WJbypqE .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u47WJbypqE .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u47WJbypqE .linked {
    margin: 30px 0 40px;
  }
}
.cid-u47WJbypqE .bottom__block {
  margin-bottom: 40px;
}
.cid-u47WJbypqE .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u47WJbypqE .card__text {
  color: #22a5e5;
}
.cid-u47WJbypqE .mbr-text,
.cid-u47WJbypqE .linked {
  color: #d0d0d0;
}
.cid-u47WJbypqE .mbr-text,
.cid-u47WJbypqE .linked {
  color: #000000;
}
.cid-sKrV9tYrcn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrV9tYrcn .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKrV9tYrcn .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKrV9tYrcn .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKrV9tYrcn .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKrV9tYrcn .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKrV9tYrcn .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKrV9tYrcn .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKrV9tYrcn .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKrV9tYrcn .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKrV9tYrcn .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKrV9tYrcn .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKrV9tYrcn .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKrV9tYrcn .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-sKrV9tYrcn .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKrV9tYrcn [class^="socicon-"]:before,
.cid-sKrV9tYrcn [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKrV9uj2Jm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrV9uj2Jm .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKrY1sD1G8 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrY1tACIf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKrY1tACIf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKrY1tACIf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKrY1tACIf .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKrZnqtMU1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKrY1u0rbu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKs0rM4qrk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKs0rM4qrk .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKs0rM4qrk .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKs0rM4qrk .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKs0rM4qrk .image {
  margin: auto;
}
.cid-sKs0rM4qrk .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKs0rM4qrk .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKs0rM4qrk .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKs0rM4qrk .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKs0rM4qrk .bottom__block {
  margin-bottom: 40px;
}
.cid-sKs0rM4qrk .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKs0rM4qrk .card__text {
  color: #22a5e5;
}
.cid-sKs0rM4qrk .mbr-text,
.cid-sKs0rM4qrk .linked {
  color: #d0d0d0;
}
.cid-sKs0rM4qrk .mbr-text,
.cid-sKs0rM4qrk .linked {
  color: #000000;
}
.cid-sKrY1uN2JI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrY1uN2JI .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKrY1uN2JI .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKrY1uN2JI .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKrY1uN2JI .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKrY1uN2JI .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKrY1uN2JI .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKrY1uN2JI .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKrY1uN2JI .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKrY1uN2JI .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKrY1uN2JI .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKrY1uN2JI .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKrY1uN2JI .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKrY1uN2JI .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-sKrY1uN2JI .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKrY1uN2JI [class^="socicon-"]:before,
.cid-sKrY1uN2JI [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKrY1vbtAw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKrY1vbtAw .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKshQvPnZ9 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsiHPZvnP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsinwYy7h {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKsinwYy7h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKsinwYy7h img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKsinwYy7h .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKsio9ua1f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKsio9ua1f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKsio9ua1f .row {
  flex-direction: row-reverse;
}
.cid-sKsio9ua1f img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKsio9ua1f .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKshQwtrrC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsisfVFiQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKsisfVFiQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKsisfVFiQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKsisfVFiQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKskGkQBpZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKshQwKfiQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKshQwKfiQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKshQwKfiQ .row {
  flex-direction: row-reverse;
}
.cid-sKshQwKfiQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKshQwKfiQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKslettBOK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKslettBOK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKslettBOK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKslettBOK .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKsitKYY1t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKslPYqO0y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKslPYqO0y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKslPYqO0y .row {
  flex-direction: row-reverse;
}
.cid-sKslPYqO0y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKslPYqO0y .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKshQxacKV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKshQxvYVi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKshQxvYVi .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKshQxvYVi .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKshQxvYVi .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKshQxvYVi .image {
  margin: auto;
}
.cid-sKshQxvYVi .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKshQxvYVi .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKshQxvYVi .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKshQxvYVi .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKshQxvYVi .bottom__block {
  margin-bottom: 40px;
}
.cid-sKshQxvYVi .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKshQxvYVi .card__text {
  color: #22a5e5;
}
.cid-sKshQxvYVi .mbr-text,
.cid-sKshQxvYVi .linked {
  color: #d0d0d0;
}
.cid-sKshQxvYVi .mbr-text,
.cid-sKshQxvYVi .linked {
  color: #000000;
}
.cid-sKshQxTTFt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKshQxTTFt .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKshQxTTFt .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKshQxTTFt .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKshQxTTFt .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKshQxTTFt .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKshQxTTFt .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKshQxTTFt .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKshQxTTFt .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKshQxTTFt .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKshQxTTFt .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKshQxTTFt .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKshQxTTFt .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKshQxTTFt .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-sKshQxTTFt .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKshQxTTFt [class^="socicon-"]:before,
.cid-sKshQxTTFt [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKshQydo0k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKshQydo0k .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKspIJamWu {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKspIJP9VR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKspIK9BIV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKspIK9BIV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKspIK9BIV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKspIK9BIV .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKspIKZ6Tx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKspILkh47 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKspILkh47 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKspILkh47 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKspILkh47 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKspILHXH6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKspILYRnh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKspILYRnh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKspILYRnh .row {
  flex-direction: row-reverse;
}
.cid-sKspILYRnh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKspILYRnh .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKspIMJkW0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKspINyflw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKsrVf6Gck {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKsrVf6Gck .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKsrVf6Gck .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKsrVf6Gck .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKsrVf6Gck .image {
  margin: auto;
}
.cid-sKsrVf6Gck .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKsrVf6Gck .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKsrVf6Gck .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKsrVf6Gck .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKsrVf6Gck .bottom__block {
  margin-bottom: 40px;
}
.cid-sKsrVf6Gck .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKsrVf6Gck .card__text {
  color: #22a5e5;
}
.cid-sKsrVf6Gck .mbr-text,
.cid-sKsrVf6Gck .linked {
  color: #d0d0d0;
}
.cid-sKsrVf6Gck .mbr-text,
.cid-sKsrVf6Gck .linked {
  color: #000000;
}
.cid-sKspIOnwtS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKspIOnwtS .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKspIOnwtS .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKspIOnwtS .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKspIOnwtS .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKspIOnwtS .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKspIOnwtS .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKspIOnwtS .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKspIOnwtS .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKspIOnwtS .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKspIOnwtS .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKspIOnwtS .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKspIOnwtS .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKspIOnwtS .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-sKspIOnwtS .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKspIOnwtS [class^="socicon-"]:before,
.cid-sKspIOnwtS [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKspIOHpGm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKspIOHpGm .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKssjVjpwE {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKssjVWDP1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKssjWf1vI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKssjWf1vI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKssjWf1vI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKssjWf1vI .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKssjWLbsL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKssjYpyZR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3YrHwNPRx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3YrHwNPRx .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3YrHwNPRx .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3YrHwNPRx .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3YrHwNPRx .image {
  margin: auto;
}
.cid-u3YrHwNPRx .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3YrHwNPRx .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3YrHwNPRx .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3YrHwNPRx .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3YrHwNPRx .bottom__block {
  margin-bottom: 40px;
}
.cid-u3YrHwNPRx .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3YrHwNPRx .card__text {
  color: #22a5e5;
}
.cid-u3YrHwNPRx .mbr-text,
.cid-u3YrHwNPRx .linked {
  color: #d0d0d0;
}
.cid-u3YrHwNPRx .mbr-text,
.cid-u3YrHwNPRx .linked {
  color: #000000;
}
.cid-sKssjZ8qRH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKssjZ8qRH .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKssjZ8qRH .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKssjZ8qRH .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKssjZ8qRH .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKssjZ8qRH .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKssjZ8qRH .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKssjZ8qRH .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKssjZ8qRH .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKssjZ8qRH .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKssjZ8qRH .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKssjZ8qRH .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKssjZ8qRH .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKssjZ8qRH .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-sKssjZ8qRH .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKssjZ8qRH [class^="socicon-"]:before,
.cid-sKssjZ8qRH [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKssjZtMbs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKssjZtMbs .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKstWURS2i {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKstWVNtQx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKstWVNtQx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKstWVNtQx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKstWVNtQx .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKstWWCrps {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKsv8JBnUQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKsv8JBnUQ .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKsv8JBnUQ .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKsv8JBnUQ .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKsv8JBnUQ .image {
  margin: auto;
}
.cid-sKsv8JBnUQ .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKsv8JBnUQ .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKsv8JBnUQ .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKsv8JBnUQ .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKsv8JBnUQ .bottom__block {
  margin-bottom: 40px;
}
.cid-sKsv8JBnUQ .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKsv8JBnUQ .card__text {
  color: #22a5e5;
}
.cid-sKsv8JBnUQ .mbr-text,
.cid-sKsv8JBnUQ .linked {
  color: #d0d0d0;
}
.cid-sKsv8JBnUQ .mbr-text,
.cid-sKsv8JBnUQ .linked {
  color: #000000;
}
.cid-sKstWXtdFk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKstWXtdFk .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKstWXtdFk .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKstWXtdFk .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKstWXtdFk .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKstWXtdFk .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKstWXtdFk .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKstWXtdFk .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKstWXtdFk .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKstWXtdFk .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKstWXtdFk .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKstWXtdFk .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKstWXtdFk .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKstWXtdFk .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-sKstWXtdFk .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKstWXtdFk [class^="socicon-"]:before,
.cid-sKstWXtdFk [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKstWXNs1r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKstWXNs1r .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKsvFtsE11 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKswnwxcIA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKsvFu5Nk4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKsvFu5Nk4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKsvFu5Nk4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKsvFu5Nk4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKswM1VUu9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKsx1LU5Xa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKsx1LU5Xa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKsx1LU5Xa .row {
  flex-direction: row-reverse;
}
.cid-sKsx1LU5Xa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKsx1LU5Xa .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKsx2LxCBV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKsvFuy2YW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKsyj3ddLa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKsyj3ddLa .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKsyj3ddLa .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKsyj3ddLa .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKsyj3ddLa .image {
  margin: auto;
}
.cid-sKsyj3ddLa .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKsyj3ddLa .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKsyj3ddLa .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKsyj3ddLa .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKsyj3ddLa .bottom__block {
  margin-bottom: 40px;
}
.cid-sKsyj3ddLa .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKsyj3ddLa .card__text {
  color: #22a5e5;
}
.cid-sKsyj3ddLa .mbr-text,
.cid-sKsyj3ddLa .linked {
  color: #d0d0d0;
}
.cid-sKsyj3ddLa .mbr-text,
.cid-sKsyj3ddLa .linked {
  color: #000000;
}
.cid-sKsvFviwAE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsvFviwAE .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKsvFviwAE .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKsvFviwAE .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKsvFviwAE .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKsvFviwAE .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKsvFviwAE .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKsvFviwAE .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKsvFviwAE .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKsvFviwAE .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKsvFviwAE .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKsvFviwAE .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKsvFviwAE .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKsvFviwAE .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-sKsvFviwAE .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKsvFviwAE [class^="socicon-"]:before,
.cid-sKsvFviwAE [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKsvFvCk4L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsvFvCk4L .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKsyWrd7j4 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsyWsEFAv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKsyWtDZS0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKsNExgmd8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKsNExgmd8 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKsNExgmd8 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKsNExgmd8 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKsNExgmd8 .image {
  margin: auto;
}
.cid-sKsNExgmd8 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKsNExgmd8 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKsNExgmd8 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKsNExgmd8 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKsNExgmd8 .bottom__block {
  margin-bottom: 40px;
}
.cid-sKsNExgmd8 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKsNExgmd8 .card__text {
  color: #22a5e5;
}
.cid-sKsNExgmd8 .mbr-text,
.cid-sKsNExgmd8 .linked {
  color: #d0d0d0;
}
.cid-sKsNExgmd8 .mbr-text,
.cid-sKsNExgmd8 .linked {
  color: #000000;
}
.cid-sKsyWuqPQ8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsyWuqPQ8 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKsyWuqPQ8 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKsyWuqPQ8 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKsyWuqPQ8 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKsyWuqPQ8 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKsyWuqPQ8 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKsyWuqPQ8 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKsyWuqPQ8 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKsyWuqPQ8 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKsyWuqPQ8 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKsyWuqPQ8 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKsyWuqPQ8 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKsyWuqPQ8 .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-sKsyWuqPQ8 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKsyWuqPQ8 [class^="socicon-"]:before,
.cid-sKsyWuqPQ8 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKsyWuKjcR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsyWuKjcR .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKsBfMvTgm {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsBfNOB9k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKsBfNOB9k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKsBfNOB9k img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKsBfNOB9k .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKsBfPCsPo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3YBVBOhPQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3YBVBOhPQ .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3YBVBOhPQ .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3YBVBOhPQ .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3YBVBOhPQ .image {
  margin: auto;
}
.cid-u3YBVBOhPQ .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3YBVBOhPQ .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3YBVBOhPQ .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3YBVBOhPQ .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3YBVBOhPQ .bottom__block {
  margin-bottom: 40px;
}
.cid-u3YBVBOhPQ .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3YBVBOhPQ .card__text {
  color: #22a5e5;
}
.cid-u3YBVBOhPQ .mbr-text,
.cid-u3YBVBOhPQ .linked {
  color: #d0d0d0;
}
.cid-u3YBVBOhPQ .mbr-text,
.cid-u3YBVBOhPQ .linked {
  color: #000000;
}
.cid-sKsBfQMXM3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsBfQMXM3 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKsBfQMXM3 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKsBfQMXM3 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKsBfQMXM3 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKsBfQMXM3 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKsBfQMXM3 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKsBfQMXM3 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKsBfQMXM3 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKsBfQMXM3 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKsBfQMXM3 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKsBfQMXM3 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKsBfQMXM3 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKsBfQMXM3 .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-sKsBfQMXM3 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKsBfQMXM3 [class^="socicon-"]:before,
.cid-sKsBfQMXM3 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKsBfRcyHt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsBfRcyHt .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKsCtWjHQr {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsCtWYUvA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKsCtWYUvA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKsCtWYUvA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKsCtWYUvA .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKsD3zHmKp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKsCtXtiJ9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3YCeIxBEK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3YCeIxBEK .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3YCeIxBEK .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3YCeIxBEK .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3YCeIxBEK .image {
  margin: auto;
}
.cid-u3YCeIxBEK .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3YCeIxBEK .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3YCeIxBEK .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3YCeIxBEK .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3YCeIxBEK .bottom__block {
  margin-bottom: 40px;
}
.cid-u3YCeIxBEK .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3YCeIxBEK .card__text {
  color: #22a5e5;
}
.cid-u3YCeIxBEK .mbr-text,
.cid-u3YCeIxBEK .linked {
  color: #d0d0d0;
}
.cid-u3YCeIxBEK .mbr-text,
.cid-u3YCeIxBEK .linked {
  color: #000000;
}
.cid-sKsCtYbyur {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsCtYbyur .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKsCtYbyur .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKsCtYbyur .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKsCtYbyur .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKsCtYbyur .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKsCtYbyur .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKsCtYbyur .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKsCtYbyur .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKsCtYbyur .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKsCtYbyur .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKsCtYbyur .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKsCtYbyur .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKsCtYbyur .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-sKsCtYbyur .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKsCtYbyur [class^="socicon-"]:before,
.cid-sKsCtYbyur [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKsCtYvmm3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsCtYvmm3 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKsDQptt0P {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsDQq53R8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKsDQq53R8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKsDQq53R8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKsDQq53R8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKsDQqAM9B {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKsF1HL3ZV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKsFjqFmfh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKsFjqFmfh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKsFjqFmfh .row {
  flex-direction: row-reverse;
}
.cid-sKsFjqFmfh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKsFjqFmfh .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKsDQqSncd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKsGhzSpQN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKsGhzSpQN .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKsGhzSpQN .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKsGhzSpQN .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKsGhzSpQN .image {
  margin: auto;
}
.cid-sKsGhzSpQN .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKsGhzSpQN .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKsGhzSpQN .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKsGhzSpQN .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKsGhzSpQN .bottom__block {
  margin-bottom: 40px;
}
.cid-sKsGhzSpQN .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKsGhzSpQN .card__text {
  color: #22a5e5;
}
.cid-sKsGhzSpQN .mbr-text,
.cid-sKsGhzSpQN .linked {
  color: #d0d0d0;
}
.cid-sKsGhzSpQN .mbr-text,
.cid-sKsGhzSpQN .linked {
  color: #000000;
}
.cid-sKsDQrBFM0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsDQrBFM0 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKsDQrBFM0 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKsDQrBFM0 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKsDQrBFM0 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKsDQrBFM0 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKsDQrBFM0 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKsDQrBFM0 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKsDQrBFM0 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKsDQrBFM0 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKsDQrBFM0 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKsDQrBFM0 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKsDQrBFM0 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKsDQrBFM0 .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-sKsDQrBFM0 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKsDQrBFM0 [class^="socicon-"]:before,
.cid-sKsDQrBFM0 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKsDQs1Eh7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsDQs1Eh7 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKsGKmCO9M {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsHcCfKf6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKsGKnetPF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKsGKnetPF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKsGKnetPF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKsGKnetPF .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKsGKnXOuq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKsGKoDANc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3YDpB3rMK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3YDpB3rMK .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3YDpB3rMK .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3YDpB3rMK .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3YDpB3rMK .image {
  margin: auto;
}
.cid-u3YDpB3rMK .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3YDpB3rMK .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3YDpB3rMK .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3YDpB3rMK .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3YDpB3rMK .bottom__block {
  margin-bottom: 40px;
}
.cid-u3YDpB3rMK .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3YDpB3rMK .card__text {
  color: #22a5e5;
}
.cid-u3YDpB3rMK .mbr-text,
.cid-u3YDpB3rMK .linked {
  color: #d0d0d0;
}
.cid-u3YDpB3rMK .mbr-text,
.cid-u3YDpB3rMK .linked {
  color: #000000;
}
.cid-sKsGKpoqde {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsGKpoqde .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKsGKpoqde .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKsGKpoqde .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKsGKpoqde .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKsGKpoqde .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKsGKpoqde .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKsGKpoqde .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKsGKpoqde .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKsGKpoqde .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKsGKpoqde .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKsGKpoqde .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKsGKpoqde .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKsGKpoqde .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-sKsGKpoqde .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKsGKpoqde [class^="socicon-"]:before,
.cid-sKsGKpoqde [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKsGKpHurv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsGKpHurv .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKsI95fv6V {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsI95Sp20 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKsI96V82O {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKsKlAqW7D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKsKlAqW7D .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKsKlAqW7D .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKsKlAqW7D .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKsKlAqW7D .image {
  margin: auto;
}
.cid-sKsKlAqW7D .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKsKlAqW7D .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKsKlAqW7D .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKsKlAqW7D .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKsKlAqW7D .bottom__block {
  margin-bottom: 40px;
}
.cid-sKsKlAqW7D .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKsKlAqW7D .card__text {
  color: #22a5e5;
}
.cid-sKsKlAqW7D .mbr-text,
.cid-sKsKlAqW7D .linked {
  color: #d0d0d0;
}
.cid-sKsKlAqW7D .mbr-text,
.cid-sKsKlAqW7D .linked {
  color: #000000;
}
.cid-sKsI97KV7m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsI97KV7m .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKsI97KV7m .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKsI97KV7m .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKsI97KV7m .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKsI97KV7m .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKsI97KV7m .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKsI97KV7m .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKsI97KV7m .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKsI97KV7m .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKsI97KV7m .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKsI97KV7m .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKsI97KV7m .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKsI97KV7m .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-sKsI97KV7m .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKsI97KV7m [class^="socicon-"]:before,
.cid-sKsI97KV7m [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKsI985Itq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsI985Itq .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKxYFkqCcf {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKxYFl0OdG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKy2xJTQ15 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKy2xJTQ15 img,
.cid-sKy2xJTQ15 .item-img {
  width: 100%;
}
.cid-sKy2xJTQ15 .item:focus,
.cid-sKy2xJTQ15 span:focus {
  outline: none;
}
.cid-sKy2xJTQ15 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sKy2xJTQ15 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sKy2xJTQ15 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sKy2xJTQ15 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sKy2xJTQ15 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sKy2xJTQ15 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sKy2xJTQ15 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sKy2xJTQ15 .mbr-section-title {
  color: #232323;
}
.cid-sKy2xJTQ15 .mbr-text,
.cid-sKy2xJTQ15 .mbr-section-btn {
  text-align: left;
}
.cid-sKy2xJTQ15 .item-title {
  text-align: left;
}
.cid-sKy2xJTQ15 .item-subtitle {
  text-align: center;
}
.cid-sKy3GzmbDo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKy3GzmbDo img,
.cid-sKy3GzmbDo .item-img {
  width: 100%;
}
.cid-sKy3GzmbDo .item:focus,
.cid-sKy3GzmbDo span:focus {
  outline: none;
}
.cid-sKy3GzmbDo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sKy3GzmbDo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sKy3GzmbDo .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sKy3GzmbDo .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sKy3GzmbDo .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sKy3GzmbDo .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sKy3GzmbDo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sKy3GzmbDo .mbr-section-title {
  color: #232323;
}
.cid-sKy3GzmbDo .mbr-text,
.cid-sKy3GzmbDo .mbr-section-btn {
  text-align: left;
}
.cid-sKy3GzmbDo .item-title {
  text-align: left;
}
.cid-sKy3GzmbDo .item-subtitle {
  text-align: center;
}
.cid-sKy3HCf9Zp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKy3HCf9Zp img,
.cid-sKy3HCf9Zp .item-img {
  width: 100%;
}
.cid-sKy3HCf9Zp .item:focus,
.cid-sKy3HCf9Zp span:focus {
  outline: none;
}
.cid-sKy3HCf9Zp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sKy3HCf9Zp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sKy3HCf9Zp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sKy3HCf9Zp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sKy3HCf9Zp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sKy3HCf9Zp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sKy3HCf9Zp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sKy3HCf9Zp .mbr-section-title {
  color: #232323;
}
.cid-sKy3HCf9Zp .mbr-text,
.cid-sKy3HCf9Zp .mbr-section-btn {
  text-align: left;
}
.cid-sKy3HCf9Zp .item-title {
  text-align: left;
}
.cid-sKy3HCf9Zp .item-subtitle {
  text-align: center;
}
.cid-sKxYFnassH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKxYFnwyNq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKxYFnwyNq .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKxYFnwyNq .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKxYFnwyNq .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKxYFnwyNq .image {
  margin: auto;
}
.cid-sKxYFnwyNq .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKxYFnwyNq .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKxYFnwyNq .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKxYFnwyNq .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKxYFnwyNq .bottom__block {
  margin-bottom: 40px;
}
.cid-sKxYFnwyNq .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKxYFnwyNq .card__text {
  color: #22a5e5;
}
.cid-sKxYFnwyNq .mbr-text,
.cid-sKxYFnwyNq .linked {
  color: #d0d0d0;
}
.cid-sKxYFnwyNq .mbr-text,
.cid-sKxYFnwyNq .linked {
  color: #000000;
}
.cid-sKxYFnTFWF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKxYFnTFWF .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKxYFnTFWF .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKxYFnTFWF .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKxYFnTFWF .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKxYFnTFWF .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKxYFnTFWF .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKxYFnTFWF .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKxYFnTFWF .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKxYFnTFWF .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKxYFnTFWF .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKxYFnTFWF .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKxYFnTFWF .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKxYFnTFWF .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-sKxYFnTFWF .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKxYFnTFWF [class^="socicon-"]:before,
.cid-sKxYFnTFWF [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKxYFoasRP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKxYFoasRP .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKyb9Msvjj {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKyb9N4mfz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKyb9N4mfz .mbr-text {
  color: #232323;
}
.cid-sKyc67Azuf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sKyc67Azuf .container-fluid {
  padding: 0 3rem;
}
.cid-sKyc67Azuf .mbr-section-subtitle {
  color: #767676;
}
.cid-sKyc67Azuf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sKyc67Azuf .table-wrapper {
  margin: 0 auto;
}
.cid-sKyc67Azuf table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sKyc67Azuf table thead tr {
  border: none !important;
}
.cid-sKyc67Azuf table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sKyc67Azuf table tr td {
  border-color: #c1c1c1;
}
.cid-sKyc67Azuf table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sKyc67Azuf tr:hover {
  background-color: #ffffff !important;
}
.cid-sKyc67Azuf th:after,
.cid-sKyc67Azuf th:before {
  display: none !important;
}
.cid-sKyc67Azuf .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sKyc67Azuf .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sKyc67Azuf table th,
  .cid-sKyc67Azuf table td {
    padding: .75rem;
  }
}
.cid-sKyc67Azuf .body-item {
  text-align: center;
}
.cid-sKyc67Azuf .mbr-text {
  color: #e43f3f;
}
.cid-sKyc67Azuf .head-item {
  color: #232323;
}
.cid-sKyb9OXJlG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48Sp0FPec {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48Sp0FPec .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48Sp0FPec .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48Sp0FPec .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48Sp0FPec .image {
  margin: auto;
}
.cid-u48Sp0FPec .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48Sp0FPec .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48Sp0FPec .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48Sp0FPec .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48Sp0FPec .bottom__block {
  margin-bottom: 40px;
}
.cid-u48Sp0FPec .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48Sp0FPec .card__text {
  color: #22a5e5;
}
.cid-u48Sp0FPec .mbr-text,
.cid-u48Sp0FPec .linked {
  color: #d0d0d0;
}
.cid-u48Sp0FPec .mbr-text,
.cid-u48Sp0FPec .linked {
  color: #000000;
}
.cid-sKyb9PC3ws {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKyb9PC3ws .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKyb9PC3ws .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKyb9PC3ws .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKyb9PC3ws .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKyb9PC3ws .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKyb9PC3ws .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKyb9PC3ws .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKyb9PC3ws .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKyb9PC3ws .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKyb9PC3ws .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKyb9PC3ws .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKyb9PC3ws .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKyb9PC3ws .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-sKyb9PC3ws .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKyb9PC3ws [class^="socicon-"]:before,
.cid-sKyb9PC3ws [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKyb9PVxlX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKyb9PVxlX .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKyvkl9w7y {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKyvklKX9c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKyvklKX9c .mbr-text {
  color: #232323;
}
.cid-sKyvkm1lKI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sKyvkm1lKI .container-fluid {
  padding: 0 3rem;
}
.cid-sKyvkm1lKI .mbr-section-subtitle {
  color: #767676;
}
.cid-sKyvkm1lKI .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sKyvkm1lKI .table-wrapper {
  margin: 0 auto;
}
.cid-sKyvkm1lKI table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sKyvkm1lKI table thead tr {
  border: none !important;
}
.cid-sKyvkm1lKI table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sKyvkm1lKI table tr td {
  border-color: #c1c1c1;
}
.cid-sKyvkm1lKI table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sKyvkm1lKI tr:hover {
  background-color: #ffffff !important;
}
.cid-sKyvkm1lKI th:after,
.cid-sKyvkm1lKI th:before {
  display: none !important;
}
.cid-sKyvkm1lKI .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sKyvkm1lKI .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sKyvkm1lKI table th,
  .cid-sKyvkm1lKI table td {
    padding: .75rem;
  }
}
.cid-sKyvkm1lKI .body-item {
  text-align: center;
}
.cid-sKyvkm1lKI .mbr-text {
  color: #000000;
}
.cid-sKyvkm1lKI .head-item {
  color: #232323;
}
.cid-sKyywOOCI8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKyvkouGr5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKyvkoOogW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKyvkoOogW .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKyvkoOogW .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKyvkoOogW .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKyvkoOogW .image {
  margin: auto;
}
.cid-sKyvkoOogW .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKyvkoOogW .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKyvkoOogW .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKyvkoOogW .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKyvkoOogW .bottom__block {
  margin-bottom: 40px;
}
.cid-sKyvkoOogW .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKyvkoOogW .card__text {
  color: #22a5e5;
}
.cid-sKyvkoOogW .mbr-text,
.cid-sKyvkoOogW .linked {
  color: #d0d0d0;
}
.cid-sKyvkoOogW .mbr-text,
.cid-sKyvkoOogW .linked {
  color: #000000;
}
.cid-sKyvkpcupl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKyvkpcupl .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKyvkpcupl .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKyvkpcupl .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKyvkpcupl .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKyvkpcupl .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKyvkpcupl .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKyvkpcupl .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKyvkpcupl .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKyvkpcupl .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKyvkpcupl .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKyvkpcupl .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKyvkpcupl .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKyvkpcupl .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-sKyvkpcupl .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKyvkpcupl [class^="socicon-"]:before,
.cid-sKyvkpcupl [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKyvkpCbfF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKyvkpCbfF .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKyCGhyWIy {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKyCGiac28 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKyCGiac28 .mbr-text {
  color: #232323;
}
.cid-sKyCGiskEu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sKyCGiskEu .container-fluid {
  padding: 0 3rem;
}
.cid-sKyCGiskEu .mbr-section-subtitle {
  color: #767676;
}
.cid-sKyCGiskEu .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sKyCGiskEu .table-wrapper {
  margin: 0 auto;
}
.cid-sKyCGiskEu table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sKyCGiskEu table thead tr {
  border: none !important;
}
.cid-sKyCGiskEu table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sKyCGiskEu table tr td {
  border-color: #c1c1c1;
}
.cid-sKyCGiskEu table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sKyCGiskEu tr:hover {
  background-color: #ffffff !important;
}
.cid-sKyCGiskEu th:after,
.cid-sKyCGiskEu th:before {
  display: none !important;
}
.cid-sKyCGiskEu .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sKyCGiskEu .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sKyCGiskEu table th,
  .cid-sKyCGiskEu table td {
    padding: .75rem;
  }
}
.cid-sKyCGiskEu .body-item {
  text-align: center;
}
.cid-sKyCGiskEu .mbr-text {
  color: #000000;
}
.cid-sKyCGiskEu .head-item {
  color: #232323;
}
.cid-sKyCGjKDbl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48UEq9tDT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48UEq9tDT .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48UEq9tDT .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48UEq9tDT .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48UEq9tDT .image {
  margin: auto;
}
.cid-u48UEq9tDT .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48UEq9tDT .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48UEq9tDT .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48UEq9tDT .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48UEq9tDT .bottom__block {
  margin-bottom: 40px;
}
.cid-u48UEq9tDT .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48UEq9tDT .card__text {
  color: #22a5e5;
}
.cid-u48UEq9tDT .mbr-text,
.cid-u48UEq9tDT .linked {
  color: #d0d0d0;
}
.cid-u48UEq9tDT .mbr-text,
.cid-u48UEq9tDT .linked {
  color: #000000;
}
.cid-sKyCGkrwCd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKyCGkrwCd .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKyCGkrwCd .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKyCGkrwCd .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKyCGkrwCd .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKyCGkrwCd .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKyCGkrwCd .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKyCGkrwCd .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKyCGkrwCd .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKyCGkrwCd .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKyCGkrwCd .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKyCGkrwCd .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKyCGkrwCd .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKyCGkrwCd .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-sKyCGkrwCd .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKyCGkrwCd [class^="socicon-"]:before,
.cid-sKyCGkrwCd [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKyCGkOKLo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKyCGkOKLo .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKyLYm6BxD {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKyLYmK5AR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKyLYmK5AR .mbr-text {
  color: #232323;
}
.cid-sKyLYn2wuf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sKyLYn2wuf .container-fluid {
  padding: 0 3rem;
}
.cid-sKyLYn2wuf .mbr-section-subtitle {
  color: #767676;
}
.cid-sKyLYn2wuf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sKyLYn2wuf .table-wrapper {
  margin: 0 auto;
}
.cid-sKyLYn2wuf table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sKyLYn2wuf table thead tr {
  border: none !important;
}
.cid-sKyLYn2wuf table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sKyLYn2wuf table tr td {
  border-color: #c1c1c1;
}
.cid-sKyLYn2wuf table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sKyLYn2wuf tr:hover {
  background-color: #ffffff !important;
}
.cid-sKyLYn2wuf th:after,
.cid-sKyLYn2wuf th:before {
  display: none !important;
}
.cid-sKyLYn2wuf .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sKyLYn2wuf .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sKyLYn2wuf table th,
  .cid-sKyLYn2wuf table td {
    padding: .75rem;
  }
}
.cid-sKyLYn2wuf .body-item {
  text-align: center;
}
.cid-sKyLYn2wuf .mbr-text {
  color: #000000;
}
.cid-sKyLYn2wuf .head-item {
  color: #232323;
}
.cid-sKyLYoDMNV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48ULHa98A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48ULHa98A .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48ULHa98A .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48ULHa98A .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48ULHa98A .image {
  margin: auto;
}
.cid-u48ULHa98A .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48ULHa98A .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48ULHa98A .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48ULHa98A .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48ULHa98A .bottom__block {
  margin-bottom: 40px;
}
.cid-u48ULHa98A .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48ULHa98A .card__text {
  color: #22a5e5;
}
.cid-u48ULHa98A .mbr-text,
.cid-u48ULHa98A .linked {
  color: #d0d0d0;
}
.cid-u48ULHa98A .mbr-text,
.cid-u48ULHa98A .linked {
  color: #000000;
}
.cid-sKyLYpkL9z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKyLYpkL9z .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKyLYpkL9z .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKyLYpkL9z .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKyLYpkL9z .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKyLYpkL9z .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKyLYpkL9z .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKyLYpkL9z .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKyLYpkL9z .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKyLYpkL9z .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKyLYpkL9z .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKyLYpkL9z .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKyLYpkL9z .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKyLYpkL9z .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-sKyLYpkL9z .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKyLYpkL9z [class^="socicon-"]:before,
.cid-sKyLYpkL9z [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKyLYpFZwB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKyLYpFZwB .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKz563biOJ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKz563NAwa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKz563NAwa .mbr-text {
  color: #232323;
}
.cid-sKz7FovYr0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKz7FovYr0 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sKz7FovYr0 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sKz7FovYr0 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sKz64P9lmx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKz6qxEo2z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKz6rvJhLd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKz6sRsnXF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKz56556HA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48USOZL7W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48USOZL7W .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48USOZL7W .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48USOZL7W .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48USOZL7W .image {
  margin: auto;
}
.cid-u48USOZL7W .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48USOZL7W .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48USOZL7W .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48USOZL7W .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48USOZL7W .bottom__block {
  margin-bottom: 40px;
}
.cid-u48USOZL7W .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48USOZL7W .card__text {
  color: #22a5e5;
}
.cid-u48USOZL7W .mbr-text,
.cid-u48USOZL7W .linked {
  color: #d0d0d0;
}
.cid-u48USOZL7W .mbr-text,
.cid-u48USOZL7W .linked {
  color: #000000;
}
.cid-sKz565Ptbz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKz565Ptbz .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKz565Ptbz .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKz565Ptbz .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKz565Ptbz .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKz565Ptbz .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKz565Ptbz .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKz565Ptbz .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKz565Ptbz .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKz565Ptbz .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKz565Ptbz .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKz565Ptbz .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKz565Ptbz .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKz565Ptbz .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-sKz565Ptbz .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKz565Ptbz [class^="socicon-"]:before,
.cid-sKz565Ptbz [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKz566aCzE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKz566aCzE .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKz9J9ZFNX {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKz9JaCZB3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKz9JaCZB3 .mbr-text {
  color: #232323;
}
.cid-sKzxDCBIYZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKz9JcBjRO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48UZKKMOu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48UZKKMOu .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48UZKKMOu .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48UZKKMOu .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48UZKKMOu .image {
  margin: auto;
}
.cid-u48UZKKMOu .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48UZKKMOu .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48UZKKMOu .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48UZKKMOu .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48UZKKMOu .bottom__block {
  margin-bottom: 40px;
}
.cid-u48UZKKMOu .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48UZKKMOu .card__text {
  color: #22a5e5;
}
.cid-u48UZKKMOu .mbr-text,
.cid-u48UZKKMOu .linked {
  color: #d0d0d0;
}
.cid-u48UZKKMOu .mbr-text,
.cid-u48UZKKMOu .linked {
  color: #000000;
}
.cid-sKz9Jdn9rY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKz9Jdn9rY .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKz9Jdn9rY .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKz9Jdn9rY .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKz9Jdn9rY .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKz9Jdn9rY .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKz9Jdn9rY .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKz9Jdn9rY .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKz9Jdn9rY .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKz9Jdn9rY .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKz9Jdn9rY .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKz9Jdn9rY .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKz9Jdn9rY .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKz9Jdn9rY .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-sKz9Jdn9rY .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKz9Jdn9rY [class^="socicon-"]:before,
.cid-sKz9Jdn9rY [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKz9JdI1oG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKz9JdI1oG .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKzC610eES {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKzC61F452 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKzC61F452 .mbr-text {
  color: #232323;
}
.cid-sMjzn4AxOA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMjznXZUAH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMjzp4yvvm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKzC62fAgq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48V5I0GEU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48V5I0GEU .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48V5I0GEU .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48V5I0GEU .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48V5I0GEU .image {
  margin: auto;
}
.cid-u48V5I0GEU .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48V5I0GEU .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48V5I0GEU .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48V5I0GEU .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48V5I0GEU .bottom__block {
  margin-bottom: 40px;
}
.cid-u48V5I0GEU .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48V5I0GEU .card__text {
  color: #22a5e5;
}
.cid-u48V5I0GEU .mbr-text,
.cid-u48V5I0GEU .linked {
  color: #d0d0d0;
}
.cid-u48V5I0GEU .mbr-text,
.cid-u48V5I0GEU .linked {
  color: #000000;
}
.cid-sKzC62WzTY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKzC62WzTY .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKzC62WzTY .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKzC62WzTY .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKzC62WzTY .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKzC62WzTY .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKzC62WzTY .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKzC62WzTY .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKzC62WzTY .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKzC62WzTY .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKzC62WzTY .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKzC62WzTY .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKzC62WzTY .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKzC62WzTY .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-sKzC62WzTY .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKzC62WzTY [class^="socicon-"]:before,
.cid-sKzC62WzTY [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKzC63gk3I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKzC63gk3I .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKzDJmeboh {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKzGJt2usu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sKzGJt2usu .mbr-section-subtitle {
  color: #767676;
}
.cid-sKzGJt2usu .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sKzGJt2usu .table-wrapper {
  margin: 0 auto;
}
.cid-sKzGJt2usu table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sKzGJt2usu table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #66458e;
  color: white;
  vertical-align: middle;
}
.cid-sKzGJt2usu table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sKzGJt2usu .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sKzGJt2usu .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sKzGJt2usu .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sKzGJt2usu .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-sKzGJt2usu .dataTables_wrapper {
  display: block;
}
.cid-sKzGJt2usu .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sKzGJt2usu .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sKzGJt2usu .head-item:after,
.cid-sKzGJt2usu .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 992px) {
  .cid-sKzGJt2usu .dataTables_filter {
    text-align: center;
  }
  .cid-sKzGJt2usu .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-sKzGJt2usu .dataTables_filter {
    text-align: center;
  }
  .cid-sKzGJt2usu .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-sKzGJt2usu table th,
  .cid-sKzGJt2usu table td {
    padding: .75rem;
  }
}
.cid-sKzDJn9gHI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48VcahhCd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48VcahhCd .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48VcahhCd .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48VcahhCd .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48VcahhCd .image {
  margin: auto;
}
.cid-u48VcahhCd .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48VcahhCd .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48VcahhCd .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48VcahhCd .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48VcahhCd .bottom__block {
  margin-bottom: 40px;
}
.cid-u48VcahhCd .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48VcahhCd .card__text {
  color: #22a5e5;
}
.cid-u48VcahhCd .mbr-text,
.cid-u48VcahhCd .linked {
  color: #d0d0d0;
}
.cid-u48VcahhCd .mbr-text,
.cid-u48VcahhCd .linked {
  color: #000000;
}
.cid-sKzDJnVHf2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKzDJnVHf2 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKzDJnVHf2 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKzDJnVHf2 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKzDJnVHf2 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKzDJnVHf2 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKzDJnVHf2 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKzDJnVHf2 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKzDJnVHf2 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKzDJnVHf2 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKzDJnVHf2 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKzDJnVHf2 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKzDJnVHf2 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKzDJnVHf2 .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-sKzDJnVHf2 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKzDJnVHf2 [class^="socicon-"]:before,
.cid-sKzDJnVHf2 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKzDJoevYw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKzDJoevYw .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKzJHQGBGr {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKzKHqGfgv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sKzKHqGfgv .mbr-section-subtitle {
  color: #767676;
}
.cid-sKzKHqGfgv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sKzKHqGfgv .table-wrapper {
  margin: 0 auto;
}
.cid-sKzKHqGfgv table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sKzKHqGfgv table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #66458e;
  color: white;
  vertical-align: middle;
}
.cid-sKzKHqGfgv table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sKzKHqGfgv .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sKzKHqGfgv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sKzKHqGfgv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sKzKHqGfgv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-sKzKHqGfgv .dataTables_wrapper {
  display: block;
}
.cid-sKzKHqGfgv .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sKzKHqGfgv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sKzKHqGfgv .head-item:after,
.cid-sKzKHqGfgv .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 992px) {
  .cid-sKzKHqGfgv .dataTables_filter {
    text-align: center;
  }
  .cid-sKzKHqGfgv .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-sKzKHqGfgv .dataTables_filter {
    text-align: center;
  }
  .cid-sKzKHqGfgv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-sKzKHqGfgv table th,
  .cid-sKzKHqGfgv table td {
    padding: .75rem;
  }
}
.cid-sKzJHSf4wg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48VhEMeuJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48VhEMeuJ .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48VhEMeuJ .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48VhEMeuJ .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48VhEMeuJ .image {
  margin: auto;
}
.cid-u48VhEMeuJ .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48VhEMeuJ .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48VhEMeuJ .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48VhEMeuJ .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48VhEMeuJ .bottom__block {
  margin-bottom: 40px;
}
.cid-u48VhEMeuJ .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48VhEMeuJ .card__text {
  color: #22a5e5;
}
.cid-u48VhEMeuJ .mbr-text,
.cid-u48VhEMeuJ .linked {
  color: #d0d0d0;
}
.cid-u48VhEMeuJ .mbr-text,
.cid-u48VhEMeuJ .linked {
  color: #000000;
}
.cid-sKzJHSWcYM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKzJHSWcYM .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKzJHSWcYM .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKzJHSWcYM .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKzJHSWcYM .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKzJHSWcYM .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKzJHSWcYM .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKzJHSWcYM .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKzJHSWcYM .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKzJHSWcYM .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKzJHSWcYM .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKzJHSWcYM .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKzJHSWcYM .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKzJHSWcYM .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-sKzJHSWcYM .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKzJHSWcYM [class^="socicon-"]:before,
.cid-sKzJHSWcYM [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKzJHTgrT6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKzJHTgrT6 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKElrGP69y {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKElrHxsJP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEmopn3Mv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKEmopn3Mv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKEmopn3Mv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKEmopn3Mv .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKEmq3FHWR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKElrJuUxE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKElrJOEzM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKElrJOEzM .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKElrJOEzM .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKElrJOEzM .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKElrJOEzM .image {
  margin: auto;
}
.cid-sKElrJOEzM .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKElrJOEzM .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKElrJOEzM .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKElrJOEzM .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKElrJOEzM .bottom__block {
  margin-bottom: 40px;
}
.cid-sKElrJOEzM .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKElrJOEzM .card__text {
  color: #22a5e5;
}
.cid-sKElrJOEzM .mbr-text,
.cid-sKElrJOEzM .linked {
  color: #d0d0d0;
}
.cid-sKElrJOEzM .mbr-text,
.cid-sKElrJOEzM .linked {
  color: #000000;
}
.cid-sKElrKcVCX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKElrKcVCX .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKElrKcVCX .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKElrKcVCX .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKElrKcVCX .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKElrKcVCX .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKElrKcVCX .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKElrKcVCX .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKElrKcVCX .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKElrKcVCX .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKElrKcVCX .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKElrKcVCX .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKElrKcVCX .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKElrKcVCX .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-sKElrKcVCX .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKElrKcVCX [class^="socicon-"]:before,
.cid-sKElrKcVCX [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKElrKwjtW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKElrKwjtW .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKEqxlGdEx {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEqxmkM7D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEqxmFZUQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKEqxmFZUQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKEqxmFZUQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKEqxmFZUQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKErCDfcSU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKEqxnphlV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u481UpRzH5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u481UpRzH5 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u481UpRzH5 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u481UpRzH5 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u481UpRzH5 .image {
  margin: auto;
}
.cid-u481UpRzH5 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u481UpRzH5 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u481UpRzH5 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u481UpRzH5 .linked {
    margin: 30px 0 40px;
  }
}
.cid-u481UpRzH5 .bottom__block {
  margin-bottom: 40px;
}
.cid-u481UpRzH5 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u481UpRzH5 .card__text {
  color: #22a5e5;
}
.cid-u481UpRzH5 .mbr-text,
.cid-u481UpRzH5 .linked {
  color: #d0d0d0;
}
.cid-u481UpRzH5 .mbr-text,
.cid-u481UpRzH5 .linked {
  color: #000000;
}
.cid-sKEqxo9lHE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEqxo9lHE .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKEqxo9lHE .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKEqxo9lHE .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKEqxo9lHE .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKEqxo9lHE .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKEqxo9lHE .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKEqxo9lHE .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKEqxo9lHE .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKEqxo9lHE .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKEqxo9lHE .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKEqxo9lHE .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKEqxo9lHE .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKEqxo9lHE .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-sKEqxo9lHE .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKEqxo9lHE [class^="socicon-"]:before,
.cid-sKEqxo9lHE [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKEqxouJpA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEqxouJpA .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKEtQaG4bx {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEtQbx7IB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKEtQbx7IB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKEtQbx7IB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKEtQbx7IB .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKEtQbXsgH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKEtQcdiv9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKEtQcvNLb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKEtQcvNLb .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKEtQcvNLb .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKEtQcvNLb .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKEtQcvNLb .image {
  margin: auto;
}
.cid-sKEtQcvNLb .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKEtQcvNLb .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKEtQcvNLb .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKEtQcvNLb .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKEtQcvNLb .bottom__block {
  margin-bottom: 40px;
}
.cid-sKEtQcvNLb .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKEtQcvNLb .card__text {
  color: #22a5e5;
}
.cid-sKEtQcvNLb .mbr-text,
.cid-sKEtQcvNLb .linked {
  color: #d0d0d0;
}
.cid-sKEtQcvNLb .mbr-text,
.cid-sKEtQcvNLb .linked {
  color: #000000;
}
.cid-sKEtQcT5GC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEtQcT5GC .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKEtQcT5GC .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKEtQcT5GC .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKEtQcT5GC .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKEtQcT5GC .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKEtQcT5GC .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKEtQcT5GC .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKEtQcT5GC .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKEtQcT5GC .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKEtQcT5GC .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKEtQcT5GC .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKEtQcT5GC .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKEtQcT5GC .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-sKEtQcT5GC .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKEtQcT5GC [class^="socicon-"]:before,
.cid-sKEtQcT5GC [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKEtQdcquY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEtQdcquY .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKExu3UUHE {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKExu4swpg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKExu4swpg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKExu4swpg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKExu4swpg .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKExu4TLos {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKExu58ISv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4844B2D0Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4844B2D0Z .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4844B2D0Z .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4844B2D0Z .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4844B2D0Z .image {
  margin: auto;
}
.cid-u4844B2D0Z .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4844B2D0Z .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4844B2D0Z .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4844B2D0Z .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4844B2D0Z .bottom__block {
  margin-bottom: 40px;
}
.cid-u4844B2D0Z .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4844B2D0Z .card__text {
  color: #22a5e5;
}
.cid-u4844B2D0Z .mbr-text,
.cid-u4844B2D0Z .linked {
  color: #d0d0d0;
}
.cid-u4844B2D0Z .mbr-text,
.cid-u4844B2D0Z .linked {
  color: #000000;
}
.cid-sKExu5R7Fi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKExu5R7Fi .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKExu5R7Fi .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKExu5R7Fi .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKExu5R7Fi .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKExu5R7Fi .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKExu5R7Fi .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKExu5R7Fi .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKExu5R7Fi .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKExu5R7Fi .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKExu5R7Fi .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKExu5R7Fi .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKExu5R7Fi .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKExu5R7Fi .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-sKExu5R7Fi .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKExu5R7Fi [class^="socicon-"]:before,
.cid-sKExu5R7Fi [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKExu6aL3w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKExu6aL3w .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKEzo4Iedq {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEAAUFX3Y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKEzo5hT3n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKEzo5hT3n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKEzo5hT3n img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKEzo5hT3n .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKEzo5HjgB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKEzo60nyV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKEzo6jAHF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKEzo6jAHF .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKEzo6jAHF .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKEzo6jAHF .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKEzo6jAHF .image {
  margin: auto;
}
.cid-sKEzo6jAHF .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKEzo6jAHF .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKEzo6jAHF .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKEzo6jAHF .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKEzo6jAHF .bottom__block {
  margin-bottom: 40px;
}
.cid-sKEzo6jAHF .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKEzo6jAHF .card__text {
  color: #22a5e5;
}
.cid-sKEzo6jAHF .mbr-text,
.cid-sKEzo6jAHF .linked {
  color: #d0d0d0;
}
.cid-sKEzo6jAHF .mbr-text,
.cid-sKEzo6jAHF .linked {
  color: #000000;
}
.cid-sKEzo6ERHR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEzo6ERHR .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKEzo6ERHR .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKEzo6ERHR .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKEzo6ERHR .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKEzo6ERHR .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKEzo6ERHR .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKEzo6ERHR .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKEzo6ERHR .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKEzo6ERHR .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKEzo6ERHR .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKEzo6ERHR .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKEzo6ERHR .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKEzo6ERHR .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-sKEzo6ERHR .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKEzo6ERHR [class^="socicon-"]:before,
.cid-sKEzo6ERHR [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKEzo6Xoch {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEzo6Xoch .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKEDB0Dg7f {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEDB1vvnz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKEDB1vvnz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKEDB1vvnz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKEDB1vvnz .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKEDB1WKqy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKEDB2FXYm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKEDB37hrD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKEDB37hrD .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKEDB37hrD .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKEDB37hrD .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKEDB37hrD .image {
  margin: auto;
}
.cid-sKEDB37hrD .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKEDB37hrD .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKEDB37hrD .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKEDB37hrD .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKEDB37hrD .bottom__block {
  margin-bottom: 40px;
}
.cid-sKEDB37hrD .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKEDB37hrD .card__text {
  color: #22a5e5;
}
.cid-sKEDB37hrD .mbr-text,
.cid-sKEDB37hrD .linked {
  color: #d0d0d0;
}
.cid-sKEDB37hrD .mbr-text,
.cid-sKEDB37hrD .linked {
  color: #000000;
}
.cid-sKEDB3v9UK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEDB3v9UK .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKEDB3v9UK .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKEDB3v9UK .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKEDB3v9UK .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKEDB3v9UK .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKEDB3v9UK .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKEDB3v9UK .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKEDB3v9UK .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKEDB3v9UK .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKEDB3v9UK .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKEDB3v9UK .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKEDB3v9UK .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKEDB3v9UK .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-sKEDB3v9UK .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKEDB3v9UK [class^="socicon-"]:before,
.cid-sKEDB3v9UK [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKEDB3RMob {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEDB3RMob .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKEK8Ehw0Z {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEK8ENZCf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKELnXpQqK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-sKELnXpQqK .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sKELnXpQqK .mbr-section-title {
  margin-bottom: 1.25rem;
}
.cid-sKELnXpQqK .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-sKELnXpQqK .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-sKELnXpQqK .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sKELnXpQqK .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-sKEK8GxYWl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKEMFKbpKD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKEMFKbpKD .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKEMFKbpKD .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKEMFKbpKD .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKEMFKbpKD .image {
  margin: auto;
}
.cid-sKEMFKbpKD .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKEMFKbpKD .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKEMFKbpKD .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKEMFKbpKD .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKEMFKbpKD .bottom__block {
  margin-bottom: 40px;
}
.cid-sKEMFKbpKD .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKEMFKbpKD .card__text {
  color: #22a5e5;
}
.cid-sKEMFKbpKD .mbr-text,
.cid-sKEMFKbpKD .linked {
  color: #d0d0d0;
}
.cid-sKEMFKbpKD .mbr-text,
.cid-sKEMFKbpKD .linked {
  color: #000000;
}
.cid-sKEK8HgDKp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEK8HgDKp .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKEK8HgDKp .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKEK8HgDKp .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKEK8HgDKp .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKEK8HgDKp .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKEK8HgDKp .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKEK8HgDKp .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKEK8HgDKp .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKEK8HgDKp .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKEK8HgDKp .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKEK8HgDKp .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKEK8HgDKp .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKEK8HgDKp .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-sKEK8HgDKp .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKEK8HgDKp [class^="socicon-"]:before,
.cid-sKEK8HgDKp [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKEK8Hx2A2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEK8Hx2A2 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKENEc75Pa {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKENEcFVCT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKENEcYF6D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-sKENEcYF6D .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sKENEcYF6D .mbr-section-title {
  margin-bottom: 1.25rem;
}
.cid-sKENEcYF6D .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-sKENEcYF6D .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-sKENEcYF6D .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sKENEcYF6D .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-sKENEdmzRH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKENEdE0p6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKENEdE0p6 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKENEdE0p6 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKENEdE0p6 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKENEdE0p6 .image {
  margin: auto;
}
.cid-sKENEdE0p6 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKENEdE0p6 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKENEdE0p6 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKENEdE0p6 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKENEdE0p6 .bottom__block {
  margin-bottom: 40px;
}
.cid-sKENEdE0p6 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKENEdE0p6 .card__text {
  color: #22a5e5;
}
.cid-sKENEdE0p6 .mbr-text,
.cid-sKENEdE0p6 .linked {
  color: #d0d0d0;
}
.cid-sKENEdE0p6 .mbr-text,
.cid-sKENEdE0p6 .linked {
  color: #000000;
}
.cid-sKENEe3ojM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKENEe3ojM .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKENEe3ojM .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKENEe3ojM .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKENEe3ojM .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKENEe3ojM .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKENEe3ojM .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKENEe3ojM .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKENEe3ojM .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKENEe3ojM .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKENEe3ojM .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKENEe3ojM .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKENEe3ojM .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKENEe3ojM .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-sKENEe3ojM .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKENEe3ojM [class^="socicon-"]:before,
.cid-sKENEe3ojM [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKENEet89D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKENEet89D .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKEVa8uLBl {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEVa90wzu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEVUDyv96 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKEVUDyv96 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKEVUDyv96 .row {
  flex-direction: row-reverse;
}
.cid-sKEVUDyv96 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKEVUDyv96 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKEW8DbFjo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKEVa9E62V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKEVa9W4l4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKEVa9W4l4 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKEVa9W4l4 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKEVa9W4l4 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKEVa9W4l4 .image {
  margin: auto;
}
.cid-sKEVa9W4l4 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKEVa9W4l4 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKEVa9W4l4 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKEVa9W4l4 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKEVa9W4l4 .bottom__block {
  margin-bottom: 40px;
}
.cid-sKEVa9W4l4 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKEVa9W4l4 .card__text {
  color: #22a5e5;
}
.cid-sKEVa9W4l4 .mbr-text,
.cid-sKEVa9W4l4 .linked {
  color: #d0d0d0;
}
.cid-sKEVa9W4l4 .mbr-text,
.cid-sKEVa9W4l4 .linked {
  color: #000000;
}
.cid-sKEVaajMg6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEVaajMg6 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKEVaajMg6 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKEVaajMg6 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKEVaajMg6 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKEVaajMg6 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKEVaajMg6 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKEVaajMg6 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKEVaajMg6 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKEVaajMg6 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKEVaajMg6 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKEVaajMg6 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKEVaajMg6 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKEVaajMg6 .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-sKEVaajMg6 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKEVaajMg6 [class^="socicon-"]:before,
.cid-sKEVaajMg6 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKEVaaBO1j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEVaaBO1j .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKio84dG30 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKiqK1il1Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKio85mMGS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3XQ7TCt6o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3XQ7TCt6o .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3XQ7TCt6o .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3XQ7TCt6o .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3XQ7TCt6o .image {
  margin: auto;
}
.cid-u3XQ7TCt6o .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3XQ7TCt6o .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3XQ7TCt6o .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3XQ7TCt6o .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3XQ7TCt6o .bottom__block {
  margin-bottom: 40px;
}
.cid-u3XQ7TCt6o .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3XQ7TCt6o .card__text {
  color: #22a5e5;
}
.cid-u3XQ7TCt6o .mbr-text,
.cid-u3XQ7TCt6o .linked {
  color: #d0d0d0;
}
.cid-u3XQ7TCt6o .mbr-text,
.cid-u3XQ7TCt6o .linked {
  color: #000000;
}
.cid-sKio86kGqD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKio86kGqD .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKio86kGqD .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKio86kGqD .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKio86kGqD .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKio86kGqD .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKio86kGqD .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKio86kGqD .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKio86kGqD .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKio86kGqD .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKio86kGqD .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKio86kGqD .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKio86kGqD .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKio86kGqD .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-sKio86kGqD .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKio86kGqD [class^="socicon-"]:before,
.cid-sKio86kGqD [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKio86XIVE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKio86XIVE .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKsg0wihXE {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsg0wSDnx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsg0x9EOM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKsg0x9EOM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKsg0x9EOM .row {
  flex-direction: row-reverse;
}
.cid-sKsg0x9EOM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKsg0x9EOM .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKsg0xYEm0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKsg0yhDYG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKsg0yhDYG .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKsg0yhDYG .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKsg0yhDYG .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKsg0yhDYG .image {
  margin: auto;
}
.cid-sKsg0yhDYG .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKsg0yhDYG .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKsg0yhDYG .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKsg0yhDYG .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKsg0yhDYG .bottom__block {
  margin-bottom: 40px;
}
.cid-sKsg0yhDYG .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKsg0yhDYG .card__text {
  color: #22a5e5;
}
.cid-sKsg0yhDYG .mbr-text,
.cid-sKsg0yhDYG .linked {
  color: #d0d0d0;
}
.cid-sKsg0yhDYG .mbr-text,
.cid-sKsg0yhDYG .linked {
  color: #000000;
}
.cid-sKsg0yFSNX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsg0yFSNX .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKsg0yFSNX .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKsg0yFSNX .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKsg0yFSNX .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKsg0yFSNX .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKsg0yFSNX .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKsg0yFSNX .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKsg0yFSNX .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKsg0yFSNX .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKsg0yFSNX .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKsg0yFSNX .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKsg0yFSNX .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKsg0yFSNX .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-sKsg0yFSNX .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKsg0yFSNX [class^="socicon-"]:before,
.cid-sKsg0yFSNX [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKsg0z4flf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKsg0z4flf .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKEOvsSgSM {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEOvtoFmD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEOvtEhWp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sKEOvtEhWp .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sKEOvtEhWp .mbr-section-title {
  margin-bottom: 1.25rem;
}
.cid-sKEOvtEhWp .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-sKEOvtEhWp .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-sKEOvtEhWp .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sKEOvtEhWp .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-sKEOvu2zXM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKEOvulERK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKEOvulERK .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKEOvulERK .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKEOvulERK .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKEOvulERK .image {
  margin: auto;
}
.cid-sKEOvulERK .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKEOvulERK .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKEOvulERK .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKEOvulERK .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKEOvulERK .bottom__block {
  margin-bottom: 40px;
}
.cid-sKEOvulERK .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKEOvulERK .card__text {
  color: #22a5e5;
}
.cid-sKEOvulERK .mbr-text,
.cid-sKEOvulERK .linked {
  color: #d0d0d0;
}
.cid-sKEOvulERK .mbr-text,
.cid-sKEOvulERK .linked {
  color: #000000;
}
.cid-sKEOvuH9qJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEOvuH9qJ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKEOvuH9qJ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKEOvuH9qJ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKEOvuH9qJ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKEOvuH9qJ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKEOvuH9qJ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKEOvuH9qJ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKEOvuH9qJ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKEOvuH9qJ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKEOvuH9qJ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKEOvuH9qJ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKEOvuH9qJ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKEOvuH9qJ .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-sKEOvuH9qJ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKEOvuH9qJ [class^="socicon-"]:before,
.cid-sKEOvuH9qJ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKEOvv0hjn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEOvv0hjn .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKLmVNy7Up {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKLmVOam3i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKLmVP4DGu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48cUasiBo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48cUasiBo .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48cUasiBo .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48cUasiBo .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48cUasiBo .image {
  margin: auto;
}
.cid-u48cUasiBo .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48cUasiBo .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48cUasiBo .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48cUasiBo .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48cUasiBo .bottom__block {
  margin-bottom: 40px;
}
.cid-u48cUasiBo .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48cUasiBo .card__text {
  color: #22a5e5;
}
.cid-u48cUasiBo .mbr-text,
.cid-u48cUasiBo .linked {
  color: #d0d0d0;
}
.cid-u48cUasiBo .mbr-text,
.cid-u48cUasiBo .linked {
  color: #000000;
}
.cid-sKLmVPHPxE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKLmVPHPxE .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKLmVPHPxE .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKLmVPHPxE .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKLmVPHPxE .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKLmVPHPxE .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKLmVPHPxE .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKLmVPHPxE .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKLmVPHPxE .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKLmVPHPxE .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKLmVPHPxE .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKLmVPHPxE .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKLmVPHPxE .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKLmVPHPxE .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-sKLmVPHPxE .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKLmVPHPxE [class^="socicon-"]:before,
.cid-sKLmVPHPxE [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKLmVPZU3V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKLmVPZU3V .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKLtsXCZtb {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKLtsYcJC1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKLv0PvOru {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKLv0PvOru .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKLv0PvOru img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKLv0PvOru .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKLv2rFRPl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKLvlIWObo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKLvlIWObo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKLvlIWObo .row {
  flex-direction: row-reverse;
}
.cid-sKLvlIWObo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKLvlIWObo .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKLvnr3bFO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKLtsYtmrW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48d3V0Sxf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48d3V0Sxf .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48d3V0Sxf .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48d3V0Sxf .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48d3V0Sxf .image {
  margin: auto;
}
.cid-u48d3V0Sxf .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48d3V0Sxf .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48d3V0Sxf .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48d3V0Sxf .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48d3V0Sxf .bottom__block {
  margin-bottom: 40px;
}
.cid-u48d3V0Sxf .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48d3V0Sxf .card__text {
  color: #22a5e5;
}
.cid-u48d3V0Sxf .mbr-text,
.cid-u48d3V0Sxf .linked {
  color: #d0d0d0;
}
.cid-u48d3V0Sxf .mbr-text,
.cid-u48d3V0Sxf .linked {
  color: #000000;
}
.cid-sKLtsZezfy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKLtsZezfy .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKLtsZezfy .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKLtsZezfy .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKLtsZezfy .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKLtsZezfy .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKLtsZezfy .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKLtsZezfy .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKLtsZezfy .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKLtsZezfy .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKLtsZezfy .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKLtsZezfy .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKLtsZezfy .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKLtsZezfy .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-sKLtsZezfy .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKLtsZezfy [class^="socicon-"]:before,
.cid-sKLtsZezfy [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKLtsZvQP5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKLtsZvQP5 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKQuf4cb79 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKQuf4Np5D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKQuf6lCr7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKQuf6Cmc6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKQuf6Cmc6 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKQuf6Cmc6 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKQuf6Cmc6 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKQuf6Cmc6 .image {
  margin: auto;
}
.cid-sKQuf6Cmc6 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKQuf6Cmc6 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKQuf6Cmc6 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKQuf6Cmc6 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKQuf6Cmc6 .bottom__block {
  margin-bottom: 40px;
}
.cid-sKQuf6Cmc6 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKQuf6Cmc6 .card__text {
  color: #22a5e5;
}
.cid-sKQuf6Cmc6 .mbr-text,
.cid-sKQuf6Cmc6 .linked {
  color: #d0d0d0;
}
.cid-sKQuf6Cmc6 .mbr-text,
.cid-sKQuf6Cmc6 .linked {
  color: #000000;
}
.cid-sKQuf6YQF5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKQuf6YQF5 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKQuf6YQF5 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKQuf6YQF5 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKQuf6YQF5 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKQuf6YQF5 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKQuf6YQF5 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKQuf6YQF5 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKQuf6YQF5 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKQuf6YQF5 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKQuf6YQF5 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKQuf6YQF5 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKQuf6YQF5 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKQuf6YQF5 .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-sKQuf6YQF5 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKQuf6YQF5 [class^="socicon-"]:before,
.cid-sKQuf6YQF5 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKQuf7eSND {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKQuf7eSND .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKQz8Ui7Ps {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKQz8UVdhQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKQzSpCFia {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKQzSpCFia .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKQzSpCFia img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKQzSpCFia .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKQzTPB5Qz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKQz8Vbkim {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48ftcF2fo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48ftcF2fo .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48ftcF2fo .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48ftcF2fo .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48ftcF2fo .image {
  margin: auto;
}
.cid-u48ftcF2fo .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48ftcF2fo .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48ftcF2fo .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48ftcF2fo .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48ftcF2fo .bottom__block {
  margin-bottom: 40px;
}
.cid-u48ftcF2fo .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48ftcF2fo .card__text {
  color: #22a5e5;
}
.cid-u48ftcF2fo .mbr-text,
.cid-u48ftcF2fo .linked {
  color: #d0d0d0;
}
.cid-u48ftcF2fo .mbr-text,
.cid-u48ftcF2fo .linked {
  color: #000000;
}
.cid-sKQz8VWpyz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKQz8VWpyz .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKQz8VWpyz .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKQz8VWpyz .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKQz8VWpyz .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKQz8VWpyz .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKQz8VWpyz .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKQz8VWpyz .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKQz8VWpyz .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKQz8VWpyz .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKQz8VWpyz .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKQz8VWpyz .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKQz8VWpyz .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKQz8VWpyz .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-sKQz8VWpyz .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKQz8VWpyz [class^="socicon-"]:before,
.cid-sKQz8VWpyz [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKQz8WeF73 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKQz8WeF73 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKQDTnIp2G {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKQDTolXKq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKQDToCqh0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKQDToCqh0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKQDToCqh0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKQDToCqh0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKQDTp5XpT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKQDTpli4I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48fF8LonY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48fF8LonY .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48fF8LonY .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48fF8LonY .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48fF8LonY .image {
  margin: auto;
}
.cid-u48fF8LonY .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48fF8LonY .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48fF8LonY .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48fF8LonY .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48fF8LonY .bottom__block {
  margin-bottom: 40px;
}
.cid-u48fF8LonY .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48fF8LonY .card__text {
  color: #22a5e5;
}
.cid-u48fF8LonY .mbr-text,
.cid-u48fF8LonY .linked {
  color: #d0d0d0;
}
.cid-u48fF8LonY .mbr-text,
.cid-u48fF8LonY .linked {
  color: #000000;
}
.cid-sKQDTq0S9R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKQDTq0S9R .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKQDTq0S9R .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKQDTq0S9R .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKQDTq0S9R .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKQDTq0S9R .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKQDTq0S9R .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKQDTq0S9R .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKQDTq0S9R .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKQDTq0S9R .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKQDTq0S9R .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKQDTq0S9R .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKQDTq0S9R .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKQDTq0S9R .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-sKQDTq0S9R .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKQDTq0S9R [class^="socicon-"]:before,
.cid-sKQDTq0S9R [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKQDTqnzj3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKQDTqnzj3 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKQIGyvqHj {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKQIGz7EiU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKQIGzoJOm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKQIGzoJOm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKQIGzoJOm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKQIGzoJOm .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKQIGzQBh5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKQJj2k8Vu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKQJj2k8Vu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKQJj2k8Vu .row {
  flex-direction: row-reverse;
}
.cid-sKQJj2k8Vu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKQJj2k8Vu .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKQJlffVZx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKQJjUdKu0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKQJjUdKu0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKQJjUdKu0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKQJjUdKu0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKQJlZauyy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKQIGA6pHE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48fOO5OSk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48fOO5OSk .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48fOO5OSk .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48fOO5OSk .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48fOO5OSk .image {
  margin: auto;
}
.cid-u48fOO5OSk .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48fOO5OSk .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48fOO5OSk .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48fOO5OSk .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48fOO5OSk .bottom__block {
  margin-bottom: 40px;
}
.cid-u48fOO5OSk .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48fOO5OSk .card__text {
  color: #22a5e5;
}
.cid-u48fOO5OSk .mbr-text,
.cid-u48fOO5OSk .linked {
  color: #d0d0d0;
}
.cid-u48fOO5OSk .mbr-text,
.cid-u48fOO5OSk .linked {
  color: #000000;
}
.cid-sKQIGAQBM2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKQIGAQBM2 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKQIGAQBM2 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKQIGAQBM2 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKQIGAQBM2 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKQIGAQBM2 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKQIGAQBM2 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKQIGAQBM2 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKQIGAQBM2 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKQIGAQBM2 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKQIGAQBM2 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKQIGAQBM2 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKQIGAQBM2 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKQIGAQBM2 .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-sKQIGAQBM2 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKQIGAQBM2 [class^="socicon-"]:before,
.cid-sKQIGAQBM2 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKQIGB8mkd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKQIGB8mkd .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKLhNPT8IK {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKTVeUAFmr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKTVeUAFmr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKTVeUAFmr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKTVeUAFmr .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKTVhhHbQp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKTVfHDkN3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKTVfHDkN3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKTVfHDkN3 .row {
  flex-direction: row-reverse;
}
.cid-sKTVfHDkN3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKTVfHDkN3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKTZRtBoHs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sKLhNQWal0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48jB6fwSQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48jB6fwSQ .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48jB6fwSQ .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48jB6fwSQ .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48jB6fwSQ .image {
  margin: auto;
}
.cid-u48jB6fwSQ .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48jB6fwSQ .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48jB6fwSQ .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48jB6fwSQ .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48jB6fwSQ .bottom__block {
  margin-bottom: 40px;
}
.cid-u48jB6fwSQ .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48jB6fwSQ .card__text {
  color: #22a5e5;
}
.cid-u48jB6fwSQ .mbr-text,
.cid-u48jB6fwSQ .linked {
  color: #d0d0d0;
}
.cid-u48jB6fwSQ .mbr-text,
.cid-u48jB6fwSQ .linked {
  color: #000000;
}
.cid-sKLhNRwL4b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKLhNRwL4b .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKLhNRwL4b .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKLhNRwL4b .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKLhNRwL4b .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKLhNRwL4b .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKLhNRwL4b .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKLhNRwL4b .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKLhNRwL4b .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKLhNRwL4b .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKLhNRwL4b .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKLhNRwL4b .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKLhNRwL4b .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKLhNRwL4b .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-sKLhNRwL4b .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKLhNRwL4b [class^="socicon-"]:before,
.cid-sKLhNRwL4b [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKLhNRNkKw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKLhNRNkKw .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKU2irAfdy {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKU2CGLKaC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKU2iscvee {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKU2iscvee .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKU2iscvee img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKU2iscvee .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKU2isXjoM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKU2isXjoM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKU2isXjoM .row {
  flex-direction: row-reverse;
}
.cid-sKU2isXjoM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKU2isXjoM .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKU2itgz5x {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sKU2itu9Rs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKU6yyMuRJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKU6yyMuRJ .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKU6yyMuRJ .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKU6yyMuRJ .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKU6yyMuRJ .image {
  margin: auto;
}
.cid-sKU6yyMuRJ .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKU6yyMuRJ .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKU6yyMuRJ .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKU6yyMuRJ .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKU6yyMuRJ .bottom__block {
  margin-bottom: 40px;
}
.cid-sKU6yyMuRJ .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKU6yyMuRJ .card__text {
  color: #22a5e5;
}
.cid-sKU6yyMuRJ .mbr-text,
.cid-sKU6yyMuRJ .linked {
  color: #d0d0d0;
}
.cid-sKU6yyMuRJ .mbr-text,
.cid-sKU6yyMuRJ .linked {
  color: #000000;
}
.cid-sKU2iucBy2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKU2iucBy2 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKU2iucBy2 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKU2iucBy2 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKU2iucBy2 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKU2iucBy2 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKU2iucBy2 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKU2iucBy2 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKU2iucBy2 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKU2iucBy2 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKU2iucBy2 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKU2iucBy2 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKU2iucBy2 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKU2iucBy2 .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-sKU2iucBy2 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKU2iucBy2 [class^="socicon-"]:before,
.cid-sKU2iucBy2 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKU2iuupUA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKU2iuupUA .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKU8EE7s59 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKU8EEFRay {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKU8EFmelV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKU8EFmelV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKU8EFmelV .row {
  flex-direction: row-reverse;
}
.cid-sKU8EFmelV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKU8EFmelV .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKU8EFKeBw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sKU8EFYmEz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKU8EGhKv4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKU8EGhKv4 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKU8EGhKv4 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKU8EGhKv4 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKU8EGhKv4 .image {
  margin: auto;
}
.cid-sKU8EGhKv4 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKU8EGhKv4 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKU8EGhKv4 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKU8EGhKv4 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKU8EGhKv4 .bottom__block {
  margin-bottom: 40px;
}
.cid-sKU8EGhKv4 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKU8EGhKv4 .card__text {
  color: #22a5e5;
}
.cid-sKU8EGhKv4 .mbr-text,
.cid-sKU8EGhKv4 .linked {
  color: #d0d0d0;
}
.cid-sKU8EGhKv4 .mbr-text,
.cid-sKU8EGhKv4 .linked {
  color: #000000;
}
.cid-sKU8EGBEQ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKU8EGBEQ9 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKU8EGBEQ9 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKU8EGBEQ9 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKU8EGBEQ9 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKU8EGBEQ9 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKU8EGBEQ9 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKU8EGBEQ9 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKU8EGBEQ9 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKU8EGBEQ9 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKU8EGBEQ9 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKU8EGBEQ9 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKU8EGBEQ9 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKU8EGBEQ9 .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-sKU8EGBEQ9 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKU8EGBEQ9 [class^="socicon-"]:before,
.cid-sKU8EGBEQ9 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKU8EGVceI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKU8EGVceI .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKUbxyTwsa {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKUc06vpuz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKUbxzswgr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKUbxzswgr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKUbxzswgr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKUbxzswgr .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKUbxzTy3g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKUbxALNsP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48jujb49P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48jujb49P .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48jujb49P .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48jujb49P .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48jujb49P .image {
  margin: auto;
}
.cid-u48jujb49P .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48jujb49P .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48jujb49P .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48jujb49P .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48jujb49P .bottom__block {
  margin-bottom: 40px;
}
.cid-u48jujb49P .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48jujb49P .card__text {
  color: #22a5e5;
}
.cid-u48jujb49P .mbr-text,
.cid-u48jujb49P .linked {
  color: #d0d0d0;
}
.cid-u48jujb49P .mbr-text,
.cid-u48jujb49P .linked {
  color: #000000;
}
.cid-sKUbxBr7CW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKUbxBr7CW .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKUbxBr7CW .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKUbxBr7CW .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKUbxBr7CW .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKUbxBr7CW .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKUbxBr7CW .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKUbxBr7CW .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKUbxBr7CW .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKUbxBr7CW .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKUbxBr7CW .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKUbxBr7CW .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKUbxBr7CW .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKUbxBr7CW .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-sKUbxBr7CW .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKUbxBr7CW [class^="socicon-"]:before,
.cid-sKUbxBr7CW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKUbxBJiaK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKUbxBJiaK .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKUiDvfrRQ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKUiDw3u7t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKUiDw3u7t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKUiDw3u7t .row {
  flex-direction: row-reverse;
}
.cid-sKUiDw3u7t img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKUiDw3u7t .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKUiDwsSJf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sKUjiSAj79 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKUjiSAj79 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKUjiSAj79 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKUjiSAj79 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKUjk0vT41 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKUiDwGZGm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKUm6BtSR8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKUm6BtSR8 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKUm6BtSR8 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKUm6BtSR8 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKUm6BtSR8 .image {
  margin: auto;
}
.cid-sKUm6BtSR8 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKUm6BtSR8 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKUm6BtSR8 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKUm6BtSR8 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKUm6BtSR8 .bottom__block {
  margin-bottom: 40px;
}
.cid-sKUm6BtSR8 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKUm6BtSR8 .card__text {
  color: #22a5e5;
}
.cid-sKUm6BtSR8 .mbr-text,
.cid-sKUm6BtSR8 .linked {
  color: #d0d0d0;
}
.cid-sKUm6BtSR8 .mbr-text,
.cid-sKUm6BtSR8 .linked {
  color: #000000;
}
.cid-sKUiDxlFwW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKUiDxlFwW .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKUiDxlFwW .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKUiDxlFwW .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKUiDxlFwW .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKUiDxlFwW .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKUiDxlFwW .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKUiDxlFwW .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKUiDxlFwW .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKUiDxlFwW .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKUiDxlFwW .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKUiDxlFwW .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKUiDxlFwW .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKUiDxlFwW .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-sKUiDxlFwW .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKUiDxlFwW [class^="socicon-"]:before,
.cid-sKUiDxlFwW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKUiDxC5SI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKUiDxC5SI .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKUn0kJUlR {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKUnndSwk4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKUn0lg402 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKUn0lg402 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKUn0lg402 .row {
  flex-direction: row-reverse;
}
.cid-sKUn0lg402 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKUn0lg402 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKUn0lFTe9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sKUn0mtnJy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKUp7MoSs8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKUp7MoSs8 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKUp7MoSs8 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKUp7MoSs8 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKUp7MoSs8 .image {
  margin: auto;
}
.cid-sKUp7MoSs8 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKUp7MoSs8 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKUp7MoSs8 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKUp7MoSs8 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKUp7MoSs8 .bottom__block {
  margin-bottom: 40px;
}
.cid-sKUp7MoSs8 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKUp7MoSs8 .card__text {
  color: #22a5e5;
}
.cid-sKUp7MoSs8 .mbr-text,
.cid-sKUp7MoSs8 .linked {
  color: #d0d0d0;
}
.cid-sKUp7MoSs8 .mbr-text,
.cid-sKUp7MoSs8 .linked {
  color: #000000;
}
.cid-sKUn0n6FDb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKUn0n6FDb .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKUn0n6FDb .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKUn0n6FDb .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKUn0n6FDb .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKUn0n6FDb .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKUn0n6FDb .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKUn0n6FDb .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKUn0n6FDb .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKUn0n6FDb .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKUn0n6FDb .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKUn0n6FDb .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKUn0n6FDb .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKUn0n6FDb .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-sKUn0n6FDb .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKUn0n6FDb [class^="socicon-"]:before,
.cid-sKUn0n6FDb [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKUn0noQwG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKUn0noQwG .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKUpLQ1uL3 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKUpLQxsDy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKUpLRpdqK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48pr8VnQd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48pr8VnQd .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48pr8VnQd .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48pr8VnQd .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48pr8VnQd .image {
  margin: auto;
}
.cid-u48pr8VnQd .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48pr8VnQd .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48pr8VnQd .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48pr8VnQd .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48pr8VnQd .bottom__block {
  margin-bottom: 40px;
}
.cid-u48pr8VnQd .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48pr8VnQd .card__text {
  color: #22a5e5;
}
.cid-u48pr8VnQd .mbr-text,
.cid-u48pr8VnQd .linked {
  color: #d0d0d0;
}
.cid-u48pr8VnQd .mbr-text,
.cid-u48pr8VnQd .linked {
  color: #000000;
}
.cid-sKUpLRXeUc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKUpLRXeUc .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKUpLRXeUc .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKUpLRXeUc .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKUpLRXeUc .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKUpLRXeUc .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKUpLRXeUc .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKUpLRXeUc .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKUpLRXeUc .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKUpLRXeUc .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKUpLRXeUc .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKUpLRXeUc .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKUpLRXeUc .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKUpLRXeUc .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-sKUpLRXeUc .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKUpLRXeUc [class^="socicon-"]:before,
.cid-sKUpLRXeUc [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKUpLSeDZR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKUpLSeDZR .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKEOY5FHV3 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEOY6cf3w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKVE1KYUVH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKVE1KYUVH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKVE1KYUVH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKVE1KYUVH .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKVE3PaweJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKVE2s6yFL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKVE2s6yFL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKVE2s6yFL .row {
  flex-direction: row-reverse;
}
.cid-sKVE2s6yFL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKVE2s6yFL .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKVE4E1JJS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKEOY6MZ3u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48rNjIwO0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48rNjIwO0 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48rNjIwO0 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48rNjIwO0 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48rNjIwO0 .image {
  margin: auto;
}
.cid-u48rNjIwO0 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48rNjIwO0 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48rNjIwO0 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48rNjIwO0 .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48rNjIwO0 .bottom__block {
  margin-bottom: 40px;
}
.cid-u48rNjIwO0 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48rNjIwO0 .card__text {
  color: #22a5e5;
}
.cid-u48rNjIwO0 .mbr-text,
.cid-u48rNjIwO0 .linked {
  color: #d0d0d0;
}
.cid-u48rNjIwO0 .mbr-text,
.cid-u48rNjIwO0 .linked {
  color: #000000;
}
.cid-sKEOY7rD6A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEOY7rD6A .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKEOY7rD6A .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKEOY7rD6A .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKEOY7rD6A .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKEOY7rD6A .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKEOY7rD6A .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKEOY7rD6A .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKEOY7rD6A .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKEOY7rD6A .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKEOY7rD6A .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKEOY7rD6A .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKEOY7rD6A .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKEOY7rD6A .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-sKEOY7rD6A .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKEOY7rD6A [class^="socicon-"]:before,
.cid-sKEOY7rD6A [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKEOY7JZSx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEOY7JZSx .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKEPqaIGgr {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEPqblxDf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEPqbCePw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-sKEPqbCePw .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sKEPqbCePw .mbr-section-title {
  margin-bottom: 1.25rem;
}
.cid-sKEPqbCePw .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-sKEPqbCePw .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-sKEPqbCePw .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sKEPqbCePw .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-sKEPqbZlcX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sKEPqchkCh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sKEPqchkCh .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sKEPqchkCh .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sKEPqchkCh .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sKEPqchkCh .image {
  margin: auto;
}
.cid-sKEPqchkCh .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sKEPqchkCh .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sKEPqchkCh .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sKEPqchkCh .linked {
    margin: 30px 0 40px;
  }
}
.cid-sKEPqchkCh .bottom__block {
  margin-bottom: 40px;
}
.cid-sKEPqchkCh .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sKEPqchkCh .card__text {
  color: #22a5e5;
}
.cid-sKEPqchkCh .mbr-text,
.cid-sKEPqchkCh .linked {
  color: #d0d0d0;
}
.cid-sKEPqchkCh .mbr-text,
.cid-sKEPqchkCh .linked {
  color: #000000;
}
.cid-sKEPqcEMOq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEPqcEMOq .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKEPqcEMOq .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKEPqcEMOq .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKEPqcEMOq .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKEPqcEMOq .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKEPqcEMOq .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKEPqcEMOq .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKEPqcEMOq .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKEPqcEMOq .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKEPqcEMOq .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKEPqcEMOq .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKEPqcEMOq .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKEPqcEMOq .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-sKEPqcEMOq .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKEPqcEMOq [class^="socicon-"]:before,
.cid-sKEPqcEMOq [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKEPqd35MT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKEPqd35MT .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKVHFisnYQ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKVHFj40Jt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKVMJ1Qxag {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKVMJ1Qxag .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKVMJ1Qxag img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKVMJ1Qxag .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKVLApYwFz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKVO50acvr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKVO50acvr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKVO50acvr .row {
  flex-direction: row-reverse;
}
.cid-sKVO50acvr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKVO50acvr .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKVJLcUaYd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKVJLcUaYd .mbr-text {
  color: #000000;
}
.cid-sKVTCbWHKF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKVTCbWHKF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKVTCbWHKF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKVTCbWHKF .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKVOKfyzZN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKVXoZocXJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKVXoZocXJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKVXoZocXJ .row {
  flex-direction: row-reverse;
}
.cid-sKVXoZocXJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKVXoZocXJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKVOMxU2RE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKVZ1etZBC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKVZ1etZBC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKVZ1etZBC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKVZ1etZBC .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKVOOXzLUe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sKW01Nq8OL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKW01Nq8OL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKW01Nq8OL .row {
  flex-direction: row-reverse;
}
.cid-sKW01Nq8OL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKW01Nq8OL .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKVOQCMFaH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKW0UYiivi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKW0UYiivi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKW0UYiivi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKW0UYiivi .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKVOSgCweY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKW1QV4ACg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKW1QV4ACg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKW1QV4ACg .row {
  flex-direction: row-reverse;
}
.cid-sKW1QV4ACg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKW1QV4ACg .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKVTUncJ13 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKVTUncJ13 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKVTUncJ13 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKVTUncJ13 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKWgcFapiE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKWgcFapiE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKWgcFapiE .row {
  flex-direction: row-reverse;
}
.cid-sKWgcFapiE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKWgcFapiE .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKWhoJVPIP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKWhoJVPIP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKWhoJVPIP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKWhoJVPIP .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKWjj6uQGN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKWjj6uQGN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKWjj6uQGN .row {
  flex-direction: row-reverse;
}
.cid-sKWjj6uQGN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKWjj6uQGN .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKVU5LtzaC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sKVHFkv7Vo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48s2n3FJt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48s2n3FJt .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48s2n3FJt .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48s2n3FJt .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48s2n3FJt .image {
  margin: auto;
}
.cid-u48s2n3FJt .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48s2n3FJt .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48s2n3FJt .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48s2n3FJt .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48s2n3FJt .bottom__block {
  margin-bottom: 40px;
}
.cid-u48s2n3FJt .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48s2n3FJt .card__text {
  color: #22a5e5;
}
.cid-u48s2n3FJt .mbr-text,
.cid-u48s2n3FJt .linked {
  color: #d0d0d0;
}
.cid-u48s2n3FJt .mbr-text,
.cid-u48s2n3FJt .linked {
  color: #000000;
}
.cid-sKVHFl7BIN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKVHFl7BIN .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKVHFl7BIN .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKVHFl7BIN .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKVHFl7BIN .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKVHFl7BIN .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKVHFl7BIN .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKVHFl7BIN .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKVHFl7BIN .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKVHFl7BIN .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKVHFl7BIN .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKVHFl7BIN .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKVHFl7BIN .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKVHFl7BIN .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-sKVHFl7BIN .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKVHFl7BIN [class^="socicon-"]:before,
.cid-sKVHFl7BIN [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKVHFloABt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKVHFloABt .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sKWAzzyoMg {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKWAzA63La {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKWAzAnBZ7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKWAzAnBZ7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKWAzAnBZ7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKWAzAnBZ7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sKWAzB0t9c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKWAzB0t9c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKWAzB0t9c .row {
  flex-direction: row-reverse;
}
.cid-sKWAzB0t9c img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKWAzB0t9c .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL1tDZpQaQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL1tDZpQaQ .mbr-text {
  color: #e43f3f;
}
.cid-sKWAzBxKo1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48rUUVwql {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48rUUVwql .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48rUUVwql .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48rUUVwql .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48rUUVwql .image {
  margin: auto;
}
.cid-u48rUUVwql .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48rUUVwql .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48rUUVwql .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48rUUVwql .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48rUUVwql .bottom__block {
  margin-bottom: 40px;
}
.cid-u48rUUVwql .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48rUUVwql .card__text {
  color: #22a5e5;
}
.cid-u48rUUVwql .mbr-text,
.cid-u48rUUVwql .linked {
  color: #d0d0d0;
}
.cid-u48rUUVwql .mbr-text,
.cid-u48rUUVwql .linked {
  color: #000000;
}
.cid-sKWAzCd7IW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKWAzCd7IW .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sKWAzCd7IW .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sKWAzCd7IW .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sKWAzCd7IW .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sKWAzCd7IW .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sKWAzCd7IW .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sKWAzCd7IW .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sKWAzCd7IW .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sKWAzCd7IW .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sKWAzCd7IW .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sKWAzCd7IW .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sKWAzCd7IW .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sKWAzCd7IW .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-sKWAzCd7IW .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sKWAzCd7IW [class^="socicon-"]:before,
.cid-sKWAzCd7IW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKWAzCuLdK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sKWAzCuLdK .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL24SbCxjy {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL24SccRId {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL24ScsCvZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL24ScsCvZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL24ScsCvZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL24ScsCvZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL26IR8YPE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL24Sj4TdW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL28jJqmde {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL28jJqmde .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL28jJqmde .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL28jJqmde .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL28jJqmde .image {
  margin: auto;
}
.cid-sL28jJqmde .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL28jJqmde .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL28jJqmde .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL28jJqmde .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL28jJqmde .bottom__block {
  margin-bottom: 40px;
}
.cid-sL28jJqmde .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL28jJqmde .card__text {
  color: #22a5e5;
}
.cid-sL28jJqmde .mbr-text,
.cid-sL28jJqmde .linked {
  color: #d0d0d0;
}
.cid-sL28jJqmde .mbr-text,
.cid-sL28jJqmde .linked {
  color: #000000;
}
.cid-sL24SjMRYb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL24SjMRYb .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL24SjMRYb .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL24SjMRYb .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL24SjMRYb .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL24SjMRYb .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL24SjMRYb .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL24SjMRYb .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL24SjMRYb .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL24SjMRYb .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL24SjMRYb .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL24SjMRYb .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL24SjMRYb .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL24SjMRYb .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-sL24SjMRYb .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL24SjMRYb [class^="socicon-"]:before,
.cid-sL24SjMRYb [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL24SkaeRO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL24SkaeRO .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL29jVVIAM {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL29jWvAqT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL29jWM9EA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL29jWM9EA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL29jWM9EA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL29jWM9EA .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL29jXra4Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48vjQ0HFS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48vjQ0HFS .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48vjQ0HFS .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48vjQ0HFS .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48vjQ0HFS .image {
  margin: auto;
}
.cid-u48vjQ0HFS .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48vjQ0HFS .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48vjQ0HFS .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48vjQ0HFS .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48vjQ0HFS .bottom__block {
  margin-bottom: 40px;
}
.cid-u48vjQ0HFS .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48vjQ0HFS .card__text {
  color: #22a5e5;
}
.cid-u48vjQ0HFS .mbr-text,
.cid-u48vjQ0HFS .linked {
  color: #d0d0d0;
}
.cid-u48vjQ0HFS .mbr-text,
.cid-u48vjQ0HFS .linked {
  color: #000000;
}
.cid-sL29jY740S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL29jY740S .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL29jY740S .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL29jY740S .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL29jY740S .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL29jY740S .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL29jY740S .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL29jY740S .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL29jY740S .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL29jY740S .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL29jY740S .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL29jY740S .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL29jY740S .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL29jY740S .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-sL29jY740S .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL29jY740S [class^="socicon-"]:before,
.cid-sL29jY740S [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL29jYoCjE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL29jYoCjE .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL1ucsW5i0 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL1ucttHKE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL1uctHSFY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-sL1uctHSFY .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sL1uctHSFY .mbr-section-title {
  margin-bottom: 1.25rem;
}
.cid-sL1uctHSFY .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-sL1uctHSFY .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-sL1uctHSFY .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sL1uctHSFY .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-sL1uctZpsT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL1ucufx9O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL1ucufx9O .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL1ucufx9O .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL1ucufx9O .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL1ucufx9O .image {
  margin: auto;
}
.cid-sL1ucufx9O .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL1ucufx9O .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL1ucufx9O .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL1ucufx9O .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL1ucufx9O .bottom__block {
  margin-bottom: 40px;
}
.cid-sL1ucufx9O .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL1ucufx9O .card__text {
  color: #22a5e5;
}
.cid-sL1ucufx9O .mbr-text,
.cid-sL1ucufx9O .linked {
  color: #d0d0d0;
}
.cid-sL1ucufx9O .mbr-text,
.cid-sL1ucufx9O .linked {
  color: #000000;
}
.cid-sL1ucuz4Jk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL1ucuz4Jk .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL1ucuz4Jk .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL1ucuz4Jk .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL1ucuz4Jk .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL1ucuz4Jk .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL1ucuz4Jk .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL1ucuz4Jk .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL1ucuz4Jk .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL1ucuz4Jk .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL1ucuz4Jk .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL1ucuz4Jk .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL1ucuz4Jk .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL1ucuz4Jk .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-sL1ucuz4Jk .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL1ucuz4Jk [class^="socicon-"]:before,
.cid-sL1ucuz4Jk [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL1ucuPDav {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL1ucuPDav .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL2biDugCu {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2biE4tfa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2cKWvtio {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL2biELuPg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL2biF5gVn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL2biF5gVn .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL2biF5gVn .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL2biF5gVn .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL2biF5gVn .image {
  margin: auto;
}
.cid-sL2biF5gVn .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL2biF5gVn .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL2biF5gVn .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL2biF5gVn .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL2biF5gVn .bottom__block {
  margin-bottom: 40px;
}
.cid-sL2biF5gVn .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL2biF5gVn .card__text {
  color: #22a5e5;
}
.cid-sL2biF5gVn .mbr-text,
.cid-sL2biF5gVn .linked {
  color: #d0d0d0;
}
.cid-sL2biF5gVn .mbr-text,
.cid-sL2biF5gVn .linked {
  color: #000000;
}
.cid-sL2biFp6zW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2biFp6zW .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL2biFp6zW .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL2biFp6zW .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL2biFp6zW .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL2biFp6zW .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL2biFp6zW .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL2biFp6zW .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL2biFp6zW .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL2biFp6zW .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL2biFp6zW .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL2biFp6zW .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL2biFp6zW .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL2biFp6zW .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-sL2biFp6zW .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL2biFp6zW [class^="socicon-"]:before,
.cid-sL2biFp6zW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL2biFKRQI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2biFKRQI .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL2hkAw90s {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2hkB809E {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2il3xGXz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL2il3xGXz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL2il3xGXz .row {
  flex-direction: row-reverse;
}
.cid-sL2il3xGXz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL2il3xGXz .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL2juVQixU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL2hkBGr2T {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48ybv4wl3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48ybv4wl3 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48ybv4wl3 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48ybv4wl3 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48ybv4wl3 .image {
  margin: auto;
}
.cid-u48ybv4wl3 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48ybv4wl3 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48ybv4wl3 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48ybv4wl3 .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48ybv4wl3 .bottom__block {
  margin-bottom: 40px;
}
.cid-u48ybv4wl3 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48ybv4wl3 .card__text {
  color: #22a5e5;
}
.cid-u48ybv4wl3 .mbr-text,
.cid-u48ybv4wl3 .linked {
  color: #d0d0d0;
}
.cid-u48ybv4wl3 .mbr-text,
.cid-u48ybv4wl3 .linked {
  color: #000000;
}
.cid-sL2hkClyGn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2hkClyGn .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL2hkClyGn .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL2hkClyGn .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL2hkClyGn .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL2hkClyGn .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL2hkClyGn .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL2hkClyGn .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL2hkClyGn .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL2hkClyGn .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL2hkClyGn .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL2hkClyGn .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL2hkClyGn .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL2hkClyGn .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-sL2hkClyGn .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL2hkClyGn [class^="socicon-"]:before,
.cid-sL2hkClyGn [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL2hkCEeCa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2hkCEeCa .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL1uizFTnV {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL1uiAcUVv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL1uiAr3x1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-sL1uiAr3x1 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sL1uiAr3x1 .mbr-section-title {
  margin-bottom: 1.25rem;
}
.cid-sL1uiAr3x1 .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-sL1uiAr3x1 .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-sL1uiAr3x1 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sL1uiAr3x1 .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-sL1uiAIgP3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL1uiAZoDq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL1uiAZoDq .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL1uiAZoDq .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL1uiAZoDq .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL1uiAZoDq .image {
  margin: auto;
}
.cid-sL1uiAZoDq .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL1uiAZoDq .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL1uiAZoDq .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL1uiAZoDq .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL1uiAZoDq .bottom__block {
  margin-bottom: 40px;
}
.cid-sL1uiAZoDq .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL1uiAZoDq .card__text {
  color: #22a5e5;
}
.cid-sL1uiAZoDq .mbr-text,
.cid-sL1uiAZoDq .linked {
  color: #d0d0d0;
}
.cid-sL1uiAZoDq .mbr-text,
.cid-sL1uiAZoDq .linked {
  color: #000000;
}
.cid-sL1uiBiJmf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL1uiBiJmf .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL1uiBiJmf .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL1uiBiJmf .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL1uiBiJmf .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL1uiBiJmf .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL1uiBiJmf .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL1uiBiJmf .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL1uiBiJmf .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL1uiBiJmf .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL1uiBiJmf .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL1uiBiJmf .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL1uiBiJmf .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL1uiBiJmf .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-sL1uiBiJmf .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL1uiBiJmf [class^="socicon-"]:before,
.cid-sL1uiBiJmf [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL1uiBywE3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL1uiBywE3 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL2BXCBfKY {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2BXDehqa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2BXENSpV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL2BXF8M9F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL2BXF8M9F .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL2BXF8M9F .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL2BXF8M9F .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL2BXF8M9F .image {
  margin: auto;
}
.cid-sL2BXF8M9F .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL2BXF8M9F .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL2BXF8M9F .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL2BXF8M9F .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL2BXF8M9F .bottom__block {
  margin-bottom: 40px;
}
.cid-sL2BXF8M9F .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL2BXF8M9F .card__text {
  color: #22a5e5;
}
.cid-sL2BXF8M9F .mbr-text,
.cid-sL2BXF8M9F .linked {
  color: #d0d0d0;
}
.cid-sL2BXF8M9F .mbr-text,
.cid-sL2BXF8M9F .linked {
  color: #000000;
}
.cid-sL2BXFveLT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2BXFveLT .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL2BXFveLT .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL2BXFveLT .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL2BXFveLT .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL2BXFveLT .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL2BXFveLT .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL2BXFveLT .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL2BXFveLT .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL2BXFveLT .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL2BXFveLT .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL2BXFveLT .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL2BXFveLT .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL2BXFveLT .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-sL2BXFveLT .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL2BXFveLT [class^="socicon-"]:before,
.cid-sL2BXFveLT [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL2BXFNXZk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2BXFNXZk .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL2p2FmNgI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2p2FXogH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2qljgtXJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL2qljgtXJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL2qljgtXJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL2qljgtXJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL2zXsAOM3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL2zXsAOM3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL2zXsAOM3 .row {
  flex-direction: row-reverse;
}
.cid-sL2zXsAOM3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL2zXsAOM3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL2zYyodAG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL2zYyodAG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL2zYyodAG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL2zYyodAG .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL2qmozlYz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL2p2GzLj4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL2p2GSODE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL2p2GSODE .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL2p2GSODE .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL2p2GSODE .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL2p2GSODE .image {
  margin: auto;
}
.cid-sL2p2GSODE .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL2p2GSODE .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL2p2GSODE .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL2p2GSODE .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL2p2GSODE .bottom__block {
  margin-bottom: 40px;
}
.cid-sL2p2GSODE .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL2p2GSODE .card__text {
  color: #22a5e5;
}
.cid-sL2p2GSODE .mbr-text,
.cid-sL2p2GSODE .linked {
  color: #d0d0d0;
}
.cid-sL2p2GSODE .mbr-text,
.cid-sL2p2GSODE .linked {
  color: #000000;
}
.cid-sL2p2HgMS9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2p2HgMS9 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL2p2HgMS9 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL2p2HgMS9 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL2p2HgMS9 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL2p2HgMS9 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL2p2HgMS9 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL2p2HgMS9 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL2p2HgMS9 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL2p2HgMS9 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL2p2HgMS9 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL2p2HgMS9 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL2p2HgMS9 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL2p2HgMS9 .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-sL2p2HgMS9 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL2p2HgMS9 [class^="socicon-"]:before,
.cid-sL2p2HgMS9 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL2p2HxnZQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2p2HxnZQ .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL2D2v71QU {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2D2vKZhG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2D2w0igh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL2D2w0igh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL2D2w0igh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL2D2w0igh .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL2D2x3nn1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL2D2xi2u6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL2D2xGUZb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL2D2xGUZb .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL2D2xGUZb .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL2D2xGUZb .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL2D2xGUZb .image {
  margin: auto;
}
.cid-sL2D2xGUZb .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL2D2xGUZb .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL2D2xGUZb .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL2D2xGUZb .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL2D2xGUZb .bottom__block {
  margin-bottom: 40px;
}
.cid-sL2D2xGUZb .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL2D2xGUZb .card__text {
  color: #22a5e5;
}
.cid-sL2D2xGUZb .mbr-text,
.cid-sL2D2xGUZb .linked {
  color: #d0d0d0;
}
.cid-sL2D2xGUZb .mbr-text,
.cid-sL2D2xGUZb .linked {
  color: #000000;
}
.cid-sL2D2y0mcT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2D2y0mcT .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL2D2y0mcT .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL2D2y0mcT .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL2D2y0mcT .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL2D2y0mcT .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL2D2y0mcT .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL2D2y0mcT .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL2D2y0mcT .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL2D2y0mcT .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL2D2y0mcT .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL2D2y0mcT .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL2D2y0mcT .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL2D2y0mcT .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-sL2D2y0mcT .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL2D2y0mcT [class^="socicon-"]:before,
.cid-sL2D2y0mcT [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL2D2yhXoF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2D2yhXoF .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL2KMfqFNt {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2KMg4vQD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2LppZAFt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL2LppZAFt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL2LppZAFt .row {
  flex-direction: row-reverse;
}
.cid-sL2LppZAFt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL2LppZAFt .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL2LqQRZ5Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL2MzQJaxS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL2MzQJaxS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL2MzQJaxS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL2MzQJaxS .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL2MAxyvuz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL2MAxyvuz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL2MAxyvuz .row {
  flex-direction: row-reverse;
}
.cid-sL2MAxyvuz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL2MAxyvuz .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL2MBin8hO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL2MBin8hO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL2MBin8hO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL2MBin8hO .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL2Oj8nh2m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL2Oj8nh2m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL2Oj8nh2m .row {
  flex-direction: row-reverse;
}
.cid-sL2Oj8nh2m img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL2Oj8nh2m .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL2KMgom0C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL2KMgLguj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL2KMgLguj .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL2KMgLguj .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL2KMgLguj .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL2KMgLguj .image {
  margin: auto;
}
.cid-sL2KMgLguj .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL2KMgLguj .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL2KMgLguj .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL2KMgLguj .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL2KMgLguj .bottom__block {
  margin-bottom: 40px;
}
.cid-sL2KMgLguj .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL2KMgLguj .card__text {
  color: #22a5e5;
}
.cid-sL2KMgLguj .mbr-text,
.cid-sL2KMgLguj .linked {
  color: #d0d0d0;
}
.cid-sL2KMgLguj .mbr-text,
.cid-sL2KMgLguj .linked {
  color: #000000;
}
.cid-sL2KMhg67e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2KMhg67e .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL2KMhg67e .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL2KMhg67e .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL2KMhg67e .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL2KMhg67e .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL2KMhg67e .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL2KMhg67e .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL2KMhg67e .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL2KMhg67e .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL2KMhg67e .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL2KMhg67e .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL2KMhg67e .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL2KMhg67e .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-sL2KMhg67e .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL2KMhg67e [class^="socicon-"]:before,
.cid-sL2KMhg67e [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL2KMhy5cF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2KMhy5cF .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL2RCkz7Hb {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2RClfRzC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2RClweVB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL2RClweVB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL2RClweVB .row {
  flex-direction: row-reverse;
}
.cid-sL2RClweVB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL2RClweVB .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL2RClWSaO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL2RCnHNdZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48Egrk2mv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48Egrk2mv .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48Egrk2mv .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48Egrk2mv .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48Egrk2mv .image {
  margin: auto;
}
.cid-u48Egrk2mv .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48Egrk2mv .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48Egrk2mv .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48Egrk2mv .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48Egrk2mv .bottom__block {
  margin-bottom: 40px;
}
.cid-u48Egrk2mv .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48Egrk2mv .card__text {
  color: #22a5e5;
}
.cid-u48Egrk2mv .mbr-text,
.cid-u48Egrk2mv .linked {
  color: #d0d0d0;
}
.cid-u48Egrk2mv .mbr-text,
.cid-u48Egrk2mv .linked {
  color: #000000;
}
.cid-sL2RCoscNf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2RCoscNf .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL2RCoscNf .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL2RCoscNf .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL2RCoscNf .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL2RCoscNf .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL2RCoscNf .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL2RCoscNf .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL2RCoscNf .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL2RCoscNf .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL2RCoscNf .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL2RCoscNf .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL2RCoscNf .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL2RCoscNf .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-sL2RCoscNf .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL2RCoscNf [class^="socicon-"]:before,
.cid-sL2RCoscNf [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL2RCoNI9D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2RCoNI9D .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL2XBfmgls {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2XBfZVyk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2XBgfJE6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL2XBgfJE6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL2XBgfJE6 .row {
  flex-direction: row-reverse;
}
.cid-sL2XBgfJE6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL2XBgfJE6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL2XBgFvLU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL2XBgTgMl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48EuQBltq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48EuQBltq .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48EuQBltq .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48EuQBltq .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48EuQBltq .image {
  margin: auto;
}
.cid-u48EuQBltq .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48EuQBltq .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48EuQBltq .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48EuQBltq .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48EuQBltq .bottom__block {
  margin-bottom: 40px;
}
.cid-u48EuQBltq .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48EuQBltq .card__text {
  color: #22a5e5;
}
.cid-u48EuQBltq .mbr-text,
.cid-u48EuQBltq .linked {
  color: #d0d0d0;
}
.cid-u48EuQBltq .mbr-text,
.cid-u48EuQBltq .linked {
  color: #000000;
}
.cid-sL2XBhAvxx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2XBhAvxx .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL2XBhAvxx .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL2XBhAvxx .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL2XBhAvxx .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL2XBhAvxx .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL2XBhAvxx .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL2XBhAvxx .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL2XBhAvxx .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL2XBhAvxx .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL2XBhAvxx .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL2XBhAvxx .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL2XBhAvxx .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL2XBhAvxx .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-sL2XBhAvxx .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL2XBhAvxx [class^="socicon-"]:before,
.cid-sL2XBhAvxx [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL2XBhRJ0C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL2XBhRJ0C .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL34cLlTu5 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL34cLTbwB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLNc8MSdXq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLNc8MSdXq .mbr-text {
  text-align: right;
}
.cid-sL34cMq4Qm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL34cMK0cI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL34cMK0cI .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL34cMK0cI .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL34cMK0cI .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL34cMK0cI .image {
  margin: auto;
}
.cid-sL34cMK0cI .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL34cMK0cI .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL34cMK0cI .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL34cMK0cI .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL34cMK0cI .bottom__block {
  margin-bottom: 40px;
}
.cid-sL34cMK0cI .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL34cMK0cI .card__text {
  color: #22a5e5;
}
.cid-sL34cMK0cI .mbr-text,
.cid-sL34cMK0cI .linked {
  color: #d0d0d0;
}
.cid-sL34cMK0cI .mbr-text,
.cid-sL34cMK0cI .linked {
  color: #000000;
}
.cid-sL34cN4AVl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL34cN4AVl .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL34cN4AVl .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL34cN4AVl .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL34cN4AVl .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL34cN4AVl .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL34cN4AVl .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL34cN4AVl .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL34cN4AVl .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL34cN4AVl .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL34cN4AVl .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL34cN4AVl .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL34cN4AVl .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL34cN4AVl .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-sL34cN4AVl .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL34cN4AVl [class^="socicon-"]:before,
.cid-sL34cN4AVl [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL34cNlAT5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL34cNlAT5 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL3drmF6zh {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3drnaQxR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLNd3eATnF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLNd3eATnF .mbr-text {
  text-align: right;
}
.cid-sL3drnqM8p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL3drnMFYR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL3drnMFYR .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL3drnMFYR .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL3drnMFYR .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL3drnMFYR .image {
  margin: auto;
}
.cid-sL3drnMFYR .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL3drnMFYR .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL3drnMFYR .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL3drnMFYR .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL3drnMFYR .bottom__block {
  margin-bottom: 40px;
}
.cid-sL3drnMFYR .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL3drnMFYR .card__text {
  color: #22a5e5;
}
.cid-sL3drnMFYR .mbr-text,
.cid-sL3drnMFYR .linked {
  color: #d0d0d0;
}
.cid-sL3drnMFYR .mbr-text,
.cid-sL3drnMFYR .linked {
  color: #000000;
}
.cid-sL3dro5gSu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3dro5gSu .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL3dro5gSu .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL3dro5gSu .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL3dro5gSu .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL3dro5gSu .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL3dro5gSu .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL3dro5gSu .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL3dro5gSu .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL3dro5gSu .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL3dro5gSu .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL3dro5gSu .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL3dro5gSu .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL3dro5gSu .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-sL3dro5gSu .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL3dro5gSu [class^="socicon-"]:before,
.cid-sL3dro5gSu [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL3drolTGS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3drolTGS .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL3fbqvBBN {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3fbr1Alq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLNdkdHrl1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLNdkdHrl1 .mbr-text {
  text-align: right;
}
.cid-sL3fbriZH1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48QPByBOr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48QPByBOr .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48QPByBOr .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48QPByBOr .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48QPByBOr .image {
  margin: auto;
}
.cid-u48QPByBOr .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48QPByBOr .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48QPByBOr .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48QPByBOr .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48QPByBOr .bottom__block {
  margin-bottom: 40px;
}
.cid-u48QPByBOr .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48QPByBOr .card__text {
  color: #22a5e5;
}
.cid-u48QPByBOr .mbr-text,
.cid-u48QPByBOr .linked {
  color: #d0d0d0;
}
.cid-u48QPByBOr .mbr-text,
.cid-u48QPByBOr .linked {
  color: #000000;
}
.cid-sL3fbs9nOA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3fbs9nOA .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL3fbs9nOA .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL3fbs9nOA .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL3fbs9nOA .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL3fbs9nOA .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL3fbs9nOA .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL3fbs9nOA .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL3fbs9nOA .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL3fbs9nOA .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL3fbs9nOA .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL3fbs9nOA .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL3fbs9nOA .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL3fbs9nOA .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-sL3fbs9nOA .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL3fbs9nOA [class^="socicon-"]:before,
.cid-sL3fbs9nOA [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL3fbspVwv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3fbspVwv .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL3h5NmZa7 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3h5NSlXT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLNdvDzyqo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLNdvDzyqo .mbr-text {
  text-align: right;
}
.cid-sL3h5ObohH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48QWlM5gv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48QWlM5gv .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48QWlM5gv .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48QWlM5gv .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48QWlM5gv .image {
  margin: auto;
}
.cid-u48QWlM5gv .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48QWlM5gv .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48QWlM5gv .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48QWlM5gv .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48QWlM5gv .bottom__block {
  margin-bottom: 40px;
}
.cid-u48QWlM5gv .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48QWlM5gv .card__text {
  color: #22a5e5;
}
.cid-u48QWlM5gv .mbr-text,
.cid-u48QWlM5gv .linked {
  color: #d0d0d0;
}
.cid-u48QWlM5gv .mbr-text,
.cid-u48QWlM5gv .linked {
  color: #000000;
}
.cid-sL3h5OTuPK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3h5OTuPK .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL3h5OTuPK .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL3h5OTuPK .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL3h5OTuPK .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL3h5OTuPK .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL3h5OTuPK .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL3h5OTuPK .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL3h5OTuPK .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL3h5OTuPK .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL3h5OTuPK .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL3h5OTuPK .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL3h5OTuPK .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL3h5OTuPK .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-sL3h5OTuPK .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL3h5OTuPK [class^="socicon-"]:before,
.cid-sL3h5OTuPK [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL3h5PaE1I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3h5PaE1I .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL3jQEst3e {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3jQF6Gcq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3jQFmEJL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48R3PRKHP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48R3PRKHP .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48R3PRKHP .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48R3PRKHP .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48R3PRKHP .image {
  margin: auto;
}
.cid-u48R3PRKHP .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48R3PRKHP .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48R3PRKHP .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48R3PRKHP .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48R3PRKHP .bottom__block {
  margin-bottom: 40px;
}
.cid-u48R3PRKHP .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48R3PRKHP .card__text {
  color: #22a5e5;
}
.cid-u48R3PRKHP .mbr-text,
.cid-u48R3PRKHP .linked {
  color: #d0d0d0;
}
.cid-u48R3PRKHP .mbr-text,
.cid-u48R3PRKHP .linked {
  color: #000000;
}
.cid-sL3jQG9gvF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3jQG9gvF .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL3jQG9gvF .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL3jQG9gvF .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL3jQG9gvF .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL3jQG9gvF .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL3jQG9gvF .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL3jQG9gvF .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL3jQG9gvF .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL3jQG9gvF .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL3jQG9gvF .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL3jQG9gvF .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL3jQG9gvF .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL3jQG9gvF .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-sL3jQG9gvF .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL3jQG9gvF [class^="socicon-"]:before,
.cid-sL3jQG9gvF [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL3jQGqi0Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3jQGqi0Q .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL3tPqR33M {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3tPrsNP8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3vhWV69C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sL3vhWV69C .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sL3vhWV69C .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sL3vhWV69C .table-wrapper {
  margin: 0 auto;
}
.cid-sL3vhWV69C table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sL3vhWV69C table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #66458e;
  color: white;
  vertical-align: middle;
}
.cid-sL3vhWV69C table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sL3vhWV69C .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sL3vhWV69C .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sL3vhWV69C .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sL3vhWV69C .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-sL3vhWV69C .dataTables_wrapper {
  display: block;
}
.cid-sL3vhWV69C .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sL3vhWV69C .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sL3vhWV69C .head-item:after,
.cid-sL3vhWV69C .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 992px) {
  .cid-sL3vhWV69C .dataTables_filter {
    text-align: center;
  }
  .cid-sL3vhWV69C .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-sL3vhWV69C .dataTables_filter {
    text-align: center;
  }
  .cid-sL3vhWV69C .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-sL3vhWV69C table th,
  .cid-sL3vhWV69C table td {
    padding: .75rem;
  }
}
.cid-sL3zNReLZ7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3zLqGjZf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sL3zLqGjZf .mbr-section-subtitle {
  color: #767676;
}
.cid-sL3zLqGjZf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sL3zLqGjZf .table-wrapper {
  margin: 0 auto;
}
.cid-sL3zLqGjZf table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sL3zLqGjZf table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #66458e;
  color: white;
  vertical-align: middle;
}
.cid-sL3zLqGjZf table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sL3zLqGjZf .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sL3zLqGjZf .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sL3zLqGjZf .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sL3zLqGjZf .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-sL3zLqGjZf .dataTables_wrapper {
  display: block;
}
.cid-sL3zLqGjZf .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sL3zLqGjZf .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sL3zLqGjZf .head-item:after,
.cid-sL3zLqGjZf .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 992px) {
  .cid-sL3zLqGjZf .dataTables_filter {
    text-align: center;
  }
  .cid-sL3zLqGjZf .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-sL3zLqGjZf .dataTables_filter {
    text-align: center;
  }
  .cid-sL3zLqGjZf .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-sL3zLqGjZf table th,
  .cid-sL3zLqGjZf table td {
    padding: .75rem;
  }
}
.cid-sL3zOJlRgA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL3tPs6Lhs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48HwrqUAv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48HwrqUAv .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48HwrqUAv .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48HwrqUAv .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48HwrqUAv .image {
  margin: auto;
}
.cid-u48HwrqUAv .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48HwrqUAv .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48HwrqUAv .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48HwrqUAv .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48HwrqUAv .bottom__block {
  margin-bottom: 40px;
}
.cid-u48HwrqUAv .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48HwrqUAv .card__text {
  color: #22a5e5;
}
.cid-u48HwrqUAv .mbr-text,
.cid-u48HwrqUAv .linked {
  color: #d0d0d0;
}
.cid-u48HwrqUAv .mbr-text,
.cid-u48HwrqUAv .linked {
  color: #000000;
}
.cid-sL3tPsM5f7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3tPsM5f7 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL3tPsM5f7 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL3tPsM5f7 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL3tPsM5f7 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL3tPsM5f7 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL3tPsM5f7 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL3tPsM5f7 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL3tPsM5f7 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL3tPsM5f7 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL3tPsM5f7 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL3tPsM5f7 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL3tPsM5f7 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL3tPsM5f7 .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-sL3tPsM5f7 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL3tPsM5f7 [class^="socicon-"]:before,
.cid-sL3tPsM5f7 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL3tPt3ZDT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3tPt3ZDT .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL1uqaOT8I {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL1uqbkaeK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL1uqbyEVY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-sL1uqbyEVY .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sL1uqbyEVY .mbr-section-title {
  margin-bottom: 1.25rem;
}
.cid-sL1uqbyEVY .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-sL1uqbyEVY .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-sL1uqbyEVY .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sL1uqbyEVY .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-sL1uqbTAuu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL1uqc9T1H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL1uqc9T1H .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL1uqc9T1H .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL1uqc9T1H .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL1uqc9T1H .image {
  margin: auto;
}
.cid-sL1uqc9T1H .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL1uqc9T1H .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL1uqc9T1H .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL1uqc9T1H .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL1uqc9T1H .bottom__block {
  margin-bottom: 40px;
}
.cid-sL1uqc9T1H .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL1uqc9T1H .card__text {
  color: #22a5e5;
}
.cid-sL1uqc9T1H .mbr-text,
.cid-sL1uqc9T1H .linked {
  color: #d0d0d0;
}
.cid-sL1uqc9T1H .mbr-text,
.cid-sL1uqc9T1H .linked {
  color: #000000;
}
.cid-sL1uqcuwBg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL1uqcuwBg .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL1uqcuwBg .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL1uqcuwBg .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL1uqcuwBg .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL1uqcuwBg .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL1uqcuwBg .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL1uqcuwBg .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL1uqcuwBg .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL1uqcuwBg .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL1uqcuwBg .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL1uqcuwBg .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL1uqcuwBg .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL1uqcuwBg .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-sL1uqcuwBg .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL1uqcuwBg [class^="socicon-"]:before,
.cid-sL1uqcuwBg [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL1uqcKswJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL1uqcKswJ .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL3DHEa242 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3EmRL9TS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3EmRL9TS .mbr-text {
  color: #e43f3f;
}
.cid-sL3DHEL5IW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3F8BBPdy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL3F8BBPdy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL3F8BBPdy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL3F8BBPdy .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL3DHGGbgM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3DHHT70e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL3DHIfnzl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL3DHIfnzl .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL3DHIfnzl .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL3DHIfnzl .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL3DHIfnzl .image {
  margin: auto;
}
.cid-sL3DHIfnzl .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL3DHIfnzl .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL3DHIfnzl .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL3DHIfnzl .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL3DHIfnzl .bottom__block {
  margin-bottom: 40px;
}
.cid-sL3DHIfnzl .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL3DHIfnzl .card__text {
  color: #22a5e5;
}
.cid-sL3DHIfnzl .mbr-text,
.cid-sL3DHIfnzl .linked {
  color: #d0d0d0;
}
.cid-sL3DHIfnzl .mbr-text,
.cid-sL3DHIfnzl .linked {
  color: #000000;
}
.cid-sL3DHIByMv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3DHIByMv .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL3DHIByMv .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL3DHIByMv .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL3DHIByMv .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL3DHIByMv .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL3DHIByMv .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL3DHIByMv .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL3DHIByMv .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL3DHIByMv .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL3DHIByMv .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL3DHIByMv .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL3DHIByMv .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL3DHIByMv .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-sL3DHIByMv .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL3DHIByMv [class^="socicon-"]:before,
.cid-sL3DHIByMv [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL3DHITipr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL3DHITipr .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL5yrSHFZV {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5CPjusxr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL5CPjusxr .row {
  flex-direction: row-reverse;
}
.cid-sL5CPjusxr .video-wrapper iframe {
  width: 100%;
}
.cid-sL5CPjusxr .mbr-section-title,
.cid-sL5CPjusxr .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sL5CPjusxr .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL5yrTCVfF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5yrUDZJ6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL5yrV1wZT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL5yrV1wZT .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL5yrV1wZT .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL5yrV1wZT .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL5yrV1wZT .image {
  margin: auto;
}
.cid-sL5yrV1wZT .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL5yrV1wZT .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL5yrV1wZT .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL5yrV1wZT .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL5yrV1wZT .bottom__block {
  margin-bottom: 40px;
}
.cid-sL5yrV1wZT .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL5yrV1wZT .card__text {
  color: #22a5e5;
}
.cid-sL5yrV1wZT .mbr-text,
.cid-sL5yrV1wZT .linked {
  color: #d0d0d0;
}
.cid-sL5yrV1wZT .mbr-text,
.cid-sL5yrV1wZT .linked {
  color: #000000;
}
.cid-sL5yrVmqJi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5yrVmqJi .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL5yrVmqJi .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL5yrVmqJi .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL5yrVmqJi .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL5yrVmqJi .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL5yrVmqJi .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL5yrVmqJi .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL5yrVmqJi .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL5yrVmqJi .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL5yrVmqJi .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL5yrVmqJi .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL5yrVmqJi .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL5yrVmqJi .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-sL5yrVmqJi .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL5yrVmqJi [class^="socicon-"]:before,
.cid-sL5yrVmqJi [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL5yrVKok1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5yrVKok1 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL5H1U3TzW {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5H1Vcgp2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5HvDTvey {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL5HvDTvey .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL5HvDTvey img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL5HvDTvey .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL5Hzn1BX3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL5HwfpRPI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL5HwfpRPI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL5HwfpRPI .row {
  flex-direction: row-reverse;
}
.cid-sL5HwfpRPI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL5HwfpRPI .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL5HA7zkcF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5HwYcmMV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL5HwYcmMV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL5HwYcmMV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL5HwYcmMV .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL5HARMhn3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5JWcUsnz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL5JWcUsnz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL5JWcUsnz .row {
  flex-direction: row-reverse;
}
.cid-sL5JWcUsnz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL5JWcUsnz .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL5JXznp3I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5H1VrYVx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48MzdgmhU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48MzdgmhU .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48MzdgmhU .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48MzdgmhU .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48MzdgmhU .image {
  margin: auto;
}
.cid-u48MzdgmhU .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48MzdgmhU .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48MzdgmhU .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48MzdgmhU .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48MzdgmhU .bottom__block {
  margin-bottom: 40px;
}
.cid-u48MzdgmhU .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48MzdgmhU .card__text {
  color: #22a5e5;
}
.cid-u48MzdgmhU .mbr-text,
.cid-u48MzdgmhU .linked {
  color: #d0d0d0;
}
.cid-u48MzdgmhU .mbr-text,
.cid-u48MzdgmhU .linked {
  color: #000000;
}
.cid-sL5H1W9R1h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5H1W9R1h .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL5H1W9R1h .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL5H1W9R1h .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL5H1W9R1h .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL5H1W9R1h .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL5H1W9R1h .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL5H1W9R1h .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL5H1W9R1h .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL5H1W9R1h .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL5H1W9R1h .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL5H1W9R1h .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL5H1W9R1h .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL5H1W9R1h .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-sL5H1W9R1h .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL5H1W9R1h [class^="socicon-"]:before,
.cid-sL5H1W9R1h [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL5H1Wrk7q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5H1Wrk7q .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL5Le3n2D5 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5Le3YLHY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5Le6Z5Ut {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48MHOY6Qz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48MHOY6Qz .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48MHOY6Qz .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48MHOY6Qz .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48MHOY6Qz .image {
  margin: auto;
}
.cid-u48MHOY6Qz .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48MHOY6Qz .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48MHOY6Qz .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48MHOY6Qz .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48MHOY6Qz .bottom__block {
  margin-bottom: 40px;
}
.cid-u48MHOY6Qz .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48MHOY6Qz .card__text {
  color: #22a5e5;
}
.cid-u48MHOY6Qz .mbr-text,
.cid-u48MHOY6Qz .linked {
  color: #d0d0d0;
}
.cid-u48MHOY6Qz .mbr-text,
.cid-u48MHOY6Qz .linked {
  color: #000000;
}
.cid-sL5Le7KGYe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5Le7KGYe .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL5Le7KGYe .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL5Le7KGYe .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL5Le7KGYe .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL5Le7KGYe .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL5Le7KGYe .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL5Le7KGYe .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL5Le7KGYe .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL5Le7KGYe .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL5Le7KGYe .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL5Le7KGYe .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL5Le7KGYe .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL5Le7KGYe .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-sL5Le7KGYe .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL5Le7KGYe [class^="socicon-"]:before,
.cid-sL5Le7KGYe [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL5Le84QXF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5Le84QXF .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL5PfDIV7X {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5PfElRJN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5PRl7MI8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL5PRl7MI8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL5PRl7MI8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL5PRl7MI8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL5PSWDemP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5PTRzHgN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL5PTRzHgN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL5PTRzHgN .row {
  flex-direction: row-reverse;
}
.cid-sL5PTRzHgN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL5PTRzHgN .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL5PUx2GTk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5PfECWvk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL5PfF0hQb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL5PfF0hQb .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL5PfF0hQb .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL5PfF0hQb .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL5PfF0hQb .image {
  margin: auto;
}
.cid-sL5PfF0hQb .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL5PfF0hQb .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL5PfF0hQb .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL5PfF0hQb .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL5PfF0hQb .bottom__block {
  margin-bottom: 40px;
}
.cid-sL5PfF0hQb .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL5PfF0hQb .card__text {
  color: #22a5e5;
}
.cid-sL5PfF0hQb .mbr-text,
.cid-sL5PfF0hQb .linked {
  color: #d0d0d0;
}
.cid-sL5PfF0hQb .mbr-text,
.cid-sL5PfF0hQb .linked {
  color: #000000;
}
.cid-sL5PfFvYYV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5PfFvYYV .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL5PfFvYYV .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL5PfFvYYV .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL5PfFvYYV .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL5PfFvYYV .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL5PfFvYYV .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL5PfFvYYV .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL5PfFvYYV .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL5PfFvYYV .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL5PfFvYYV .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL5PfFvYYV .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL5PfFvYYV .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL5PfFvYYV .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-sL5PfFvYYV .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL5PfFvYYV [class^="socicon-"]:before,
.cid-sL5PfFvYYV [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL5PfFNPzG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL5PfFNPzG .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL659h1KBy {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL65Ctu2nm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL65Ctu2nm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL65Ctu2nm .row {
  flex-direction: row-reverse;
}
.cid-sL65Ctu2nm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL65Ctu2nm .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL659hzAvC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL659iu20Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL659iNXZT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL659iNXZT .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL659iNXZT .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL659iNXZT .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL659iNXZT .image {
  margin: auto;
}
.cid-sL659iNXZT .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL659iNXZT .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL659iNXZT .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL659iNXZT .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL659iNXZT .bottom__block {
  margin-bottom: 40px;
}
.cid-sL659iNXZT .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL659iNXZT .card__text {
  color: #22a5e5;
}
.cid-sL659iNXZT .mbr-text,
.cid-sL659iNXZT .linked {
  color: #d0d0d0;
}
.cid-sL659iNXZT .mbr-text,
.cid-sL659iNXZT .linked {
  color: #000000;
}
.cid-sL659j9POu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL659j9POu .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL659j9POu .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL659j9POu .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL659j9POu .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL659j9POu .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL659j9POu .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL659j9POu .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL659j9POu .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL659j9POu .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL659j9POu .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL659j9POu .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL659j9POu .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL659j9POu .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-sL659j9POu .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL659j9POu [class^="socicon-"]:before,
.cid-sL659j9POu [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL659jrkYl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL659jrkYl .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL6arN1ZCN {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL6aTOlKi8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL6arNBA9a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL6arNBA9a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL6arNBA9a .row {
  flex-direction: row-reverse;
}
.cid-sL6arNBA9a img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL6arNBA9a .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL6arO1roJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL6arOhhtJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL6c3ktbK1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL6c3ktbK1 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL6c3ktbK1 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL6c3ktbK1 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL6c3ktbK1 .image {
  margin: auto;
}
.cid-sL6c3ktbK1 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL6c3ktbK1 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL6c3ktbK1 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL6c3ktbK1 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL6c3ktbK1 .bottom__block {
  margin-bottom: 40px;
}
.cid-sL6c3ktbK1 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL6c3ktbK1 .card__text {
  color: #22a5e5;
}
.cid-sL6c3ktbK1 .mbr-text,
.cid-sL6c3ktbK1 .linked {
  color: #d0d0d0;
}
.cid-sL6c3ktbK1 .mbr-text,
.cid-sL6c3ktbK1 .linked {
  color: #000000;
}
.cid-sL6c3ktbK1 .mbr-section-title DIV {
  text-align: center;
}
.cid-sL6arOYNn7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL6arOYNn7 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL6arOYNn7 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL6arOYNn7 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL6arOYNn7 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL6arOYNn7 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL6arOYNn7 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL6arOYNn7 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL6arOYNn7 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL6arOYNn7 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL6arOYNn7 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL6arOYNn7 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL6arOYNn7 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL6arOYNn7 .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-sL6arOYNn7 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL6arOYNn7 [class^="socicon-"]:before,
.cid-sL6arOYNn7 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL6arPgWWO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL6arPgWWO .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL6qD70OsO {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL6qD7ARfG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL6qD7RPs2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL6s6bE36N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL6s6bE36N .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL6s6bE36N .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL6s6bE36N .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL6s6bE36N .image {
  margin: auto;
}
.cid-sL6s6bE36N .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL6s6bE36N .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL6s6bE36N .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL6s6bE36N .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL6s6bE36N .bottom__block {
  margin-bottom: 40px;
}
.cid-sL6s6bE36N .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL6s6bE36N .card__text {
  color: #22a5e5;
}
.cid-sL6s6bE36N .mbr-text,
.cid-sL6s6bE36N .linked {
  color: #d0d0d0;
}
.cid-sL6s6bE36N .mbr-text,
.cid-sL6s6bE36N .linked {
  color: #000000;
}
.cid-sL6qD8FNzu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL6qD8FNzu .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL6qD8FNzu .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL6qD8FNzu .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL6qD8FNzu .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL6qD8FNzu .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL6qD8FNzu .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL6qD8FNzu .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL6qD8FNzu .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL6qD8FNzu .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL6qD8FNzu .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL6qD8FNzu .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL6qD8FNzu .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL6qD8FNzu .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-sL6qD8FNzu .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL6qD8FNzu [class^="socicon-"]:before,
.cid-sL6qD8FNzu [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL6qD8WXJr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL6qD8WXJr .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL71IYp3W6 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL71J1XePD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL71J0VXK4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL71J0VXK4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL71J0VXK4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL71J0VXK4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL71J4aMfK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL71J4aMfK .mbr-text {
  color: #000000;
}
.cid-sL71J2U2YA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL71J2U2YA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL71J2U2YA .row {
  flex-direction: row-reverse;
}
.cid-sL71J2U2YA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL71J2U2YA .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL71JrzlMq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u48sc8RPhX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u48sc8RPhX .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u48sc8RPhX .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u48sc8RPhX .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u48sc8RPhX .image {
  margin: auto;
}
.cid-u48sc8RPhX .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u48sc8RPhX .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u48sc8RPhX .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u48sc8RPhX .linked {
    margin: 30px 0 40px;
  }
}
.cid-u48sc8RPhX .bottom__block {
  margin-bottom: 40px;
}
.cid-u48sc8RPhX .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u48sc8RPhX .card__text {
  color: #22a5e5;
}
.cid-u48sc8RPhX .mbr-text,
.cid-u48sc8RPhX .linked {
  color: #d0d0d0;
}
.cid-u48sc8RPhX .mbr-text,
.cid-u48sc8RPhX .linked {
  color: #000000;
}
.cid-sL71JsM352 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL71JsM352 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL71JsM352 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL71JsM352 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL71JsM352 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL71JsM352 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL71JsM352 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL71JsM352 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL71JsM352 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL71JsM352 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL71JsM352 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL71JsM352 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL71JsM352 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL71JsM352 .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-sL71JsM352 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL71JsM352 [class^="socicon-"]:before,
.cid-sL71JsM352 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL71JtrZJF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL71JtrZJF .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL7z7sLeUb {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL7z7titJF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL7z7twvvX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL7z7twvvX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL7z7twvvX .row {
  flex-direction: row-reverse;
}
.cid-sL7z7twvvX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL7z7twvvX .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL7z7tTeDN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL7z7u8DPz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3Y8kpSIpZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3Y8kpSIpZ .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3Y8kpSIpZ .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3Y8kpSIpZ .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3Y8kpSIpZ .image {
  margin: auto;
}
.cid-u3Y8kpSIpZ .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3Y8kpSIpZ .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3Y8kpSIpZ .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3Y8kpSIpZ .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3Y8kpSIpZ .bottom__block {
  margin-bottom: 40px;
}
.cid-u3Y8kpSIpZ .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3Y8kpSIpZ .card__text {
  color: #22a5e5;
}
.cid-u3Y8kpSIpZ .mbr-text,
.cid-u3Y8kpSIpZ .linked {
  color: #d0d0d0;
}
.cid-u3Y8kpSIpZ .mbr-text,
.cid-u3Y8kpSIpZ .linked {
  color: #000000;
}
.cid-sL7z7uJZbg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL7z7uJZbg .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL7z7uJZbg .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL7z7uJZbg .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL7z7uJZbg .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL7z7uJZbg .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL7z7uJZbg .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL7z7uJZbg .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL7z7uJZbg .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL7z7uJZbg .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL7z7uJZbg .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL7z7uJZbg .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL7z7uJZbg .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL7z7uJZbg .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-sL7z7uJZbg .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL7z7uJZbg [class^="socicon-"]:before,
.cid-sL7z7uJZbg [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL7z7v0hBw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL7z7v0hBw .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL7DOU3bgi {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL7DOUBDHH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL7DOUP0dQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL7DOUP0dQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL7DOUP0dQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL7DOUP0dQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL7DOVnuUC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL7FbgUmHI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL7FbgUmHI .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL7FbgUmHI .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL7FbgUmHI .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL7FbgUmHI .image {
  margin: auto;
}
.cid-sL7FbgUmHI .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL7FbgUmHI .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL7FbgUmHI .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL7FbgUmHI .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL7FbgUmHI .bottom__block {
  margin-bottom: 40px;
}
.cid-sL7FbgUmHI .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL7FbgUmHI .card__text {
  color: #22a5e5;
}
.cid-sL7FbgUmHI .mbr-text,
.cid-sL7FbgUmHI .linked {
  color: #d0d0d0;
}
.cid-sL7FbgUmHI .mbr-text,
.cid-sL7FbgUmHI .linked {
  color: #000000;
}
.cid-sL7DOVYUxW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL7DOVYUxW .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL7DOVYUxW .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL7DOVYUxW .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL7DOVYUxW .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL7DOVYUxW .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL7DOVYUxW .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL7DOVYUxW .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL7DOVYUxW .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL7DOVYUxW .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL7DOVYUxW .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL7DOVYUxW .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL7DOVYUxW .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL7DOVYUxW .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-sL7DOVYUxW .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL7DOVYUxW [class^="socicon-"]:before,
.cid-sL7DOVYUxW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL7DOWfmEv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL7DOWfmEv .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL7HpA9sYI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL7HpAHHXi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL7I928TYH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sL7I928TYH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sL7I928TYH .row {
  flex-direction: row-reverse;
}
.cid-sL7I928TYH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sL7I928TYH .text-wrapper {
    padding: 2rem;
  }
}
.cid-sL7Iab7uoE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sL7HpBaH7f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL7KoZ2rK9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL7KoZ2rK9 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL7KoZ2rK9 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL7KoZ2rK9 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL7KoZ2rK9 .image {
  margin: auto;
}
.cid-sL7KoZ2rK9 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL7KoZ2rK9 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL7KoZ2rK9 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL7KoZ2rK9 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL7KoZ2rK9 .bottom__block {
  margin-bottom: 40px;
}
.cid-sL7KoZ2rK9 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL7KoZ2rK9 .card__text {
  color: #22a5e5;
}
.cid-sL7KoZ2rK9 .mbr-text,
.cid-sL7KoZ2rK9 .linked {
  color: #d0d0d0;
}
.cid-sL7KoZ2rK9 .mbr-text,
.cid-sL7KoZ2rK9 .linked {
  color: #000000;
}
.cid-sL7HpBNMDn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL7HpBNMDn .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL7HpBNMDn .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL7HpBNMDn .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL7HpBNMDn .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL7HpBNMDn .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL7HpBNMDn .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL7HpBNMDn .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL7HpBNMDn .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL7HpBNMDn .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL7HpBNMDn .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL7HpBNMDn .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL7HpBNMDn .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL7HpBNMDn .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-sL7HpBNMDn .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL7HpBNMDn [class^="socicon-"]:before,
.cid-sL7HpBNMDn [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL7HpC5T1q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL7HpC5T1q .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sL7UqXD6Q0 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL7UqYb1Pn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL7Ur0iYK4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sL7VnQzZnH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sL7VnQzZnH .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sL7VnQzZnH .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sL7VnQzZnH .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sL7VnQzZnH .image {
  margin: auto;
}
.cid-sL7VnQzZnH .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sL7VnQzZnH .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sL7VnQzZnH .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sL7VnQzZnH .linked {
    margin: 30px 0 40px;
  }
}
.cid-sL7VnQzZnH .bottom__block {
  margin-bottom: 40px;
}
.cid-sL7VnQzZnH .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sL7VnQzZnH .card__text {
  color: #22a5e5;
}
.cid-sL7VnQzZnH .mbr-text,
.cid-sL7VnQzZnH .linked {
  color: #d0d0d0;
}
.cid-sL7VnQzZnH .mbr-text,
.cid-sL7VnQzZnH .linked {
  color: #000000;
}
.cid-sL7Ur0Ya2k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL7Ur0Ya2k .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL7Ur0Ya2k .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL7Ur0Ya2k .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL7Ur0Ya2k .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL7Ur0Ya2k .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL7Ur0Ya2k .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL7Ur0Ya2k .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL7Ur0Ya2k .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL7Ur0Ya2k .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL7Ur0Ya2k .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL7Ur0Ya2k .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL7Ur0Ya2k .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL7Ur0Ya2k .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-sL7Ur0Ya2k .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL7Ur0Ya2k [class^="socicon-"]:before,
.cid-sL7Ur0Ya2k [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL7Ur1fumO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sL7Ur1fumO .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sLpPQJbvH6 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLpPQJbvH6 .mbr-section-title {
  text-align: left;
}
.cid-sLpPQKHQGO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sLpTV52w4J {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLpTV52w4J .mbr-section-title {
  text-align: center;
}
.cid-u4u3srJngD {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4u3srJngD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4u3srJngD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4u3srJngD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u4u3srJngD .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u4u3srJngD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u4u3srJngD .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u4u3srJngD .container {
    padding: 0 16px;
  }
}
.cid-u4u3srJngD .row {
  justify-content: center;
}
.cid-u4u3srJngD .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u4u3srJngD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u4u3srJngD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u4u3srJngD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u4u3srJngD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u4u3srJngD .form-wrap {
  padding-right: 48px;
}
@media (max-width: 1200px) {
  .cid-u4u3srJngD .form-wrap {
    padding: 0;
  }
}
.cid-u4u3srJngD .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-u4u3srJngD .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-u4u3srJngD .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-u4u3srJngD .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: .5rem !important;
  background-color: transparent;
}
.cid-u4u3srJngD .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-u4u3srJngD .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-u4u3srJngD .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-u4u3srJngD .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-u4u3srJngD .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-u4u3srJngD .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-u4u3srJngD .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-u4u3srJngD .image-wrapper {
  height: 100%;
}
.cid-u4u3srJngD .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-u4u3srJngD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u4u3srJngD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u4u3srJngD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sMrwGlYKqb {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMrwGpbRSg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sMrwGpbRSg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sMrwGpbRSg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sMrwGpbRSg .text-wrapper {
    padding: 2rem;
  }
}
.cid-sMrwGsxYgK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sMrwGttzns {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sMrwGuLQnV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sMrwGuLQnV .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sMrwGuLQnV .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sMrwGuLQnV .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMrwGuLQnV .image {
  margin: auto;
}
.cid-sMrwGuLQnV .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sMrwGuLQnV .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sMrwGuLQnV .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sMrwGuLQnV .linked {
    margin: 30px 0 40px;
  }
}
.cid-sMrwGuLQnV .bottom__block {
  margin-bottom: 40px;
}
.cid-sMrwGuLQnV .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sMrwGuLQnV .card__text {
  color: #22a5e5;
}
.cid-sMrwGuLQnV .mbr-text,
.cid-sMrwGuLQnV .linked {
  color: #d0d0d0;
}
.cid-sMrwGuLQnV .mbr-text,
.cid-sMrwGuLQnV .linked {
  color: #000000;
}
.cid-sMrwGwwsUo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMrwGwwsUo .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sMrwGwwsUo .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sMrwGwwsUo .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sMrwGwwsUo .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sMrwGwwsUo .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sMrwGwwsUo .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sMrwGwwsUo .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sMrwGwwsUo .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sMrwGwwsUo .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sMrwGwwsUo .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sMrwGwwsUo .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sMrwGwwsUo .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sMrwGwwsUo .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-sMrwGwwsUo .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sMrwGwwsUo [class^="socicon-"]:before,
.cid-sMrwGwwsUo [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sMrwGzcCug {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMrwGzcCug .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sMrULmGu5l {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMrULnbB0r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sMrULnqulL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sMrULnqulL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sMrULnqulL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sMrULnqulL .text-wrapper {
    padding: 2rem;
  }
}
.cid-sMrULnQxsa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sMrULo61Ve {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sMrX1eBECC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sMrX1eBECC .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sMrX1eBECC .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sMrX1eBECC .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMrX1eBECC .image {
  margin: auto;
}
.cid-sMrX1eBECC .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sMrX1eBECC .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sMrX1eBECC .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sMrX1eBECC .linked {
    margin: 30px 0 40px;
  }
}
.cid-sMrX1eBECC .bottom__block {
  margin-bottom: 40px;
}
.cid-sMrX1eBECC .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sMrX1eBECC .card__text {
  color: #22a5e5;
}
.cid-sMrX1eBECC .mbr-text,
.cid-sMrX1eBECC .linked {
  color: #d0d0d0;
}
.cid-sMrX1eBECC .mbr-text,
.cid-sMrX1eBECC .linked {
  color: #000000;
}
.cid-sMrULoONmC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMrULoONmC .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sMrULoONmC .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sMrULoONmC .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sMrULoONmC .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sMrULoONmC .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sMrULoONmC .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sMrULoONmC .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sMrULoONmC .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sMrULoONmC .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sMrULoONmC .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sMrULoONmC .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sMrULoONmC .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sMrULoONmC .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-sMrULoONmC .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sMrULoONmC [class^="socicon-"]:before,
.cid-sMrULoONmC [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sMrULp7olw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMrULp7olw .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sMsYSYwNv0 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMt08Sv6KK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sMt0bcwWdr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sMt0bcwWdr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sMt0bcwWdr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sMt0bcwWdr .text-wrapper {
    padding: 2rem;
  }
}
.cid-sMt0cezG24 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sMtcb3GxGw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-sMtc9mHSNz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-sMtc9mHSNz .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sMtc9mHSNz .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sMtc9mHSNz .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMtc9mHSNz .image {
  margin: auto;
}
.cid-sMtc9mHSNz .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sMtc9mHSNz .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sMtc9mHSNz .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sMtc9mHSNz .linked {
    margin: 30px 0 40px;
  }
}
.cid-sMtc9mHSNz .bottom__block {
  margin-bottom: 40px;
}
.cid-sMtc9mHSNz .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-sMtc9mHSNz .card__text {
  color: #22a5e5;
}
.cid-sMtc9mHSNz .mbr-text,
.cid-sMtc9mHSNz .linked {
  color: #d0d0d0;
}
.cid-sMtc9mHSNz .mbr-text,
.cid-sMtc9mHSNz .linked {
  color: #000000;
}
.cid-sMsYT0PkdI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMsYT0PkdI .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sMsYT0PkdI .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sMsYT0PkdI .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sMsYT0PkdI .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sMsYT0PkdI .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sMsYT0PkdI .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sMsYT0PkdI .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sMsYT0PkdI .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sMsYT0PkdI .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sMsYT0PkdI .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sMsYT0PkdI .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sMsYT0PkdI .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sMsYT0PkdI .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-sMsYT0PkdI .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sMsYT0PkdI [class^="socicon-"]:before,
.cid-sMsYT0PkdI [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sMsYT17p29 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMsYT17p29 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-sRfW4dGtoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sRfW4dGtoD .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sRfW4dGtoD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRfW4dGtoD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRfW4dGtoD .navbar-caption {
  font-weight: 500;
}
.cid-sRfW4dGtoD nav.navbar {
  position: fixed;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRfW4dGtoD .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sRfW4dGtoD .dropdown-item:hover,
.cid-sRfW4dGtoD .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sRfW4dGtoD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRfW4dGtoD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRfW4dGtoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRfW4dGtoD .nav-link {
  position: relative;
}
.cid-sRfW4dGtoD .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-sRfW4dGtoD .container {
  display: flex;
  margin: auto;
}
.cid-sRfW4dGtoD .dropdown-menu,
.cid-sRfW4dGtoD .navbar.opened {
  background: #000000 !important;
}
.cid-sRfW4dGtoD .nav-item:focus,
.cid-sRfW4dGtoD .nav-link:focus {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRfW4dGtoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRfW4dGtoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRfW4dGtoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRfW4dGtoD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.opened {
  transition: all 0.3s;
}
.cid-sRfW4dGtoD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRfW4dGtoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sRfW4dGtoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar.collapsed {
  justify-content: center;
}
.cid-sRfW4dGtoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRfW4dGtoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRfW4dGtoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRfW4dGtoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRfW4dGtoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRfW4dGtoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRfW4dGtoD .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-sRfW4dGtoD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRfW4dGtoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRfW4dGtoD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRfW4dGtoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRfW4dGtoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRfW4dGtoD .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRfW4dGtoD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRfW4dGtoD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRfW4dGtoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRfW4dGtoD .dropdown-item.active,
.cid-sRfW4dGtoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sRfW4dGtoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRfW4dGtoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRfW4dGtoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRfW4dGtoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRfW4dGtoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRfW4dGtoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRfW4dGtoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRfW4dGtoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRfW4dGtoD .navbar-dropdown {
  position: fixed;
}
.cid-sRfW4dGtoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRfW4dGtoD .navbar {
    height: 70px;
  }
  .cid-sRfW4dGtoD .navbar.opened {
    height: auto;
  }
  .cid-sRfW4dGtoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-sNUZinu810 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4jEUsLuGU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4jEUsLuGU img,
.cid-u4jEUsLuGU .item-img {
  width: 100%;
}
.cid-u4jEUsLuGU .item:focus,
.cid-u4jEUsLuGU span:focus {
  outline: none;
}
.cid-u4jEUsLuGU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4jEUsLuGU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4jEUsLuGU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4jEUsLuGU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u4jEUsLuGU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4jEUsLuGU .mbr-section-title {
  color: #232323;
}
.cid-u4jEUsLuGU .mbr-text,
.cid-u4jEUsLuGU .mbr-section-btn {
  text-align: left;
}
.cid-u4jEUsLuGU .item-title {
  text-align: left;
}
.cid-u4jEUsLuGU .item-subtitle {
  text-align: left;
}
.cid-u4jF5XDZun {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4jF5XDZun img,
.cid-u4jF5XDZun .item-img {
  width: 100%;
}
.cid-u4jF5XDZun .item:focus,
.cid-u4jF5XDZun span:focus {
  outline: none;
}
.cid-u4jF5XDZun .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4jF5XDZun .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4jF5XDZun .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4jF5XDZun .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u4jF5XDZun .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4jF5XDZun .mbr-section-title {
  color: #232323;
}
.cid-u4jF5XDZun .mbr-text,
.cid-u4jF5XDZun .mbr-section-btn {
  text-align: left;
}
.cid-u4jF5XDZun .item-title {
  text-align: left;
}
.cid-u4jF5XDZun .item-subtitle {
  text-align: left;
}
.cid-u4jF9lQbLJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4jF9lQbLJ img,
.cid-u4jF9lQbLJ .item-img {
  width: 100%;
}
.cid-u4jF9lQbLJ .item:focus,
.cid-u4jF9lQbLJ span:focus {
  outline: none;
}
.cid-u4jF9lQbLJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4jF9lQbLJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4jF9lQbLJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4jF9lQbLJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u4jF9lQbLJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4jF9lQbLJ .mbr-section-title {
  color: #232323;
}
.cid-u4jF9lQbLJ .mbr-text,
.cid-u4jF9lQbLJ .mbr-section-btn {
  text-align: left;
}
.cid-u4jF9lQbLJ .item-title {
  text-align: left;
}
.cid-u4jF9lQbLJ .item-subtitle {
  text-align: left;
}
.cid-sNUZipxo9O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNUZipxo9O .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sNUZipxo9O .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sNUZipxo9O .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sNUZipxo9O .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sNUZipxo9O .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sNUZipxo9O .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sNUZipxo9O .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sNUZipxo9O .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sNUZipxo9O .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sNUZipxo9O .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sNUZipxo9O .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sNUZipxo9O .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sNUZipxo9O .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-sNUZipxo9O .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sNUZipxo9O [class^="socicon-"]:before,
.cid-sNUZipxo9O [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sNUZipUneX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNUZipUneX .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u3d9xI6Ry0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u3d9xI6Ry0 .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u3d9xI6Ry0 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u3d9xI6Ry0 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u3d9xI6Ry0 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u3d9xI6Ry0 .navbar-caption {
  font-weight: 500;
}
.cid-u3d9xI6Ry0 nav.navbar {
  position: fixed;
}
.cid-u3d9xI6Ry0 .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-u3d9xI6Ry0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3d9xI6Ry0 .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u3d9xI6Ry0 .dropdown-item:hover,
.cid-u3d9xI6Ry0 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3d9xI6Ry0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3d9xI6Ry0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3d9xI6Ry0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3d9xI6Ry0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3d9xI6Ry0 .nav-link {
  position: relative;
}
.cid-u3d9xI6Ry0 .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u3d9xI6Ry0 .container {
  display: flex;
  margin: auto;
}
.cid-u3d9xI6Ry0 .dropdown-menu,
.cid-u3d9xI6Ry0 .navbar.opened {
  background: #000000 !important;
}
.cid-u3d9xI6Ry0 .nav-item:focus,
.cid-u3d9xI6Ry0 .nav-link:focus {
  outline: none;
}
.cid-u3d9xI6Ry0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3d9xI6Ry0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3d9xI6Ry0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3d9xI6Ry0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3d9xI6Ry0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3d9xI6Ry0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3d9xI6Ry0 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u3d9xI6Ry0 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3d9xI6Ry0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3d9xI6Ry0 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3d9xI6Ry0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3d9xI6Ry0 .navbar.collapsed {
  justify-content: center;
}
.cid-u3d9xI6Ry0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3d9xI6Ry0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3d9xI6Ry0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3d9xI6Ry0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3d9xI6Ry0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3d9xI6Ry0 .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-u3d9xI6Ry0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3d9xI6Ry0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3d9xI6Ry0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3d9xI6Ry0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3d9xI6Ry0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3d9xI6Ry0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3d9xI6Ry0 .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-u3d9xI6Ry0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3d9xI6Ry0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3d9xI6Ry0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3d9xI6Ry0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3d9xI6Ry0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3d9xI6Ry0 .navbar.navbar-short {
  min-height: 80px;
}
.cid-u3d9xI6Ry0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3d9xI6Ry0 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u3d9xI6Ry0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3d9xI6Ry0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3d9xI6Ry0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3d9xI6Ry0 .dropdown-item.active,
.cid-u3d9xI6Ry0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3d9xI6Ry0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3d9xI6Ry0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3d9xI6Ry0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3d9xI6Ry0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3d9xI6Ry0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3d9xI6Ry0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3d9xI6Ry0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3d9xI6Ry0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3d9xI6Ry0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u3d9xI6Ry0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3d9xI6Ry0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3d9xI6Ry0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3d9xI6Ry0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3d9xI6Ry0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3d9xI6Ry0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3d9xI6Ry0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3d9xI6Ry0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3d9xI6Ry0 .navbar-dropdown {
  position: fixed;
}
.cid-u3d9xI6Ry0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3d9xI6Ry0 .navbar {
    height: 70px;
  }
  .cid-u3d9xI6Ry0 .navbar.opened {
    height: auto;
  }
  .cid-u3d9xI6Ry0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u3d9xJE75p {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3d9xKXSI5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3i4chsQNA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3i4chsQNA img,
.cid-u3i4chsQNA .item-img {
  width: 100%;
}
.cid-u3i4chsQNA .item:focus,
.cid-u3i4chsQNA span:focus {
  outline: none;
}
.cid-u3i4chsQNA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3i4chsQNA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3i4chsQNA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3i4chsQNA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u3i4chsQNA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3i4chsQNA .mbr-section-title {
  color: #232323;
}
.cid-u3i4chsQNA .mbr-text,
.cid-u3i4chsQNA .mbr-section-btn {
  text-align: left;
}
.cid-u3i4chsQNA .item-title {
  text-align: left;
}
.cid-u3i4chsQNA .item-subtitle {
  text-align: center;
}
.cid-u3i6fS7E2y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3i6fS7E2y img,
.cid-u3i6fS7E2y .item-img {
  width: 100%;
}
.cid-u3i6fS7E2y .item:focus,
.cid-u3i6fS7E2y span:focus {
  outline: none;
}
.cid-u3i6fS7E2y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3i6fS7E2y .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3i6fS7E2y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3i6fS7E2y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u3i6fS7E2y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3i6fS7E2y .mbr-section-title {
  color: #232323;
}
.cid-u3i6fS7E2y .mbr-text,
.cid-u3i6fS7E2y .mbr-section-btn {
  text-align: left;
}
.cid-u3i6fS7E2y .item-title {
  text-align: left;
}
.cid-u3i6fS7E2y .item-subtitle {
  text-align: center;
}
.cid-u3d9xQ3E5F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3d9xRewcD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3d9xRewcD .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3d9xRewcD .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3d9xRewcD .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3d9xRewcD .image {
  margin: auto;
}
.cid-u3d9xRewcD .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3d9xRewcD .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3d9xRewcD .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3d9xRewcD .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3d9xRewcD .bottom__block {
  margin-bottom: 40px;
}
.cid-u3d9xRewcD .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3d9xRewcD .card__text {
  color: #22a5e5;
}
.cid-u3d9xRewcD .mbr-text,
.cid-u3d9xRewcD .linked {
  color: #d0d0d0;
}
.cid-u3d9xRewcD .mbr-text,
.cid-u3d9xRewcD .linked {
  color: #000000;
}
.cid-u3d9xSw6dB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3d9xSw6dB .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3d9xSw6dB .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3d9xSw6dB .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u3d9xSw6dB .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u3d9xSw6dB .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u3d9xSw6dB .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u3d9xSw6dB .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u3d9xSw6dB .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u3d9xSw6dB .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u3d9xSw6dB .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u3d9xSw6dB .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u3d9xSw6dB .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u3d9xSw6dB .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-u3d9xSw6dB .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u3d9xSw6dB [class^="socicon-"]:before,
.cid-u3d9xSw6dB [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u3d9xU5Emx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3d9xU5Emx .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u3j1N1izE8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u3j1N1izE8 .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u3j1N1izE8 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u3j1N1izE8 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u3j1N1izE8 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u3j1N1izE8 .navbar-caption {
  font-weight: 500;
}
.cid-u3j1N1izE8 nav.navbar {
  position: fixed;
}
.cid-u3j1N1izE8 .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-u3j1N1izE8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3j1N1izE8 .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u3j1N1izE8 .dropdown-item:hover,
.cid-u3j1N1izE8 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3j1N1izE8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3j1N1izE8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3j1N1izE8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3j1N1izE8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3j1N1izE8 .nav-link {
  position: relative;
}
.cid-u3j1N1izE8 .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u3j1N1izE8 .container {
  display: flex;
  margin: auto;
}
.cid-u3j1N1izE8 .dropdown-menu,
.cid-u3j1N1izE8 .navbar.opened {
  background: #000000 !important;
}
.cid-u3j1N1izE8 .nav-item:focus,
.cid-u3j1N1izE8 .nav-link:focus {
  outline: none;
}
.cid-u3j1N1izE8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3j1N1izE8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3j1N1izE8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3j1N1izE8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3j1N1izE8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3j1N1izE8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3j1N1izE8 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u3j1N1izE8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3j1N1izE8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3j1N1izE8 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3j1N1izE8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3j1N1izE8 .navbar.collapsed {
  justify-content: center;
}
.cid-u3j1N1izE8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3j1N1izE8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3j1N1izE8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3j1N1izE8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3j1N1izE8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3j1N1izE8 .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-u3j1N1izE8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3j1N1izE8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3j1N1izE8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3j1N1izE8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3j1N1izE8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3j1N1izE8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3j1N1izE8 .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-u3j1N1izE8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3j1N1izE8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3j1N1izE8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3j1N1izE8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3j1N1izE8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3j1N1izE8 .navbar.navbar-short {
  min-height: 80px;
}
.cid-u3j1N1izE8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3j1N1izE8 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u3j1N1izE8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3j1N1izE8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3j1N1izE8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3j1N1izE8 .dropdown-item.active,
.cid-u3j1N1izE8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3j1N1izE8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3j1N1izE8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3j1N1izE8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3j1N1izE8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3j1N1izE8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3j1N1izE8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3j1N1izE8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3j1N1izE8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3j1N1izE8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u3j1N1izE8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3j1N1izE8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3j1N1izE8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3j1N1izE8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3j1N1izE8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3j1N1izE8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3j1N1izE8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3j1N1izE8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3j1N1izE8 .navbar-dropdown {
  position: fixed;
}
.cid-u3j1N1izE8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3j1N1izE8 .navbar {
    height: 70px;
  }
  .cid-u3j1N1izE8 .navbar.opened {
    height: auto;
  }
  .cid-u3j1N1izE8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u3j1N1WbrU {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3j1N2oL2i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3j1N2NLZC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3j1N2NLZC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3j1N2NLZC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3j1N2NLZC .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3j1N3hgeb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4fSqjVeQi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4fSqjVeQi .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4fSqjVeQi .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4fSqjVeQi .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4fSqjVeQi .image {
  margin: auto;
}
.cid-u4fSqjVeQi .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4fSqjVeQi .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4fSqjVeQi .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4fSqjVeQi .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4fSqjVeQi .bottom__block {
  margin-bottom: 40px;
}
.cid-u4fSqjVeQi .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4fSqjVeQi .card__text {
  color: #22a5e5;
}
.cid-u4fSqjVeQi .mbr-text,
.cid-u4fSqjVeQi .linked {
  color: #d0d0d0;
}
.cid-u4fSqjVeQi .mbr-text,
.cid-u4fSqjVeQi .linked {
  color: #000000;
}
.cid-u3j1N4jDIe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3j1N4jDIe .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3j1N4jDIe .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3j1N4jDIe .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u3j1N4jDIe .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u3j1N4jDIe .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u3j1N4jDIe .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u3j1N4jDIe .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u3j1N4jDIe .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u3j1N4jDIe .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u3j1N4jDIe .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u3j1N4jDIe .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u3j1N4jDIe .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u3j1N4jDIe .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-u3j1N4jDIe .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u3j1N4jDIe [class^="socicon-"]:before,
.cid-u3j1N4jDIe [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u3j1N4LCdC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3j1N4LCdC .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u3j5OUCX7f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u3j5OUCX7f .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u3j5OUCX7f .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u3j5OUCX7f .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u3j5OUCX7f .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u3j5OUCX7f .navbar-caption {
  font-weight: 500;
}
.cid-u3j5OUCX7f nav.navbar {
  position: fixed;
}
.cid-u3j5OUCX7f .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-u3j5OUCX7f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3j5OUCX7f .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u3j5OUCX7f .dropdown-item:hover,
.cid-u3j5OUCX7f .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3j5OUCX7f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3j5OUCX7f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3j5OUCX7f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3j5OUCX7f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3j5OUCX7f .nav-link {
  position: relative;
}
.cid-u3j5OUCX7f .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u3j5OUCX7f .container {
  display: flex;
  margin: auto;
}
.cid-u3j5OUCX7f .dropdown-menu,
.cid-u3j5OUCX7f .navbar.opened {
  background: #000000 !important;
}
.cid-u3j5OUCX7f .nav-item:focus,
.cid-u3j5OUCX7f .nav-link:focus {
  outline: none;
}
.cid-u3j5OUCX7f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3j5OUCX7f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3j5OUCX7f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3j5OUCX7f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3j5OUCX7f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3j5OUCX7f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3j5OUCX7f .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u3j5OUCX7f .navbar.opened {
  transition: all 0.3s;
}
.cid-u3j5OUCX7f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3j5OUCX7f .navbar .navbar-logo img {
  width: auto;
}
.cid-u3j5OUCX7f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3j5OUCX7f .navbar.collapsed {
  justify-content: center;
}
.cid-u3j5OUCX7f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3j5OUCX7f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3j5OUCX7f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3j5OUCX7f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3j5OUCX7f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3j5OUCX7f .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-u3j5OUCX7f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3j5OUCX7f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3j5OUCX7f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3j5OUCX7f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3j5OUCX7f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3j5OUCX7f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3j5OUCX7f .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-u3j5OUCX7f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3j5OUCX7f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3j5OUCX7f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3j5OUCX7f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3j5OUCX7f .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3j5OUCX7f .navbar.navbar-short {
  min-height: 80px;
}
.cid-u3j5OUCX7f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3j5OUCX7f .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u3j5OUCX7f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3j5OUCX7f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3j5OUCX7f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3j5OUCX7f .dropdown-item.active,
.cid-u3j5OUCX7f .dropdown-item:active {
  background-color: transparent;
}
.cid-u3j5OUCX7f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3j5OUCX7f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3j5OUCX7f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3j5OUCX7f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3j5OUCX7f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3j5OUCX7f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3j5OUCX7f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3j5OUCX7f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3j5OUCX7f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u3j5OUCX7f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3j5OUCX7f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3j5OUCX7f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3j5OUCX7f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3j5OUCX7f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3j5OUCX7f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3j5OUCX7f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3j5OUCX7f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3j5OUCX7f .navbar-dropdown {
  position: fixed;
}
.cid-u3j5OUCX7f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3j5OUCX7f .navbar {
    height: 70px;
  }
  .cid-u3j5OUCX7f .navbar.opened {
    height: auto;
  }
  .cid-u3j5OUCX7f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u3j5OVfISz {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3j5OVESAB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3j5OW4UdW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4fSzLG4cM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4fSzLG4cM .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4fSzLG4cM .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4fSzLG4cM .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4fSzLG4cM .image {
  margin: auto;
}
.cid-u4fSzLG4cM .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4fSzLG4cM .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4fSzLG4cM .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4fSzLG4cM .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4fSzLG4cM .bottom__block {
  margin-bottom: 40px;
}
.cid-u4fSzLG4cM .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4fSzLG4cM .card__text {
  color: #22a5e5;
}
.cid-u4fSzLG4cM .mbr-text,
.cid-u4fSzLG4cM .linked {
  color: #d0d0d0;
}
.cid-u4fSzLG4cM .mbr-text,
.cid-u4fSzLG4cM .linked {
  color: #000000;
}
.cid-u3j5OWX36b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3j5OWX36b .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3j5OWX36b .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3j5OWX36b .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u3j5OWX36b .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u3j5OWX36b .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u3j5OWX36b .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u3j5OWX36b .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u3j5OWX36b .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u3j5OWX36b .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u3j5OWX36b .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u3j5OWX36b .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u3j5OWX36b .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u3j5OWX36b .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-u3j5OWX36b .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u3j5OWX36b [class^="socicon-"]:before,
.cid-u3j5OWX36b [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u3j5OXpehN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3j5OXpehN .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u3jbvoiYiH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u3jbvoiYiH .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u3jbvoiYiH .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u3jbvoiYiH .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u3jbvoiYiH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u3jbvoiYiH .navbar-caption {
  font-weight: 500;
}
.cid-u3jbvoiYiH nav.navbar {
  position: fixed;
}
.cid-u3jbvoiYiH .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-u3jbvoiYiH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3jbvoiYiH .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u3jbvoiYiH .dropdown-item:hover,
.cid-u3jbvoiYiH .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3jbvoiYiH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3jbvoiYiH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3jbvoiYiH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3jbvoiYiH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3jbvoiYiH .nav-link {
  position: relative;
}
.cid-u3jbvoiYiH .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u3jbvoiYiH .container {
  display: flex;
  margin: auto;
}
.cid-u3jbvoiYiH .dropdown-menu,
.cid-u3jbvoiYiH .navbar.opened {
  background: #000000 !important;
}
.cid-u3jbvoiYiH .nav-item:focus,
.cid-u3jbvoiYiH .nav-link:focus {
  outline: none;
}
.cid-u3jbvoiYiH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3jbvoiYiH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3jbvoiYiH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3jbvoiYiH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3jbvoiYiH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3jbvoiYiH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3jbvoiYiH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u3jbvoiYiH .navbar.opened {
  transition: all 0.3s;
}
.cid-u3jbvoiYiH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3jbvoiYiH .navbar .navbar-logo img {
  width: auto;
}
.cid-u3jbvoiYiH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3jbvoiYiH .navbar.collapsed {
  justify-content: center;
}
.cid-u3jbvoiYiH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3jbvoiYiH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3jbvoiYiH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3jbvoiYiH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3jbvoiYiH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3jbvoiYiH .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-u3jbvoiYiH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3jbvoiYiH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3jbvoiYiH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3jbvoiYiH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3jbvoiYiH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3jbvoiYiH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3jbvoiYiH .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-u3jbvoiYiH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3jbvoiYiH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3jbvoiYiH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3jbvoiYiH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3jbvoiYiH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3jbvoiYiH .navbar.navbar-short {
  min-height: 80px;
}
.cid-u3jbvoiYiH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3jbvoiYiH .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u3jbvoiYiH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3jbvoiYiH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3jbvoiYiH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3jbvoiYiH .dropdown-item.active,
.cid-u3jbvoiYiH .dropdown-item:active {
  background-color: transparent;
}
.cid-u3jbvoiYiH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3jbvoiYiH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3jbvoiYiH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3jbvoiYiH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3jbvoiYiH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3jbvoiYiH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3jbvoiYiH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3jbvoiYiH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3jbvoiYiH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u3jbvoiYiH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3jbvoiYiH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jbvoiYiH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jbvoiYiH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3jbvoiYiH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jbvoiYiH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3jbvoiYiH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3jbvoiYiH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jbvoiYiH .navbar-dropdown {
  position: fixed;
}
.cid-u3jbvoiYiH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3jbvoiYiH .navbar {
    height: 70px;
  }
  .cid-u3jbvoiYiH .navbar.opened {
    height: auto;
  }
  .cid-u3jbvoiYiH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u3jbvoTzlU {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jbvpll9J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jbvpJKzo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3jbvpJKzo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3jbvpJKzo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3jbvpJKzo .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3jbvqck0f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4fSIDfzkJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4fSIDfzkJ .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4fSIDfzkJ .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4fSIDfzkJ .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4fSIDfzkJ .image {
  margin: auto;
}
.cid-u4fSIDfzkJ .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4fSIDfzkJ .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4fSIDfzkJ .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4fSIDfzkJ .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4fSIDfzkJ .bottom__block {
  margin-bottom: 40px;
}
.cid-u4fSIDfzkJ .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4fSIDfzkJ .card__text {
  color: #22a5e5;
}
.cid-u4fSIDfzkJ .mbr-text,
.cid-u4fSIDfzkJ .linked {
  color: #d0d0d0;
}
.cid-u4fSIDfzkJ .mbr-text,
.cid-u4fSIDfzkJ .linked {
  color: #000000;
}
.cid-u3jbvr7IqR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jbvr7IqR .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3jbvr7IqR .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3jbvr7IqR .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u3jbvr7IqR .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u3jbvr7IqR .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u3jbvr7IqR .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u3jbvr7IqR .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u3jbvr7IqR .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u3jbvr7IqR .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u3jbvr7IqR .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u3jbvr7IqR .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u3jbvr7IqR .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u3jbvr7IqR .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-u3jbvr7IqR .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u3jbvr7IqR [class^="socicon-"]:before,
.cid-u3jbvr7IqR [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u3jbvrAp2B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jbvrAp2B .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u3jfpIPAcT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u3jfpIPAcT .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u3jfpIPAcT .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u3jfpIPAcT .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u3jfpIPAcT .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u3jfpIPAcT .navbar-caption {
  font-weight: 500;
}
.cid-u3jfpIPAcT nav.navbar {
  position: fixed;
}
.cid-u3jfpIPAcT .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-u3jfpIPAcT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3jfpIPAcT .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u3jfpIPAcT .dropdown-item:hover,
.cid-u3jfpIPAcT .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3jfpIPAcT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3jfpIPAcT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3jfpIPAcT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3jfpIPAcT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3jfpIPAcT .nav-link {
  position: relative;
}
.cid-u3jfpIPAcT .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u3jfpIPAcT .container {
  display: flex;
  margin: auto;
}
.cid-u3jfpIPAcT .dropdown-menu,
.cid-u3jfpIPAcT .navbar.opened {
  background: #000000 !important;
}
.cid-u3jfpIPAcT .nav-item:focus,
.cid-u3jfpIPAcT .nav-link:focus {
  outline: none;
}
.cid-u3jfpIPAcT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3jfpIPAcT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3jfpIPAcT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3jfpIPAcT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3jfpIPAcT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3jfpIPAcT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3jfpIPAcT .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u3jfpIPAcT .navbar.opened {
  transition: all 0.3s;
}
.cid-u3jfpIPAcT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3jfpIPAcT .navbar .navbar-logo img {
  width: auto;
}
.cid-u3jfpIPAcT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3jfpIPAcT .navbar.collapsed {
  justify-content: center;
}
.cid-u3jfpIPAcT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3jfpIPAcT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3jfpIPAcT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3jfpIPAcT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3jfpIPAcT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3jfpIPAcT .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-u3jfpIPAcT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3jfpIPAcT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3jfpIPAcT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3jfpIPAcT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3jfpIPAcT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3jfpIPAcT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3jfpIPAcT .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-u3jfpIPAcT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3jfpIPAcT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3jfpIPAcT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3jfpIPAcT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3jfpIPAcT .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3jfpIPAcT .navbar.navbar-short {
  min-height: 80px;
}
.cid-u3jfpIPAcT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3jfpIPAcT .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u3jfpIPAcT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3jfpIPAcT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3jfpIPAcT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3jfpIPAcT .dropdown-item.active,
.cid-u3jfpIPAcT .dropdown-item:active {
  background-color: transparent;
}
.cid-u3jfpIPAcT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3jfpIPAcT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3jfpIPAcT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3jfpIPAcT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3jfpIPAcT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3jfpIPAcT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3jfpIPAcT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3jfpIPAcT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3jfpIPAcT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u3jfpIPAcT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3jfpIPAcT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jfpIPAcT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jfpIPAcT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3jfpIPAcT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jfpIPAcT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3jfpIPAcT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3jfpIPAcT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jfpIPAcT .navbar-dropdown {
  position: fixed;
}
.cid-u3jfpIPAcT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3jfpIPAcT .navbar {
    height: 70px;
  }
  .cid-u3jfpIPAcT .navbar.opened {
    height: auto;
  }
  .cid-u3jfpIPAcT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u3jfpJoDmS {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jfpJNS9w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3DBZuiyEP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3DBZuiyEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3DBZuiyEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3DBZuiyEP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3DBZuiyEP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3DBZuiyEP .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3DC1YPwVf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jfpKcTqp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3jfpKAifl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3jfpKAifl .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3jfpKAifl .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3jfpKAifl .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3jfpKAifl .image {
  margin: auto;
}
.cid-u3jfpKAifl .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3jfpKAifl .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3jfpKAifl .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3jfpKAifl .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3jfpKAifl .bottom__block {
  margin-bottom: 40px;
}
.cid-u3jfpKAifl .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3jfpKAifl .card__text {
  color: #22a5e5;
}
.cid-u3jfpKAifl .mbr-text,
.cid-u3jfpKAifl .linked {
  color: #d0d0d0;
}
.cid-u3jfpKAifl .mbr-text,
.cid-u3jfpKAifl .linked {
  color: #000000;
}
.cid-u3jfpL7TXc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jfpL7TXc .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3jfpL7TXc .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3jfpL7TXc .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u3jfpL7TXc .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u3jfpL7TXc .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u3jfpL7TXc .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u3jfpL7TXc .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u3jfpL7TXc .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u3jfpL7TXc .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u3jfpL7TXc .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u3jfpL7TXc .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u3jfpL7TXc .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u3jfpL7TXc .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-u3jfpL7TXc .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u3jfpL7TXc [class^="socicon-"]:before,
.cid-u3jfpL7TXc [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u3jfpLz5kS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jfpLz5kS .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u3jkLnrgos {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u3jkLnrgos .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u3jkLnrgos .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u3jkLnrgos .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u3jkLnrgos .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u3jkLnrgos .navbar-caption {
  font-weight: 500;
}
.cid-u3jkLnrgos nav.navbar {
  position: fixed;
}
.cid-u3jkLnrgos .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-u3jkLnrgos .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3jkLnrgos .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u3jkLnrgos .dropdown-item:hover,
.cid-u3jkLnrgos .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3jkLnrgos .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3jkLnrgos .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3jkLnrgos .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3jkLnrgos .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3jkLnrgos .nav-link {
  position: relative;
}
.cid-u3jkLnrgos .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u3jkLnrgos .container {
  display: flex;
  margin: auto;
}
.cid-u3jkLnrgos .dropdown-menu,
.cid-u3jkLnrgos .navbar.opened {
  background: #000000 !important;
}
.cid-u3jkLnrgos .nav-item:focus,
.cid-u3jkLnrgos .nav-link:focus {
  outline: none;
}
.cid-u3jkLnrgos .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3jkLnrgos .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3jkLnrgos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3jkLnrgos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3jkLnrgos .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3jkLnrgos .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3jkLnrgos .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u3jkLnrgos .navbar.opened {
  transition: all 0.3s;
}
.cid-u3jkLnrgos .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3jkLnrgos .navbar .navbar-logo img {
  width: auto;
}
.cid-u3jkLnrgos .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3jkLnrgos .navbar.collapsed {
  justify-content: center;
}
.cid-u3jkLnrgos .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3jkLnrgos .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3jkLnrgos .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3jkLnrgos .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3jkLnrgos .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3jkLnrgos .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-u3jkLnrgos .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3jkLnrgos .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3jkLnrgos .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3jkLnrgos .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3jkLnrgos .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3jkLnrgos .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3jkLnrgos .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-u3jkLnrgos .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3jkLnrgos .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3jkLnrgos .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3jkLnrgos .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3jkLnrgos .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3jkLnrgos .navbar.navbar-short {
  min-height: 80px;
}
.cid-u3jkLnrgos .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3jkLnrgos .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u3jkLnrgos .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3jkLnrgos .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3jkLnrgos .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3jkLnrgos .dropdown-item.active,
.cid-u3jkLnrgos .dropdown-item:active {
  background-color: transparent;
}
.cid-u3jkLnrgos .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3jkLnrgos .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3jkLnrgos .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3jkLnrgos .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3jkLnrgos .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3jkLnrgos .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3jkLnrgos ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3jkLnrgos button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3jkLnrgos button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u3jkLnrgos button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3jkLnrgos button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jkLnrgos button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jkLnrgos button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3jkLnrgos nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jkLnrgos nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3jkLnrgos nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3jkLnrgos nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jkLnrgos .navbar-dropdown {
  position: fixed;
}
.cid-u3jkLnrgos a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3jkLnrgos .navbar {
    height: 70px;
  }
  .cid-u3jkLnrgos .navbar.opened {
    height: auto;
  }
  .cid-u3jkLnrgos .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u3jkLo1g1y {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jkLoAO9h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jkLp1OWh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3jkLp1OWh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3jkLp1OWh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3jkLp1OWh .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3jkLptkq1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4fT5I1XFj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4fT5I1XFj .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4fT5I1XFj .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4fT5I1XFj .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4fT5I1XFj .image {
  margin: auto;
}
.cid-u4fT5I1XFj .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4fT5I1XFj .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4fT5I1XFj .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4fT5I1XFj .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4fT5I1XFj .bottom__block {
  margin-bottom: 40px;
}
.cid-u4fT5I1XFj .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4fT5I1XFj .card__text {
  color: #22a5e5;
}
.cid-u4fT5I1XFj .mbr-text,
.cid-u4fT5I1XFj .linked {
  color: #d0d0d0;
}
.cid-u4fT5I1XFj .mbr-text,
.cid-u4fT5I1XFj .linked {
  color: #000000;
}
.cid-u3jkLqnMaZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jkLqnMaZ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3jkLqnMaZ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3jkLqnMaZ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u3jkLqnMaZ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u3jkLqnMaZ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u3jkLqnMaZ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u3jkLqnMaZ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u3jkLqnMaZ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u3jkLqnMaZ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u3jkLqnMaZ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u3jkLqnMaZ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u3jkLqnMaZ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u3jkLqnMaZ .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-u3jkLqnMaZ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u3jkLqnMaZ [class^="socicon-"]:before,
.cid-u3jkLqnMaZ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u3jkLqOP31 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jkLqOP31 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u3jlnzgYSA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u3jlnzgYSA .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u3jlnzgYSA .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u3jlnzgYSA .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u3jlnzgYSA .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u3jlnzgYSA .navbar-caption {
  font-weight: 500;
}
.cid-u3jlnzgYSA nav.navbar {
  position: fixed;
}
.cid-u3jlnzgYSA .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-u3jlnzgYSA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3jlnzgYSA .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u3jlnzgYSA .dropdown-item:hover,
.cid-u3jlnzgYSA .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3jlnzgYSA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3jlnzgYSA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3jlnzgYSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3jlnzgYSA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3jlnzgYSA .nav-link {
  position: relative;
}
.cid-u3jlnzgYSA .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u3jlnzgYSA .container {
  display: flex;
  margin: auto;
}
.cid-u3jlnzgYSA .dropdown-menu,
.cid-u3jlnzgYSA .navbar.opened {
  background: #000000 !important;
}
.cid-u3jlnzgYSA .nav-item:focus,
.cid-u3jlnzgYSA .nav-link:focus {
  outline: none;
}
.cid-u3jlnzgYSA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3jlnzgYSA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3jlnzgYSA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3jlnzgYSA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3jlnzgYSA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3jlnzgYSA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3jlnzgYSA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u3jlnzgYSA .navbar.opened {
  transition: all 0.3s;
}
.cid-u3jlnzgYSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3jlnzgYSA .navbar .navbar-logo img {
  width: auto;
}
.cid-u3jlnzgYSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3jlnzgYSA .navbar.collapsed {
  justify-content: center;
}
.cid-u3jlnzgYSA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3jlnzgYSA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3jlnzgYSA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3jlnzgYSA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3jlnzgYSA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3jlnzgYSA .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-u3jlnzgYSA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3jlnzgYSA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3jlnzgYSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3jlnzgYSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3jlnzgYSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3jlnzgYSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3jlnzgYSA .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-u3jlnzgYSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3jlnzgYSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3jlnzgYSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3jlnzgYSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3jlnzgYSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3jlnzgYSA .navbar.navbar-short {
  min-height: 80px;
}
.cid-u3jlnzgYSA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3jlnzgYSA .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u3jlnzgYSA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3jlnzgYSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3jlnzgYSA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3jlnzgYSA .dropdown-item.active,
.cid-u3jlnzgYSA .dropdown-item:active {
  background-color: transparent;
}
.cid-u3jlnzgYSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3jlnzgYSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3jlnzgYSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3jlnzgYSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3jlnzgYSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3jlnzgYSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3jlnzgYSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3jlnzgYSA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3jlnzgYSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u3jlnzgYSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3jlnzgYSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jlnzgYSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jlnzgYSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3jlnzgYSA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jlnzgYSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3jlnzgYSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3jlnzgYSA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jlnzgYSA .navbar-dropdown {
  position: fixed;
}
.cid-u3jlnzgYSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3jlnzgYSA .navbar {
    height: 70px;
  }
  .cid-u3jlnzgYSA .navbar.opened {
    height: auto;
  }
  .cid-u3jlnzgYSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u3jlnzTkQT {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jlnAn1M4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jlnAPLHW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3jlnAPLHW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3jlnAPLHW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3jlnAPLHW .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3jlnBiKFV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4fTFAoM3S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4fTFAoM3S .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4fTFAoM3S .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4fTFAoM3S .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4fTFAoM3S .image {
  margin: auto;
}
.cid-u4fTFAoM3S .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4fTFAoM3S .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4fTFAoM3S .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4fTFAoM3S .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4fTFAoM3S .bottom__block {
  margin-bottom: 40px;
}
.cid-u4fTFAoM3S .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4fTFAoM3S .card__text {
  color: #22a5e5;
}
.cid-u4fTFAoM3S .mbr-text,
.cid-u4fTFAoM3S .linked {
  color: #d0d0d0;
}
.cid-u4fTFAoM3S .mbr-text,
.cid-u4fTFAoM3S .linked {
  color: #000000;
}
.cid-u3jlnCkM5S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jlnCkM5S .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3jlnCkM5S .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3jlnCkM5S .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u3jlnCkM5S .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u3jlnCkM5S .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u3jlnCkM5S .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u3jlnCkM5S .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u3jlnCkM5S .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u3jlnCkM5S .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u3jlnCkM5S .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u3jlnCkM5S .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u3jlnCkM5S .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u3jlnCkM5S .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-u3jlnCkM5S .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u3jlnCkM5S [class^="socicon-"]:before,
.cid-u3jlnCkM5S [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u3jlnCMKlv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jlnCMKlv .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u3jqhABg8r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u3jqhABg8r .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u3jqhABg8r .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u3jqhABg8r .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u3jqhABg8r .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u3jqhABg8r .navbar-caption {
  font-weight: 500;
}
.cid-u3jqhABg8r nav.navbar {
  position: fixed;
}
.cid-u3jqhABg8r .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-u3jqhABg8r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3jqhABg8r .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u3jqhABg8r .dropdown-item:hover,
.cid-u3jqhABg8r .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3jqhABg8r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3jqhABg8r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3jqhABg8r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3jqhABg8r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3jqhABg8r .nav-link {
  position: relative;
}
.cid-u3jqhABg8r .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u3jqhABg8r .container {
  display: flex;
  margin: auto;
}
.cid-u3jqhABg8r .dropdown-menu,
.cid-u3jqhABg8r .navbar.opened {
  background: #000000 !important;
}
.cid-u3jqhABg8r .nav-item:focus,
.cid-u3jqhABg8r .nav-link:focus {
  outline: none;
}
.cid-u3jqhABg8r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3jqhABg8r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3jqhABg8r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3jqhABg8r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3jqhABg8r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3jqhABg8r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3jqhABg8r .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u3jqhABg8r .navbar.opened {
  transition: all 0.3s;
}
.cid-u3jqhABg8r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3jqhABg8r .navbar .navbar-logo img {
  width: auto;
}
.cid-u3jqhABg8r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3jqhABg8r .navbar.collapsed {
  justify-content: center;
}
.cid-u3jqhABg8r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3jqhABg8r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3jqhABg8r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3jqhABg8r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3jqhABg8r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3jqhABg8r .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-u3jqhABg8r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3jqhABg8r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3jqhABg8r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3jqhABg8r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3jqhABg8r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3jqhABg8r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3jqhABg8r .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-u3jqhABg8r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3jqhABg8r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3jqhABg8r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3jqhABg8r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3jqhABg8r .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3jqhABg8r .navbar.navbar-short {
  min-height: 80px;
}
.cid-u3jqhABg8r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3jqhABg8r .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u3jqhABg8r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3jqhABg8r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3jqhABg8r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3jqhABg8r .dropdown-item.active,
.cid-u3jqhABg8r .dropdown-item:active {
  background-color: transparent;
}
.cid-u3jqhABg8r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3jqhABg8r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3jqhABg8r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3jqhABg8r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3jqhABg8r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3jqhABg8r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3jqhABg8r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3jqhABg8r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3jqhABg8r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u3jqhABg8r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3jqhABg8r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jqhABg8r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jqhABg8r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3jqhABg8r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jqhABg8r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3jqhABg8r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3jqhABg8r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jqhABg8r .navbar-dropdown {
  position: fixed;
}
.cid-u3jqhABg8r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3jqhABg8r .navbar {
    height: 70px;
  }
  .cid-u3jqhABg8r .navbar.opened {
    height: auto;
  }
  .cid-u3jqhABg8r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u3jqhBnbhE {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jqhBW76b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jqhCqLMP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4fTUdIvpF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4fTUdIvpF .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4fTUdIvpF .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4fTUdIvpF .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4fTUdIvpF .image {
  margin: auto;
}
.cid-u4fTUdIvpF .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4fTUdIvpF .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4fTUdIvpF .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4fTUdIvpF .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4fTUdIvpF .bottom__block {
  margin-bottom: 40px;
}
.cid-u4fTUdIvpF .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4fTUdIvpF .card__text {
  color: #22a5e5;
}
.cid-u4fTUdIvpF .mbr-text,
.cid-u4fTUdIvpF .linked {
  color: #d0d0d0;
}
.cid-u4fTUdIvpF .mbr-text,
.cid-u4fTUdIvpF .linked {
  color: #000000;
}
.cid-u3jqhDBzLj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jqhDBzLj .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3jqhDBzLj .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3jqhDBzLj .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u3jqhDBzLj .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u3jqhDBzLj .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u3jqhDBzLj .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u3jqhDBzLj .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u3jqhDBzLj .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u3jqhDBzLj .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u3jqhDBzLj .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u3jqhDBzLj .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u3jqhDBzLj .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u3jqhDBzLj .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-u3jqhDBzLj .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u3jqhDBzLj [class^="socicon-"]:before,
.cid-u3jqhDBzLj [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u3jqhEaO9m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jqhEaO9m .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u3jlEGLNVS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u3jlEGLNVS .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u3jlEGLNVS .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u3jlEGLNVS .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u3jlEGLNVS .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u3jlEGLNVS .navbar-caption {
  font-weight: 500;
}
.cid-u3jlEGLNVS nav.navbar {
  position: fixed;
}
.cid-u3jlEGLNVS .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-u3jlEGLNVS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3jlEGLNVS .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u3jlEGLNVS .dropdown-item:hover,
.cid-u3jlEGLNVS .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3jlEGLNVS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3jlEGLNVS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3jlEGLNVS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3jlEGLNVS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3jlEGLNVS .nav-link {
  position: relative;
}
.cid-u3jlEGLNVS .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u3jlEGLNVS .container {
  display: flex;
  margin: auto;
}
.cid-u3jlEGLNVS .dropdown-menu,
.cid-u3jlEGLNVS .navbar.opened {
  background: #000000 !important;
}
.cid-u3jlEGLNVS .nav-item:focus,
.cid-u3jlEGLNVS .nav-link:focus {
  outline: none;
}
.cid-u3jlEGLNVS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3jlEGLNVS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3jlEGLNVS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3jlEGLNVS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3jlEGLNVS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3jlEGLNVS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3jlEGLNVS .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u3jlEGLNVS .navbar.opened {
  transition: all 0.3s;
}
.cid-u3jlEGLNVS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3jlEGLNVS .navbar .navbar-logo img {
  width: auto;
}
.cid-u3jlEGLNVS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3jlEGLNVS .navbar.collapsed {
  justify-content: center;
}
.cid-u3jlEGLNVS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3jlEGLNVS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3jlEGLNVS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3jlEGLNVS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3jlEGLNVS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3jlEGLNVS .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-u3jlEGLNVS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3jlEGLNVS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3jlEGLNVS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3jlEGLNVS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3jlEGLNVS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3jlEGLNVS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3jlEGLNVS .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-u3jlEGLNVS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3jlEGLNVS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3jlEGLNVS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3jlEGLNVS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3jlEGLNVS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3jlEGLNVS .navbar.navbar-short {
  min-height: 80px;
}
.cid-u3jlEGLNVS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3jlEGLNVS .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u3jlEGLNVS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3jlEGLNVS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3jlEGLNVS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3jlEGLNVS .dropdown-item.active,
.cid-u3jlEGLNVS .dropdown-item:active {
  background-color: transparent;
}
.cid-u3jlEGLNVS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3jlEGLNVS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3jlEGLNVS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3jlEGLNVS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3jlEGLNVS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3jlEGLNVS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3jlEGLNVS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3jlEGLNVS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3jlEGLNVS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u3jlEGLNVS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3jlEGLNVS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jlEGLNVS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jlEGLNVS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3jlEGLNVS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jlEGLNVS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3jlEGLNVS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3jlEGLNVS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jlEGLNVS .navbar-dropdown {
  position: fixed;
}
.cid-u3jlEGLNVS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3jlEGLNVS .navbar {
    height: 70px;
  }
  .cid-u3jlEGLNVS .navbar.opened {
    height: auto;
  }
  .cid-u3jlEGLNVS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u3jlEHmNXF {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jlEHOlE9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jlEId7IK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3jlEId7IK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3jlEId7IK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3jlEId7IK .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3jlEIJuBz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u3jlEJbjI6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u3jlEJbjI6 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u3jlEJbjI6 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u3jlEJbjI6 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u3jlEJbjI6 .image {
  margin: auto;
}
.cid-u3jlEJbjI6 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u3jlEJbjI6 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u3jlEJbjI6 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u3jlEJbjI6 .linked {
    margin: 30px 0 40px;
  }
}
.cid-u3jlEJbjI6 .bottom__block {
  margin-bottom: 40px;
}
.cid-u3jlEJbjI6 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u3jlEJbjI6 .card__text {
  color: #22a5e5;
}
.cid-u3jlEJbjI6 .mbr-text,
.cid-u3jlEJbjI6 .linked {
  color: #d0d0d0;
}
.cid-u3jlEJbjI6 .mbr-text,
.cid-u3jlEJbjI6 .linked {
  color: #000000;
}
.cid-u3jlEJIf2b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jlEJIf2b .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3jlEJIf2b .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3jlEJIf2b .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u3jlEJIf2b .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u3jlEJIf2b .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u3jlEJIf2b .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u3jlEJIf2b .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u3jlEJIf2b .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u3jlEJIf2b .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u3jlEJIf2b .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u3jlEJIf2b .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u3jlEJIf2b .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u3jlEJIf2b .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-u3jlEJIf2b .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u3jlEJIf2b [class^="socicon-"]:before,
.cid-u3jlEJIf2b [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u3jlEK9lot {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jlEK9lot .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u3jlXhLAQt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u3jlXhLAQt .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u3jlXhLAQt .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u3jlXhLAQt .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u3jlXhLAQt .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u3jlXhLAQt .navbar-caption {
  font-weight: 500;
}
.cid-u3jlXhLAQt nav.navbar {
  position: fixed;
}
.cid-u3jlXhLAQt .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-u3jlXhLAQt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3jlXhLAQt .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u3jlXhLAQt .dropdown-item:hover,
.cid-u3jlXhLAQt .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3jlXhLAQt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3jlXhLAQt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3jlXhLAQt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3jlXhLAQt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3jlXhLAQt .nav-link {
  position: relative;
}
.cid-u3jlXhLAQt .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u3jlXhLAQt .container {
  display: flex;
  margin: auto;
}
.cid-u3jlXhLAQt .dropdown-menu,
.cid-u3jlXhLAQt .navbar.opened {
  background: #000000 !important;
}
.cid-u3jlXhLAQt .nav-item:focus,
.cid-u3jlXhLAQt .nav-link:focus {
  outline: none;
}
.cid-u3jlXhLAQt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3jlXhLAQt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3jlXhLAQt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3jlXhLAQt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3jlXhLAQt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3jlXhLAQt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3jlXhLAQt .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u3jlXhLAQt .navbar.opened {
  transition: all 0.3s;
}
.cid-u3jlXhLAQt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3jlXhLAQt .navbar .navbar-logo img {
  width: auto;
}
.cid-u3jlXhLAQt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3jlXhLAQt .navbar.collapsed {
  justify-content: center;
}
.cid-u3jlXhLAQt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3jlXhLAQt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3jlXhLAQt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3jlXhLAQt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3jlXhLAQt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3jlXhLAQt .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-u3jlXhLAQt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3jlXhLAQt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3jlXhLAQt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3jlXhLAQt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3jlXhLAQt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3jlXhLAQt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3jlXhLAQt .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-u3jlXhLAQt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3jlXhLAQt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3jlXhLAQt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3jlXhLAQt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3jlXhLAQt .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3jlXhLAQt .navbar.navbar-short {
  min-height: 80px;
}
.cid-u3jlXhLAQt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3jlXhLAQt .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u3jlXhLAQt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3jlXhLAQt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3jlXhLAQt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3jlXhLAQt .dropdown-item.active,
.cid-u3jlXhLAQt .dropdown-item:active {
  background-color: transparent;
}
.cid-u3jlXhLAQt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3jlXhLAQt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3jlXhLAQt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3jlXhLAQt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3jlXhLAQt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3jlXhLAQt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3jlXhLAQt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3jlXhLAQt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3jlXhLAQt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u3jlXhLAQt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3jlXhLAQt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jlXhLAQt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jlXhLAQt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3jlXhLAQt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jlXhLAQt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3jlXhLAQt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3jlXhLAQt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jlXhLAQt .navbar-dropdown {
  position: fixed;
}
.cid-u3jlXhLAQt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3jlXhLAQt .navbar {
    height: 70px;
  }
  .cid-u3jlXhLAQt .navbar.opened {
    height: auto;
  }
  .cid-u3jlXhLAQt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u3jlXikwBx {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jlXiIMxw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jlXj66c8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3jlXj66c8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3jlXj66c8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3jlXj66c8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3jlXjycJ4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4fUffpJH3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4fUffpJH3 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4fUffpJH3 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4fUffpJH3 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4fUffpJH3 .image {
  margin: auto;
}
.cid-u4fUffpJH3 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4fUffpJH3 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4fUffpJH3 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4fUffpJH3 .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4fUffpJH3 .bottom__block {
  margin-bottom: 40px;
}
.cid-u4fUffpJH3 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4fUffpJH3 .card__text {
  color: #22a5e5;
}
.cid-u4fUffpJH3 .mbr-text,
.cid-u4fUffpJH3 .linked {
  color: #d0d0d0;
}
.cid-u4fUffpJH3 .mbr-text,
.cid-u4fUffpJH3 .linked {
  color: #000000;
}
.cid-u3jlXkwTso {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jlXkwTso .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3jlXkwTso .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3jlXkwTso .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u3jlXkwTso .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u3jlXkwTso .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u3jlXkwTso .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u3jlXkwTso .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u3jlXkwTso .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u3jlXkwTso .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u3jlXkwTso .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u3jlXkwTso .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u3jlXkwTso .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u3jlXkwTso .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-u3jlXkwTso .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u3jlXkwTso [class^="socicon-"]:before,
.cid-u3jlXkwTso [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u3jlXkXNZb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jlXkXNZb .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u3jmfawm24 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u3jmfawm24 .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u3jmfawm24 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u3jmfawm24 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u3jmfawm24 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u3jmfawm24 .navbar-caption {
  font-weight: 500;
}
.cid-u3jmfawm24 nav.navbar {
  position: fixed;
}
.cid-u3jmfawm24 .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-u3jmfawm24 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3jmfawm24 .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u3jmfawm24 .dropdown-item:hover,
.cid-u3jmfawm24 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3jmfawm24 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3jmfawm24 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3jmfawm24 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3jmfawm24 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3jmfawm24 .nav-link {
  position: relative;
}
.cid-u3jmfawm24 .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u3jmfawm24 .container {
  display: flex;
  margin: auto;
}
.cid-u3jmfawm24 .dropdown-menu,
.cid-u3jmfawm24 .navbar.opened {
  background: #000000 !important;
}
.cid-u3jmfawm24 .nav-item:focus,
.cid-u3jmfawm24 .nav-link:focus {
  outline: none;
}
.cid-u3jmfawm24 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3jmfawm24 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3jmfawm24 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3jmfawm24 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3jmfawm24 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3jmfawm24 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3jmfawm24 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u3jmfawm24 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3jmfawm24 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3jmfawm24 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3jmfawm24 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3jmfawm24 .navbar.collapsed {
  justify-content: center;
}
.cid-u3jmfawm24 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3jmfawm24 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3jmfawm24 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3jmfawm24 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3jmfawm24 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3jmfawm24 .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-u3jmfawm24 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3jmfawm24 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3jmfawm24 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3jmfawm24 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3jmfawm24 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3jmfawm24 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3jmfawm24 .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-u3jmfawm24 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3jmfawm24 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3jmfawm24 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3jmfawm24 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3jmfawm24 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3jmfawm24 .navbar.navbar-short {
  min-height: 80px;
}
.cid-u3jmfawm24 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3jmfawm24 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u3jmfawm24 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3jmfawm24 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3jmfawm24 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3jmfawm24 .dropdown-item.active,
.cid-u3jmfawm24 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3jmfawm24 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3jmfawm24 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3jmfawm24 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3jmfawm24 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3jmfawm24 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3jmfawm24 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3jmfawm24 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3jmfawm24 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3jmfawm24 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u3jmfawm24 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3jmfawm24 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jmfawm24 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jmfawm24 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3jmfawm24 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jmfawm24 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3jmfawm24 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3jmfawm24 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jmfawm24 .navbar-dropdown {
  position: fixed;
}
.cid-u3jmfawm24 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3jmfawm24 .navbar {
    height: 70px;
  }
  .cid-u3jmfawm24 .navbar.opened {
    height: auto;
  }
  .cid-u3jmfawm24 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u3jmfb7ARP {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jmfbv6hi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jmfbUMHb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3jmfbUMHb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3jmfbUMHb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3jmfbUMHb .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3jmfcmVm6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4fUuuNKNZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4fUuuNKNZ .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4fUuuNKNZ .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4fUuuNKNZ .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4fUuuNKNZ .image {
  margin: auto;
}
.cid-u4fUuuNKNZ .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4fUuuNKNZ .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4fUuuNKNZ .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4fUuuNKNZ .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4fUuuNKNZ .bottom__block {
  margin-bottom: 40px;
}
.cid-u4fUuuNKNZ .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4fUuuNKNZ .card__text {
  color: #22a5e5;
}
.cid-u4fUuuNKNZ .mbr-text,
.cid-u4fUuuNKNZ .linked {
  color: #d0d0d0;
}
.cid-u4fUuuNKNZ .mbr-text,
.cid-u4fUuuNKNZ .linked {
  color: #000000;
}
.cid-u3jmfdhr6Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jmfdhr6Z .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3jmfdhr6Z .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3jmfdhr6Z .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u3jmfdhr6Z .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u3jmfdhr6Z .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u3jmfdhr6Z .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u3jmfdhr6Z .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u3jmfdhr6Z .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u3jmfdhr6Z .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u3jmfdhr6Z .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u3jmfdhr6Z .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u3jmfdhr6Z .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u3jmfdhr6Z .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-u3jmfdhr6Z .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u3jmfdhr6Z [class^="socicon-"]:before,
.cid-u3jmfdhr6Z [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u3jmfdKRYz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jmfdKRYz .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u3jmw7dHyR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u3jmw7dHyR .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u3jmw7dHyR .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u3jmw7dHyR .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u3jmw7dHyR .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u3jmw7dHyR .navbar-caption {
  font-weight: 500;
}
.cid-u3jmw7dHyR nav.navbar {
  position: fixed;
}
.cid-u3jmw7dHyR .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-u3jmw7dHyR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3jmw7dHyR .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u3jmw7dHyR .dropdown-item:hover,
.cid-u3jmw7dHyR .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3jmw7dHyR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3jmw7dHyR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3jmw7dHyR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3jmw7dHyR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3jmw7dHyR .nav-link {
  position: relative;
}
.cid-u3jmw7dHyR .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u3jmw7dHyR .container {
  display: flex;
  margin: auto;
}
.cid-u3jmw7dHyR .dropdown-menu,
.cid-u3jmw7dHyR .navbar.opened {
  background: #000000 !important;
}
.cid-u3jmw7dHyR .nav-item:focus,
.cid-u3jmw7dHyR .nav-link:focus {
  outline: none;
}
.cid-u3jmw7dHyR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3jmw7dHyR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3jmw7dHyR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3jmw7dHyR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3jmw7dHyR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3jmw7dHyR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3jmw7dHyR .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u3jmw7dHyR .navbar.opened {
  transition: all 0.3s;
}
.cid-u3jmw7dHyR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3jmw7dHyR .navbar .navbar-logo img {
  width: auto;
}
.cid-u3jmw7dHyR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3jmw7dHyR .navbar.collapsed {
  justify-content: center;
}
.cid-u3jmw7dHyR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3jmw7dHyR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3jmw7dHyR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3jmw7dHyR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3jmw7dHyR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3jmw7dHyR .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-u3jmw7dHyR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3jmw7dHyR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3jmw7dHyR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3jmw7dHyR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3jmw7dHyR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3jmw7dHyR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3jmw7dHyR .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-u3jmw7dHyR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3jmw7dHyR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3jmw7dHyR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3jmw7dHyR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3jmw7dHyR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3jmw7dHyR .navbar.navbar-short {
  min-height: 80px;
}
.cid-u3jmw7dHyR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3jmw7dHyR .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u3jmw7dHyR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3jmw7dHyR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3jmw7dHyR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3jmw7dHyR .dropdown-item.active,
.cid-u3jmw7dHyR .dropdown-item:active {
  background-color: transparent;
}
.cid-u3jmw7dHyR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3jmw7dHyR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3jmw7dHyR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3jmw7dHyR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3jmw7dHyR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3jmw7dHyR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3jmw7dHyR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3jmw7dHyR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3jmw7dHyR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u3jmw7dHyR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3jmw7dHyR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jmw7dHyR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jmw7dHyR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3jmw7dHyR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jmw7dHyR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3jmw7dHyR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3jmw7dHyR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jmw7dHyR .navbar-dropdown {
  position: fixed;
}
.cid-u3jmw7dHyR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3jmw7dHyR .navbar {
    height: 70px;
  }
  .cid-u3jmw7dHyR .navbar.opened {
    height: auto;
  }
  .cid-u3jmw7dHyR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u3jmw7O5Sz {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jmw8ddAv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jmw8Dlg4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3jmw8Dlg4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3jmw8Dlg4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3jmw8Dlg4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3jmw96aaZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4fUMhQFO0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4fUMhQFO0 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4fUMhQFO0 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4fUMhQFO0 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4fUMhQFO0 .image {
  margin: auto;
}
.cid-u4fUMhQFO0 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4fUMhQFO0 .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4fUMhQFO0 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4fUMhQFO0 .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4fUMhQFO0 .bottom__block {
  margin-bottom: 40px;
}
.cid-u4fUMhQFO0 .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4fUMhQFO0 .card__text {
  color: #22a5e5;
}
.cid-u4fUMhQFO0 .mbr-text,
.cid-u4fUMhQFO0 .linked {
  color: #d0d0d0;
}
.cid-u4fUMhQFO0 .mbr-text,
.cid-u4fUMhQFO0 .linked {
  color: #000000;
}
.cid-u3jmwa4DKv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jmwa4DKv .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3jmwa4DKv .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3jmwa4DKv .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u3jmwa4DKv .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u3jmwa4DKv .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u3jmwa4DKv .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u3jmwa4DKv .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u3jmwa4DKv .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u3jmwa4DKv .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u3jmwa4DKv .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u3jmwa4DKv .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u3jmwa4DKv .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u3jmwa4DKv .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-u3jmwa4DKv .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u3jmwa4DKv [class^="socicon-"]:before,
.cid-u3jmwa4DKv [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u3jmwaw7yn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jmwaw7yn .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u3jCsk1YEI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u3jCsk1YEI .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u3jCsk1YEI .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u3jCsk1YEI .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u3jCsk1YEI .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u3jCsk1YEI .navbar-caption {
  font-weight: 500;
}
.cid-u3jCsk1YEI nav.navbar {
  position: fixed;
}
.cid-u3jCsk1YEI .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-u3jCsk1YEI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3jCsk1YEI .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u3jCsk1YEI .dropdown-item:hover,
.cid-u3jCsk1YEI .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3jCsk1YEI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3jCsk1YEI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3jCsk1YEI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3jCsk1YEI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3jCsk1YEI .nav-link {
  position: relative;
}
.cid-u3jCsk1YEI .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u3jCsk1YEI .container {
  display: flex;
  margin: auto;
}
.cid-u3jCsk1YEI .dropdown-menu,
.cid-u3jCsk1YEI .navbar.opened {
  background: #000000 !important;
}
.cid-u3jCsk1YEI .nav-item:focus,
.cid-u3jCsk1YEI .nav-link:focus {
  outline: none;
}
.cid-u3jCsk1YEI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3jCsk1YEI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3jCsk1YEI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3jCsk1YEI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3jCsk1YEI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3jCsk1YEI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3jCsk1YEI .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u3jCsk1YEI .navbar.opened {
  transition: all 0.3s;
}
.cid-u3jCsk1YEI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3jCsk1YEI .navbar .navbar-logo img {
  width: auto;
}
.cid-u3jCsk1YEI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3jCsk1YEI .navbar.collapsed {
  justify-content: center;
}
.cid-u3jCsk1YEI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3jCsk1YEI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3jCsk1YEI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3jCsk1YEI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3jCsk1YEI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3jCsk1YEI .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-u3jCsk1YEI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3jCsk1YEI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3jCsk1YEI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3jCsk1YEI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3jCsk1YEI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3jCsk1YEI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3jCsk1YEI .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-u3jCsk1YEI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3jCsk1YEI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3jCsk1YEI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3jCsk1YEI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3jCsk1YEI .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3jCsk1YEI .navbar.navbar-short {
  min-height: 80px;
}
.cid-u3jCsk1YEI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3jCsk1YEI .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u3jCsk1YEI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3jCsk1YEI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3jCsk1YEI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3jCsk1YEI .dropdown-item.active,
.cid-u3jCsk1YEI .dropdown-item:active {
  background-color: transparent;
}
.cid-u3jCsk1YEI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3jCsk1YEI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3jCsk1YEI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3jCsk1YEI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3jCsk1YEI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3jCsk1YEI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3jCsk1YEI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3jCsk1YEI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3jCsk1YEI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u3jCsk1YEI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3jCsk1YEI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jCsk1YEI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jCsk1YEI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3jCsk1YEI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jCsk1YEI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3jCsk1YEI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3jCsk1YEI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jCsk1YEI .navbar-dropdown {
  position: fixed;
}
.cid-u3jCsk1YEI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3jCsk1YEI .navbar {
    height: 70px;
  }
  .cid-u3jCsk1YEI .navbar.opened {
    height: auto;
  }
  .cid-u3jCsk1YEI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u3jCsky3xj {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jCskZ6yg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jCslo5yC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4fU46lTpi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4fU46lTpi .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4fU46lTpi .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4fU46lTpi .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4fU46lTpi .image {
  margin: auto;
}
.cid-u4fU46lTpi .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4fU46lTpi .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4fU46lTpi .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4fU46lTpi .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4fU46lTpi .bottom__block {
  margin-bottom: 40px;
}
.cid-u4fU46lTpi .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4fU46lTpi .card__text {
  color: #22a5e5;
}
.cid-u4fU46lTpi .mbr-text,
.cid-u4fU46lTpi .linked {
  color: #d0d0d0;
}
.cid-u4fU46lTpi .mbr-text,
.cid-u4fU46lTpi .linked {
  color: #000000;
}
.cid-u3jCsmlN6x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jCsmlN6x .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3jCsmlN6x .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3jCsmlN6x .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u3jCsmlN6x .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u3jCsmlN6x .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u3jCsmlN6x .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u3jCsmlN6x .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u3jCsmlN6x .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u3jCsmlN6x .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u3jCsmlN6x .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u3jCsmlN6x .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u3jCsmlN6x .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u3jCsmlN6x .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-u3jCsmlN6x .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u3jCsmlN6x [class^="socicon-"]:before,
.cid-u3jCsmlN6x [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u3jCsmUQnH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jCsmUQnH .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u3jDX7ZWD6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u3jDX7ZWD6 .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u3jDX7ZWD6 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u3jDX7ZWD6 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u3jDX7ZWD6 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u3jDX7ZWD6 .navbar-caption {
  font-weight: 500;
}
.cid-u3jDX7ZWD6 nav.navbar {
  position: fixed;
}
.cid-u3jDX7ZWD6 .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-u3jDX7ZWD6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3jDX7ZWD6 .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u3jDX7ZWD6 .dropdown-item:hover,
.cid-u3jDX7ZWD6 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3jDX7ZWD6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3jDX7ZWD6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3jDX7ZWD6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3jDX7ZWD6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3jDX7ZWD6 .nav-link {
  position: relative;
}
.cid-u3jDX7ZWD6 .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u3jDX7ZWD6 .container {
  display: flex;
  margin: auto;
}
.cid-u3jDX7ZWD6 .dropdown-menu,
.cid-u3jDX7ZWD6 .navbar.opened {
  background: #000000 !important;
}
.cid-u3jDX7ZWD6 .nav-item:focus,
.cid-u3jDX7ZWD6 .nav-link:focus {
  outline: none;
}
.cid-u3jDX7ZWD6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3jDX7ZWD6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3jDX7ZWD6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3jDX7ZWD6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3jDX7ZWD6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3jDX7ZWD6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3jDX7ZWD6 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u3jDX7ZWD6 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3jDX7ZWD6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3jDX7ZWD6 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3jDX7ZWD6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3jDX7ZWD6 .navbar.collapsed {
  justify-content: center;
}
.cid-u3jDX7ZWD6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3jDX7ZWD6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3jDX7ZWD6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3jDX7ZWD6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3jDX7ZWD6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3jDX7ZWD6 .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-u3jDX7ZWD6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3jDX7ZWD6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3jDX7ZWD6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3jDX7ZWD6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3jDX7ZWD6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3jDX7ZWD6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3jDX7ZWD6 .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-u3jDX7ZWD6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3jDX7ZWD6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3jDX7ZWD6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3jDX7ZWD6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3jDX7ZWD6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3jDX7ZWD6 .navbar.navbar-short {
  min-height: 80px;
}
.cid-u3jDX7ZWD6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3jDX7ZWD6 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u3jDX7ZWD6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3jDX7ZWD6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3jDX7ZWD6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3jDX7ZWD6 .dropdown-item.active,
.cid-u3jDX7ZWD6 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3jDX7ZWD6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3jDX7ZWD6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3jDX7ZWD6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3jDX7ZWD6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3jDX7ZWD6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3jDX7ZWD6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3jDX7ZWD6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3jDX7ZWD6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3jDX7ZWD6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u3jDX7ZWD6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3jDX7ZWD6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jDX7ZWD6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jDX7ZWD6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3jDX7ZWD6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jDX7ZWD6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3jDX7ZWD6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3jDX7ZWD6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jDX7ZWD6 .navbar-dropdown {
  position: fixed;
}
.cid-u3jDX7ZWD6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3jDX7ZWD6 .navbar {
    height: 70px;
  }
  .cid-u3jDX7ZWD6 .navbar.opened {
    height: auto;
  }
  .cid-u3jDX7ZWD6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u3jDX8z4xf {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jDX8ZS9S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jDX9pBbc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4fUn33eOl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4fUn33eOl .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4fUn33eOl .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4fUn33eOl .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4fUn33eOl .image {
  margin: auto;
}
.cid-u4fUn33eOl .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4fUn33eOl .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4fUn33eOl .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4fUn33eOl .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4fUn33eOl .bottom__block {
  margin-bottom: 40px;
}
.cid-u4fUn33eOl .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4fUn33eOl .card__text {
  color: #22a5e5;
}
.cid-u4fUn33eOl .mbr-text,
.cid-u4fUn33eOl .linked {
  color: #d0d0d0;
}
.cid-u4fUn33eOl .mbr-text,
.cid-u4fUn33eOl .linked {
  color: #000000;
}
.cid-u3jDXalpXg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jDXalpXg .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3jDXalpXg .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3jDXalpXg .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u3jDXalpXg .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u3jDXalpXg .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u3jDXalpXg .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u3jDXalpXg .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u3jDXalpXg .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u3jDXalpXg .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u3jDXalpXg .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u3jDXalpXg .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u3jDXalpXg .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u3jDXalpXg .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-u3jDXalpXg .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u3jDXalpXg [class^="socicon-"]:before,
.cid-u3jDXalpXg [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u3jDXaRG9g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jDXaRG9g .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u3jExhhFh7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u3jExhhFh7 .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u3jExhhFh7 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u3jExhhFh7 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u3jExhhFh7 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u3jExhhFh7 .navbar-caption {
  font-weight: 500;
}
.cid-u3jExhhFh7 nav.navbar {
  position: fixed;
}
.cid-u3jExhhFh7 .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-u3jExhhFh7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3jExhhFh7 .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u3jExhhFh7 .dropdown-item:hover,
.cid-u3jExhhFh7 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3jExhhFh7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3jExhhFh7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3jExhhFh7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3jExhhFh7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3jExhhFh7 .nav-link {
  position: relative;
}
.cid-u3jExhhFh7 .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u3jExhhFh7 .container {
  display: flex;
  margin: auto;
}
.cid-u3jExhhFh7 .dropdown-menu,
.cid-u3jExhhFh7 .navbar.opened {
  background: #000000 !important;
}
.cid-u3jExhhFh7 .nav-item:focus,
.cid-u3jExhhFh7 .nav-link:focus {
  outline: none;
}
.cid-u3jExhhFh7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3jExhhFh7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3jExhhFh7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3jExhhFh7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3jExhhFh7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3jExhhFh7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3jExhhFh7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u3jExhhFh7 .navbar.opened {
  transition: all 0.3s;
}
.cid-u3jExhhFh7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3jExhhFh7 .navbar .navbar-logo img {
  width: auto;
}
.cid-u3jExhhFh7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3jExhhFh7 .navbar.collapsed {
  justify-content: center;
}
.cid-u3jExhhFh7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3jExhhFh7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3jExhhFh7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3jExhhFh7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3jExhhFh7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3jExhhFh7 .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-u3jExhhFh7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3jExhhFh7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3jExhhFh7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3jExhhFh7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3jExhhFh7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3jExhhFh7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3jExhhFh7 .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-u3jExhhFh7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3jExhhFh7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3jExhhFh7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3jExhhFh7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3jExhhFh7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3jExhhFh7 .navbar.navbar-short {
  min-height: 80px;
}
.cid-u3jExhhFh7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3jExhhFh7 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u3jExhhFh7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3jExhhFh7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3jExhhFh7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3jExhhFh7 .dropdown-item.active,
.cid-u3jExhhFh7 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3jExhhFh7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3jExhhFh7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3jExhhFh7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3jExhhFh7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3jExhhFh7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3jExhhFh7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3jExhhFh7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3jExhhFh7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3jExhhFh7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u3jExhhFh7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3jExhhFh7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jExhhFh7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jExhhFh7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3jExhhFh7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jExhhFh7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3jExhhFh7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3jExhhFh7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jExhhFh7 .navbar-dropdown {
  position: fixed;
}
.cid-u3jExhhFh7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3jExhhFh7 .navbar {
    height: 70px;
  }
  .cid-u3jExhhFh7 .navbar.opened {
    height: auto;
  }
  .cid-u3jExhhFh7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u3jExhQXzz {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jExig2jO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jExiE5er {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4fUDlhsKB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4fUDlhsKB .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4fUDlhsKB .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4fUDlhsKB .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4fUDlhsKB .image {
  margin: auto;
}
.cid-u4fUDlhsKB .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4fUDlhsKB .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4fUDlhsKB .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4fUDlhsKB .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4fUDlhsKB .bottom__block {
  margin-bottom: 40px;
}
.cid-u4fUDlhsKB .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4fUDlhsKB .card__text {
  color: #22a5e5;
}
.cid-u4fUDlhsKB .mbr-text,
.cid-u4fUDlhsKB .linked {
  color: #d0d0d0;
}
.cid-u4fUDlhsKB .mbr-text,
.cid-u4fUDlhsKB .linked {
  color: #000000;
}
.cid-u3jExjzRad {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jExjzRad .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3jExjzRad .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3jExjzRad .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u3jExjzRad .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u3jExjzRad .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u3jExjzRad .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u3jExjzRad .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u3jExjzRad .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u3jExjzRad .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u3jExjzRad .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u3jExjzRad .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u3jExjzRad .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u3jExjzRad .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-u3jExjzRad .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u3jExjzRad [class^="socicon-"]:before,
.cid-u3jExjzRad [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u3jExk0TlA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jExk0TlA .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u3jFAkCEvC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u3jFAkCEvC .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u3jFAkCEvC .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u3jFAkCEvC .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u3jFAkCEvC .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u3jFAkCEvC .navbar-caption {
  font-weight: 500;
}
.cid-u3jFAkCEvC nav.navbar {
  position: fixed;
}
.cid-u3jFAkCEvC .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-u3jFAkCEvC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3jFAkCEvC .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u3jFAkCEvC .dropdown-item:hover,
.cid-u3jFAkCEvC .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3jFAkCEvC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3jFAkCEvC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3jFAkCEvC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3jFAkCEvC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3jFAkCEvC .nav-link {
  position: relative;
}
.cid-u3jFAkCEvC .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u3jFAkCEvC .container {
  display: flex;
  margin: auto;
}
.cid-u3jFAkCEvC .dropdown-menu,
.cid-u3jFAkCEvC .navbar.opened {
  background: #000000 !important;
}
.cid-u3jFAkCEvC .nav-item:focus,
.cid-u3jFAkCEvC .nav-link:focus {
  outline: none;
}
.cid-u3jFAkCEvC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3jFAkCEvC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3jFAkCEvC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3jFAkCEvC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3jFAkCEvC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3jFAkCEvC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3jFAkCEvC .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u3jFAkCEvC .navbar.opened {
  transition: all 0.3s;
}
.cid-u3jFAkCEvC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3jFAkCEvC .navbar .navbar-logo img {
  width: auto;
}
.cid-u3jFAkCEvC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3jFAkCEvC .navbar.collapsed {
  justify-content: center;
}
.cid-u3jFAkCEvC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3jFAkCEvC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3jFAkCEvC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3jFAkCEvC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3jFAkCEvC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3jFAkCEvC .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-u3jFAkCEvC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3jFAkCEvC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3jFAkCEvC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3jFAkCEvC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3jFAkCEvC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3jFAkCEvC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3jFAkCEvC .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-u3jFAkCEvC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3jFAkCEvC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3jFAkCEvC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3jFAkCEvC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3jFAkCEvC .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3jFAkCEvC .navbar.navbar-short {
  min-height: 80px;
}
.cid-u3jFAkCEvC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3jFAkCEvC .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u3jFAkCEvC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3jFAkCEvC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3jFAkCEvC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3jFAkCEvC .dropdown-item.active,
.cid-u3jFAkCEvC .dropdown-item:active {
  background-color: transparent;
}
.cid-u3jFAkCEvC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3jFAkCEvC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3jFAkCEvC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3jFAkCEvC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3jFAkCEvC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3jFAkCEvC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3jFAkCEvC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3jFAkCEvC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3jFAkCEvC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u3jFAkCEvC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3jFAkCEvC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jFAkCEvC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jFAkCEvC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3jFAkCEvC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jFAkCEvC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3jFAkCEvC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3jFAkCEvC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jFAkCEvC .navbar-dropdown {
  position: fixed;
}
.cid-u3jFAkCEvC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3jFAkCEvC .navbar {
    height: 70px;
  }
  .cid-u3jFAkCEvC .navbar.opened {
    height: auto;
  }
  .cid-u3jFAkCEvC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u3jFAldrlu {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jFAlHzP9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u5bsWogIMN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u5bsWogIMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5bsWogIMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u5bsWogIMN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5bsWogIMN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u5bsWogIMN .text-wrapper {
    padding: 2rem;
  }
}
.cid-u5bspnjSIU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3jFAm7SLc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4fUVTuQWa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4fUVTuQWa .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4fUVTuQWa .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4fUVTuQWa .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4fUVTuQWa .image {
  margin: auto;
}
.cid-u4fUVTuQWa .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4fUVTuQWa .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4fUVTuQWa .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4fUVTuQWa .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4fUVTuQWa .bottom__block {
  margin-bottom: 40px;
}
.cid-u4fUVTuQWa .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4fUVTuQWa .card__text {
  color: #22a5e5;
}
.cid-u4fUVTuQWa .mbr-text,
.cid-u4fUVTuQWa .linked {
  color: #d0d0d0;
}
.cid-u4fUVTuQWa .mbr-text,
.cid-u4fUVTuQWa .linked {
  color: #000000;
}
.cid-u3jFAn7TR7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jFAn7TR7 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3jFAn7TR7 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3jFAn7TR7 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u3jFAn7TR7 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u3jFAn7TR7 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u3jFAn7TR7 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u3jFAn7TR7 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u3jFAn7TR7 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u3jFAn7TR7 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u3jFAn7TR7 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u3jFAn7TR7 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u3jFAn7TR7 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u3jFAn7TR7 .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-u3jFAn7TR7 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u3jFAn7TR7 [class^="socicon-"]:before,
.cid-u3jFAn7TR7 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u3jFAnygKC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jFAnygKC .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u3jBO8EB1p {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u3jBO8EB1p .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u3jBO8EB1p .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u3jBO8EB1p .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u3jBO8EB1p .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u3jBO8EB1p .navbar-caption {
  font-weight: 500;
}
.cid-u3jBO8EB1p nav.navbar {
  position: fixed;
}
.cid-u3jBO8EB1p .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-u3jBO8EB1p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3jBO8EB1p .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u3jBO8EB1p .dropdown-item:hover,
.cid-u3jBO8EB1p .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3jBO8EB1p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3jBO8EB1p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3jBO8EB1p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3jBO8EB1p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3jBO8EB1p .nav-link {
  position: relative;
}
.cid-u3jBO8EB1p .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u3jBO8EB1p .container {
  display: flex;
  margin: auto;
}
.cid-u3jBO8EB1p .dropdown-menu,
.cid-u3jBO8EB1p .navbar.opened {
  background: #000000 !important;
}
.cid-u3jBO8EB1p .nav-item:focus,
.cid-u3jBO8EB1p .nav-link:focus {
  outline: none;
}
.cid-u3jBO8EB1p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3jBO8EB1p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3jBO8EB1p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3jBO8EB1p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3jBO8EB1p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3jBO8EB1p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3jBO8EB1p .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u3jBO8EB1p .navbar.opened {
  transition: all 0.3s;
}
.cid-u3jBO8EB1p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3jBO8EB1p .navbar .navbar-logo img {
  width: auto;
}
.cid-u3jBO8EB1p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3jBO8EB1p .navbar.collapsed {
  justify-content: center;
}
.cid-u3jBO8EB1p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3jBO8EB1p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3jBO8EB1p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3jBO8EB1p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3jBO8EB1p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3jBO8EB1p .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-u3jBO8EB1p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3jBO8EB1p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3jBO8EB1p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3jBO8EB1p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3jBO8EB1p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3jBO8EB1p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3jBO8EB1p .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-u3jBO8EB1p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3jBO8EB1p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3jBO8EB1p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3jBO8EB1p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3jBO8EB1p .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3jBO8EB1p .navbar.navbar-short {
  min-height: 80px;
}
.cid-u3jBO8EB1p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3jBO8EB1p .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u3jBO8EB1p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3jBO8EB1p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3jBO8EB1p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3jBO8EB1p .dropdown-item.active,
.cid-u3jBO8EB1p .dropdown-item:active {
  background-color: transparent;
}
.cid-u3jBO8EB1p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3jBO8EB1p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3jBO8EB1p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3jBO8EB1p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u3jBO8EB1p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3jBO8EB1p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3jBO8EB1p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3jBO8EB1p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3jBO8EB1p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u3jBO8EB1p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3jBO8EB1p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jBO8EB1p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3jBO8EB1p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3jBO8EB1p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jBO8EB1p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3jBO8EB1p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3jBO8EB1p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3jBO8EB1p .navbar-dropdown {
  position: fixed;
}
.cid-u3jBO8EB1p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3jBO8EB1p .navbar {
    height: 70px;
  }
  .cid-u3jBO8EB1p .navbar.opened {
    height: auto;
  }
  .cid-u3jBO8EB1p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u3jBO9fWWJ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jBO9N6v7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5babHdH9c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5babHdH9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5babHdH9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u5babHdH9c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5babHdH9c img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u5babHdH9c .text-wrapper {
    padding: 2rem;
  }
}
.cid-u5bacWU7MJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jBOaeSKQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u4fTvIXGub {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u4fTvIXGub .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u4fTvIXGub .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u4fTvIXGub .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u4fTvIXGub .image {
  margin: auto;
}
.cid-u4fTvIXGub .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u4fTvIXGub .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u4fTvIXGub .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u4fTvIXGub .linked {
    margin: 30px 0 40px;
  }
}
.cid-u4fTvIXGub .bottom__block {
  margin-bottom: 40px;
}
.cid-u4fTvIXGub .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u4fTvIXGub .card__text {
  color: #22a5e5;
}
.cid-u4fTvIXGub .mbr-text,
.cid-u4fTvIXGub .linked {
  color: #d0d0d0;
}
.cid-u4fTvIXGub .mbr-text,
.cid-u4fTvIXGub .linked {
  color: #000000;
}
.cid-u3jBOb9sCV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jBOb9sCV .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3jBOb9sCV .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3jBOb9sCV .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u3jBOb9sCV .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u3jBOb9sCV .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u3jBOb9sCV .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u3jBOb9sCV .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u3jBOb9sCV .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u3jBOb9sCV .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u3jBOb9sCV .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u3jBOb9sCV .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u3jBOb9sCV .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u3jBOb9sCV .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-u3jBOb9sCV .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u3jBOb9sCV [class^="socicon-"]:before,
.cid-u3jBOb9sCV [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u3jBObAoes {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jBObAoes .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u492ZQ4li5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u492ZQ4li5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492ZQ4li5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u492ZQ4li5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u492ZQ4li5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u492ZQ4li5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .container {
    max-width: 100%;
  }
  .cid-u492ZQ4li5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u492ZQ4li5 .item-wrap {
  width: 100%;
}
.cid-u492ZQ4li5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u492ZQ4li5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u492ZQ4li5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u492ZQ4li5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u492ZQ4li5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u492ZQ4li5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u492ZQ4li5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-links {
    padding-top: 20px;
  }
}
.cid-u492ZQ4li5 .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u492ZQ4li5 .list {
    text-align: center !important;
  }
}
.cid-u492ZQ4li5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u492ZQ4li5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u492ZQ4li5 .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u492ZQ4li5 .list a:hover:before {
  width: 100%;
}
.cid-u492ZQ4li5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u492ZQ4li5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-u492ZQ4li5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u492ZQ4li5 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u4u749pHmc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u4u749pHmc .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u4u749pHmc .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u4u749pHmc .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u4u749pHmc .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u4u749pHmc .navbar-caption {
  font-weight: 500;
}
.cid-u4u749pHmc nav.navbar {
  position: fixed;
}
.cid-u4u749pHmc .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-u4u749pHmc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4u749pHmc .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u4u749pHmc .dropdown-item:hover,
.cid-u4u749pHmc .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u4u749pHmc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4u749pHmc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4u749pHmc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4u749pHmc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4u749pHmc .nav-link {
  position: relative;
}
.cid-u4u749pHmc .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u4u749pHmc .container {
  display: flex;
  margin: auto;
}
.cid-u4u749pHmc .dropdown-menu,
.cid-u4u749pHmc .navbar.opened {
  background: #000000 !important;
}
.cid-u4u749pHmc .nav-item:focus,
.cid-u4u749pHmc .nav-link:focus {
  outline: none;
}
.cid-u4u749pHmc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4u749pHmc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4u749pHmc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4u749pHmc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4u749pHmc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4u749pHmc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4u749pHmc .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u4u749pHmc .navbar.opened {
  transition: all 0.3s;
}
.cid-u4u749pHmc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4u749pHmc .navbar .navbar-logo img {
  width: auto;
}
.cid-u4u749pHmc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4u749pHmc .navbar.collapsed {
  justify-content: center;
}
.cid-u4u749pHmc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4u749pHmc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4u749pHmc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u4u749pHmc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4u749pHmc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4u749pHmc .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-u4u749pHmc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4u749pHmc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u4u749pHmc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4u749pHmc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4u749pHmc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4u749pHmc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4u749pHmc .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-u4u749pHmc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4u749pHmc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4u749pHmc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4u749pHmc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4u749pHmc .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u4u749pHmc .navbar.navbar-short {
  min-height: 80px;
}
.cid-u4u749pHmc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4u749pHmc .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u4u749pHmc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4u749pHmc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4u749pHmc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4u749pHmc .dropdown-item.active,
.cid-u4u749pHmc .dropdown-item:active {
  background-color: transparent;
}
.cid-u4u749pHmc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4u749pHmc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4u749pHmc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4u749pHmc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u4u749pHmc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4u749pHmc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4u749pHmc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4u749pHmc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4u749pHmc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u4u749pHmc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4u749pHmc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4u749pHmc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4u749pHmc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4u749pHmc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4u749pHmc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4u749pHmc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4u749pHmc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4u749pHmc .navbar-dropdown {
  position: fixed;
}
.cid-u4u749pHmc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4u749pHmc .navbar {
    height: 70px;
  }
  .cid-u4u749pHmc .navbar.opened {
    height: auto;
  }
  .cid-u4u749pHmc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u4u74a0nXg {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4u74a0nXg .mbr-section-title {
  text-align: center;
}
.cid-u4u8hUs9S6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4u74aqNtk {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4u74aqNtk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4u74aqNtk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4u74aqNtk .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u4u74aqNtk .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u4u74aqNtk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u4u74aqNtk .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u4u74aqNtk .container {
    padding: 0 16px;
  }
}
.cid-u4u74aqNtk .row {
  justify-content: center;
}
.cid-u4u74aqNtk .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u4u74aqNtk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u4u74aqNtk .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u4u74aqNtk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u4u74aqNtk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u4u74aqNtk .form-wrap {
  padding-right: 48px;
}
@media (max-width: 1200px) {
  .cid-u4u74aqNtk .form-wrap {
    padding: 0;
  }
}
.cid-u4u74aqNtk .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-u4u74aqNtk .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-u4u74aqNtk .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-u4u74aqNtk .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: .5rem !important;
  background-color: transparent;
}
.cid-u4u74aqNtk .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-u4u74aqNtk .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-u4u74aqNtk .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-u4u74aqNtk .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-u4u74aqNtk .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-u4u74aqNtk .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-u4u74aqNtk .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-u4u74aqNtk .image-wrapper {
  height: 100%;
}
.cid-u4u74aqNtk .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-u4u74aqNtk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u4u74aqNtk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u4u74aqNtk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u4u74bpHCT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u4u74bpHCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4u74bpHCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4u74bpHCT .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u4u74bpHCT .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u4u74bpHCT .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u4u74bpHCT .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u4u74bpHCT .container {
    max-width: 100%;
  }
  .cid-u4u74bpHCT .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u4u74bpHCT .item-wrap {
  width: 100%;
}
.cid-u4u74bpHCT .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u4u74bpHCT .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u4u74bpHCT .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u4u74bpHCT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4u74bpHCT .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u4u74bpHCT .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4u74bpHCT .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u4u74bpHCT .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u4u74bpHCT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u4u74bpHCT .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u4u74bpHCT .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u4u74bpHCT .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u4u74bpHCT .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u4u74bpHCT .col-links {
    padding-top: 20px;
  }
}
.cid-u4u74bpHCT .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u4u74bpHCT .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u4u74bpHCT .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u4u74bpHCT .list {
    text-align: center !important;
  }
}
.cid-u4u74bpHCT .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u4u74bpHCT .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u4u74bpHCT .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u4u74bpHCT .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u4u74bpHCT .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u4u74bpHCT .list a:hover:before {
  width: 100%;
}
.cid-u4u74bpHCT .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u4u74bpHCT .col-copyright {
    padding-top: 40px;
  }
}
.cid-u4u74bpHCT .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u4u74bpHCT .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u55EQRcMi3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u55EQRcMi3 .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-u55EQRcMi3 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-u55EQRcMi3 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-u55EQRcMi3 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u55EQRcMi3 .navbar-caption {
  font-weight: 500;
}
.cid-u55EQRcMi3 nav.navbar {
  position: fixed;
}
.cid-u55EQRcMi3 .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-u55EQRcMi3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u55EQRcMi3 .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-u55EQRcMi3 .dropdown-item:hover,
.cid-u55EQRcMi3 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u55EQRcMi3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u55EQRcMi3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u55EQRcMi3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u55EQRcMi3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u55EQRcMi3 .nav-link {
  position: relative;
}
.cid-u55EQRcMi3 .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-u55EQRcMi3 .container {
  display: flex;
  margin: auto;
}
.cid-u55EQRcMi3 .dropdown-menu,
.cid-u55EQRcMi3 .navbar.opened {
  background: #000000 !important;
}
.cid-u55EQRcMi3 .nav-item:focus,
.cid-u55EQRcMi3 .nav-link:focus {
  outline: none;
}
.cid-u55EQRcMi3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u55EQRcMi3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u55EQRcMi3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u55EQRcMi3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u55EQRcMi3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u55EQRcMi3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u55EQRcMi3 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u55EQRcMi3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u55EQRcMi3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u55EQRcMi3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u55EQRcMi3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u55EQRcMi3 .navbar.collapsed {
  justify-content: center;
}
.cid-u55EQRcMi3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u55EQRcMi3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u55EQRcMi3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u55EQRcMi3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u55EQRcMi3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u55EQRcMi3 .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-u55EQRcMi3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u55EQRcMi3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u55EQRcMi3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u55EQRcMi3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u55EQRcMi3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u55EQRcMi3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u55EQRcMi3 .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-u55EQRcMi3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u55EQRcMi3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u55EQRcMi3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u55EQRcMi3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u55EQRcMi3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u55EQRcMi3 .navbar.navbar-short {
  min-height: 80px;
}
.cid-u55EQRcMi3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u55EQRcMi3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u55EQRcMi3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u55EQRcMi3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u55EQRcMi3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u55EQRcMi3 .dropdown-item.active,
.cid-u55EQRcMi3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u55EQRcMi3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u55EQRcMi3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u55EQRcMi3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u55EQRcMi3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u55EQRcMi3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u55EQRcMi3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u55EQRcMi3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u55EQRcMi3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u55EQRcMi3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-u55EQRcMi3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u55EQRcMi3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u55EQRcMi3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u55EQRcMi3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u55EQRcMi3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u55EQRcMi3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u55EQRcMi3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u55EQRcMi3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u55EQRcMi3 .navbar-dropdown {
  position: fixed;
}
.cid-u55EQRcMi3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u55EQRcMi3 .navbar {
    height: 70px;
  }
  .cid-u55EQRcMi3 .navbar.opened {
    height: auto;
  }
  .cid-u55EQRcMi3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-u55EQS7vtu {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u55EQSQ2xh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5b7UT7sMa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5b7UT7sMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5b7UT7sMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u5b7UT7sMa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5b7UT7sMa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u5b7UT7sMa .text-wrapper {
    padding: 2rem;
  }
}
.cid-u5b7YtxaDD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u55EQTx5VV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-u55EQUgaCW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-u55EQUgaCW .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u55EQUgaCW .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-u55EQUgaCW .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-u55EQUgaCW .image {
  margin: auto;
}
.cid-u55EQUgaCW .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-u55EQUgaCW .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-u55EQUgaCW .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-u55EQUgaCW .linked {
    margin: 30px 0 40px;
  }
}
.cid-u55EQUgaCW .bottom__block {
  margin-bottom: 40px;
}
.cid-u55EQUgaCW .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-u55EQUgaCW .card__text {
  color: #22a5e5;
}
.cid-u55EQUgaCW .mbr-text,
.cid-u55EQUgaCW .linked {
  color: #d0d0d0;
}
.cid-u55EQUgaCW .mbr-text,
.cid-u55EQUgaCW .linked {
  color: #000000;
}
.cid-u55EQVbn94 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u55EQVbn94 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u55EQVbn94 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u55EQVbn94 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u55EQVbn94 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u55EQVbn94 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u55EQVbn94 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u55EQVbn94 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u55EQVbn94 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u55EQVbn94 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u55EQVbn94 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u55EQVbn94 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u55EQVbn94 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u55EQVbn94 .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-u55EQVbn94 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u55EQVbn94 [class^="socicon-"]:before,
.cid-u55EQVbn94 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u55EQVVc4A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u55EQVVc4A .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u55EQWBL3B {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u55EQWBL3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u55EQWBL3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u55EQWBL3B .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u55EQWBL3B .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u55EQWBL3B .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u55EQWBL3B .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u55EQWBL3B .container {
    max-width: 100%;
  }
  .cid-u55EQWBL3B .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u55EQWBL3B .item-wrap {
  width: 100%;
}
.cid-u55EQWBL3B .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u55EQWBL3B .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u55EQWBL3B .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u55EQWBL3B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u55EQWBL3B .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u55EQWBL3B .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u55EQWBL3B .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u55EQWBL3B .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u55EQWBL3B .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u55EQWBL3B .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u55EQWBL3B .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u55EQWBL3B .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u55EQWBL3B .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u55EQWBL3B .col-links {
    padding-top: 20px;
  }
}
.cid-u55EQWBL3B .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u55EQWBL3B .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u55EQWBL3B .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u55EQWBL3B .list {
    text-align: center !important;
  }
}
.cid-u55EQWBL3B .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u55EQWBL3B .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u55EQWBL3B .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u55EQWBL3B .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-u55EQWBL3B .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-u55EQWBL3B .list a:hover:before {
  width: 100%;
}
.cid-u55EQWBL3B .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u55EQWBL3B .col-copyright {
    padding-top: 40px;
  }
}
.cid-u55EQWBL3B .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u55EQWBL3B .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-ufaWorCC32 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ufaWorCC32 .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-ufaWorCC32 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-ufaWorCC32 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ufaWorCC32 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ufaWorCC32 .navbar-caption {
  font-weight: 500;
}
.cid-ufaWorCC32 nav.navbar {
  position: fixed;
}
.cid-ufaWorCC32 .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-ufaWorCC32 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufaWorCC32 .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-ufaWorCC32 .dropdown-item:hover,
.cid-ufaWorCC32 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-ufaWorCC32 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufaWorCC32 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufaWorCC32 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufaWorCC32 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufaWorCC32 .nav-link {
  position: relative;
}
.cid-ufaWorCC32 .nav-link:hover {
  text-decoration: underline;
  color: #4479d9 !important;
}
.cid-ufaWorCC32 .container {
  display: flex;
  margin: auto;
}
.cid-ufaWorCC32 .dropdown-menu,
.cid-ufaWorCC32 .navbar.opened {
  background: #000000 !important;
}
.cid-ufaWorCC32 .nav-item:focus,
.cid-ufaWorCC32 .nav-link:focus {
  outline: none;
}
.cid-ufaWorCC32 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufaWorCC32 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufaWorCC32 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufaWorCC32 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufaWorCC32 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufaWorCC32 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufaWorCC32 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-ufaWorCC32 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufaWorCC32 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufaWorCC32 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufaWorCC32 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufaWorCC32 .navbar.collapsed {
  justify-content: center;
}
.cid-ufaWorCC32 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufaWorCC32 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufaWorCC32 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufaWorCC32 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufaWorCC32 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufaWorCC32 .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-ufaWorCC32 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufaWorCC32 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ufaWorCC32 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufaWorCC32 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufaWorCC32 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufaWorCC32 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufaWorCC32 .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-ufaWorCC32 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufaWorCC32 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufaWorCC32 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufaWorCC32 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufaWorCC32 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ufaWorCC32 .navbar.navbar-short {
  min-height: 80px;
}
.cid-ufaWorCC32 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufaWorCC32 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ufaWorCC32 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufaWorCC32 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufaWorCC32 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufaWorCC32 .dropdown-item.active,
.cid-ufaWorCC32 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufaWorCC32 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufaWorCC32 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufaWorCC32 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufaWorCC32 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ufaWorCC32 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufaWorCC32 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufaWorCC32 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufaWorCC32 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufaWorCC32 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-ufaWorCC32 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufaWorCC32 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufaWorCC32 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufaWorCC32 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufaWorCC32 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufaWorCC32 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufaWorCC32 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufaWorCC32 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufaWorCC32 .navbar-dropdown {
  position: fixed;
}
.cid-ufaWorCC32 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufaWorCC32 .navbar {
    height: 70px;
  }
  .cid-ufaWorCC32 .navbar.opened {
    height: auto;
  }
  .cid-ufaWorCC32 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #4479d9;
  }
}
.cid-ufaWos510m {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufaWosuy2R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufaWotBzZd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ufaWotZEdE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-ufaWotZEdE .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-ufaWotZEdE .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-ufaWotZEdE .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-ufaWotZEdE .image {
  margin: auto;
}
.cid-ufaWotZEdE .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-ufaWotZEdE .linked {
  color: #fb7522;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-ufaWotZEdE .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-ufaWotZEdE .linked {
    margin: 30px 0 40px;
  }
}
.cid-ufaWotZEdE .bottom__block {
  margin-bottom: 40px;
}
.cid-ufaWotZEdE .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-ufaWotZEdE .card__text {
  color: #22a5e5;
}
.cid-ufaWotZEdE .mbr-text,
.cid-ufaWotZEdE .linked {
  color: #d0d0d0;
}
.cid-ufaWotZEdE .mbr-text,
.cid-ufaWotZEdE .linked {
  color: #000000;
}
.cid-ufaWouptzD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufaWouptzD .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ufaWouptzD .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-ufaWouptzD .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-ufaWouptzD .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-ufaWouptzD .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-ufaWouptzD .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-ufaWouptzD .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-ufaWouptzD .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-ufaWouptzD .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-ufaWouptzD .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-ufaWouptzD .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-ufaWouptzD .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-ufaWouptzD .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-ufaWouptzD .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-ufaWouptzD [class^="socicon-"]:before,
.cid-ufaWouptzD [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ufaWouOOb2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufaWouOOb2 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-ufaWov7jmo {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ufaWov7jmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufaWov7jmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufaWov7jmo .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-ufaWov7jmo .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-ufaWov7jmo .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-ufaWov7jmo .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-ufaWov7jmo .container {
    max-width: 100%;
  }
  .cid-ufaWov7jmo .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-ufaWov7jmo .item-wrap {
  width: 100%;
}
.cid-ufaWov7jmo .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ufaWov7jmo .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ufaWov7jmo .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ufaWov7jmo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ufaWov7jmo .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ufaWov7jmo .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ufaWov7jmo .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ufaWov7jmo .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-ufaWov7jmo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ufaWov7jmo .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-ufaWov7jmo .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-ufaWov7jmo .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ufaWov7jmo .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ufaWov7jmo .col-links {
    padding-top: 20px;
  }
}
.cid-ufaWov7jmo .mbr-section-subtitle {
  color: #fafafa;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-ufaWov7jmo .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-ufaWov7jmo .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-ufaWov7jmo .list {
    text-align: center !important;
  }
}
.cid-ufaWov7jmo .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-ufaWov7jmo .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-ufaWov7jmo .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ufaWov7jmo .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4479d9;
  transition: 0.4s all;
}
.cid-ufaWov7jmo .list a:hover {
  color: #4479d9 !important;
  line-height: inherit !important;
}
.cid-ufaWov7jmo .list a:hover:before {
  width: 100%;
}
.cid-ufaWov7jmo .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-ufaWov7jmo .col-copyright {
    padding-top: 40px;
  }
}
.cid-ufaWov7jmo .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-ufaWov7jmo .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
