




html {
  font-size: initial!important;
}
body {
  font-family: 'Sarabun', sans-serif;
}
.display-1 {
  font-family: 'Sarabun', sans-serif;
  font-size: 2.625rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-2 {
  font-family: 'Sarabun', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Sarabun', sans-serif;
  font-size: 1rem;
  line-height: 1.867!important;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Sarabun', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Sarabun', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 2.1rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.8375rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 11px 35px;
  border-radius: 3px;
}
.btn-sm {
  padding: 15px 35px;
  border-radius: 3px;
}
.btn-md {
  padding: 18px 50px;
  border-radius: 3px;
}
.btn-lg {
  padding: 19px 50px;
  border-radius: 3px;
}
.bg-primary {
  background-color: #FD8541 !important;
}
.bg-success {
  background-color: #3caf57 !important;
}
.bg-info {
  background-color: #1732a4 !important;
}
.bg-warning {
  background-color: #ff6b00 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(255, 88, 88, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #FD8541 !important;
  border-color: #FD8541 !important;
  color: #ffffff !important;
}
/*.btn-primary:hover,*/
/*.btn-primary:focus,*/
/*.btn-primary.focus,*/
/*.btn-primary.active {*/
/*  color: #ffffff !important;*/
/*  background-color: #ff2525 !important;*/
/*  border-color: #ff2525 !important;*/
/*}*/
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff2525 !important;
  border-color: #ff2525 !important;
}
.btn-primary:before {
  background: #FD8541;
}
#menu1-2 .btn-primary:hover:before,
#header1-6 .btn-primary:hover:before {
  background: #ffffff;
}
.btn-primary:hover {
  color: #ffffff !important;
  border-color: #FD8541 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 88, 88, 0.15)!important;
}
#menu1-2 .btn-primary:hover,
#header1-6 .btn-primary:hover {
  color: #FD8541 !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 88, 88, 0.15)!important;
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(25, 28, 47, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #191c2f !important;
  border-color: #191c2f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #07080e !important;
  border-color: #07080e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #07080e !important;
  border-color: #07080e !important;
}
.btn-secondary:before {
  background: #191c2f;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #191c2f !important;
  box-shadow: 0 15px 30px 0 rgba(25, 28, 47, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(23, 50, 164, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #1732a4 !important;
  border-color: #1732a4 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #112477 !important;
  border-color: #112477 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #112477 !important;
  border-color: #112477 !important;
}
.btn-info:before {
  background: #1732a4;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #1732a4 !important;
  box-shadow: 0 15px 30px 0 rgba(23, 50, 164, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(60, 175, 87, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #3caf57 !important;
  border-color: #3caf57 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2f8944 !important;
  border-color: #2f8944 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2f8944 !important;
  border-color: #2f8944 !important;
}
.btn-success:before {
  background: #3caf57;
}
.btn-success:hover {
  color: #ffffff !important;
  border-color: #3caf57 !important;
  box-shadow: 0 15px 30px 0 rgba(60, 175, 87, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(255, 107, 0, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #cc5600 !important;
  border-color: #cc5600 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #cc5600 !important;
  border-color: #cc5600 !important;
}
.btn-warning:before {
  background: #ff6b00;
}
.btn-warning:hover {
  color: #ffffff !important;
  border-color: #ff6b00 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 107, 0, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-danger:before {
  background: #ff0000;
}
.btn-danger:hover {
  color: #ffffff !important;
  border-color: #ff0000 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-white {
  color: #FD8541 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 88, 88, 0.15);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:before {
  background: #FD8541;
}
.btn-white:hover {
  color: #ffffff !important;
  border-color: #FD8541 !important;
  background-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  background: #4d4d4d;
}
.btn-black:hover {
  border-color: #4d4d4d !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #FD8541;
  color: #FD8541;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #FD8541 !important;
  border-color: #FD8541 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #FD8541 !important;
  border-color: #FD8541 !important;
}
.btn-primary-outline:before {
  background: #FD8541;
}
.btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 88, 88, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #191c2f;
  color: #191c2f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #191c2f !important;
  border-color: #191c2f !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #191c2f !important;
  border-color: #191c2f !important;
}
.btn-secondary-outline:before {
  background: #191c2f;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(25, 28, 47, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1732a4;
  color: #1732a4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #1732a4 !important;
  border-color: #1732a4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1732a4 !important;
  border-color: #1732a4 !important;
}
.btn-info-outline:before {
  background: #1732a4;
}
.btn-info-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(23, 50, 164, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3caf57;
  color: #3caf57;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #3caf57 !important;
  border-color: #3caf57 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3caf57 !important;
  border-color: #3caf57 !important;
}
.btn-success-outline:before {
  background: #3caf57;
}
.btn-success-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(60, 175, 87, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff6b00;
  color: #ff6b00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
}
.btn-warning-outline:before {
  background: #ff6b00;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 107, 0, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-danger-outline:before {
  background: #ff0000;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
  background: #4d4d4d;
}
.btn-white-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #FD8541 !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
  background: #ffffff;
}
.text-primary {
  color: #FD8541 !important;
}
.text-secondary {
  color: #191c2f !important;
}
.text-success {
  color: #3caf57 !important;
}
.text-info {
  color: #1732a4 !important;
}
.text-warning {
  color: #ff6b00 !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f10000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #226331 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a174b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #994000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #FD8541;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #1732a4;
}
.alert-warning {
  background-color: #ff6b00;
}
.alert-danger {
  background-color: #ff0000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 45px;
}
.mbr-gallery-filter li a {
  border-radius: 45px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #FD8541;
  border-color: #FD8541;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 45px !important;
}
a,
a:hover {
  color: #FD8541;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #91d9a2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #5470e7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe1cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Sarabun', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Sarabun', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #FD8541;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 45px !important;
}
.mbr-form button[type="submit"] {
  border-radius: 45px !important;
}
.mbr-form .wpforms-container{
  margin-left: 15px!important;
}
.dragArea .wpforms-field{
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  margin-bottom: 30px!important;
}
.wpforms-submit-container{
  padding-top: 0px!important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #FD8541;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #FD8541;
}
.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: #FD8541;
  border-bottom-color: #FD8541;
}
.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: #FD8541 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #191c2f !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='%23ff5858' %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.btn-white {
  color: #FD8541 !important;
}
.mbr-arrow-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
  background: rgba(255, 88, 88, 0.6);
}
.mbr-arrow-up a:hover {
  background: #FD8541;
}
.cid-skcLuebpkE {
  z-index: 1000;
  width: 100%;
}
.cid-skcLuebpkE nav.mbr-navbar {
  position: fixed;
}
.cid-skcLuebpkE .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-skcLuebpkE .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-skcLuebpkE .mbr-dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-skcLuebpkE .mbr-navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-skcLuebpkE .mbr-dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-skcLuebpkE .mbr-navbar .mbr-dropdown.open > .mbr-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-skcLuebpkE .mbr-dropdown-item:hover,
.cid-skcLuebpkE .mbr-dropdown-item:focus {
  background: rgba(255, 88, 88, 0.1) !important;
  color: #FD8541 !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .link.mbr-dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-skcLuebpkE .nav-link {
  position: relative;
  line-height: 1;
}
.cid-skcLuebpkE .nav-link:hover {
  color: #FD8541 !important;
}
.cid-skcLuebpkE .container {
  display: flex;
  margin: auto;
}
.cid-skcLuebpkE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-skcLuebpkE .mbr-dropdown-menu,
.cid-skcLuebpkE .mbr-navbar.opened {
  background: #1732a4 !important;
}
.cid-skcLuebpkE .nav-item:focus,
.cid-skcLuebpkE .nav-link:focus {
  outline: none;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item::after {
  right: 0.5rem;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .collapsed .mbr-dropdown-menu .mbr-dropdown-item:before {
  display: none;
}
.cid-skcLuebpkE .collapsed .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-skcLuebpkE .mbr-navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(23, 50, 164, 0.8);
}
.cid-skcLuebpkE .mbr-navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-skcLuebpkE .mbr-navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skcLuebpkE .mbr-navbar.navbar-short .mbr-navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skcLuebpkE .mbr-navbar.opened {
  transition: all 0.3s;
}
.cid-skcLuebpkE .mbr-navbar .mbr-dropdown-item {
  padding: 6px 30px;
}
.cid-skcLuebpkE .mbr-navbar .navbar-logo img {
  width: auto;
}
.cid-skcLuebpkE .mbr-navbar .mbr-navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-skcLuebpkE .mbr-navbar.collapsed {
  justify-content: center;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skcLuebpkE .mbr-navbar.collapsed.opened .mbr-dropdown-menu {
  top: 0;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-submenu {
  left: 0 !important;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-item:after {
  right: auto;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-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-skcLuebpkE .mbr-navbar.collapsed ul.mbr-navbar-nav li {
  margin: auto;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-skcLuebpkE .mbr-navbar.opened .mbr-dropdown-menu {
    top: 0;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu {
    display: none;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-submenu {
    left: 0 !important;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-item:after {
    right: auto;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-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-skcLuebpkE .mbr-navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skcLuebpkE .mbr-navbar ul.mbr-navbar-nav {
    padding: 15px;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-navbar-toggler {
    flex-basis: auto;
  }
  .cid-skcLuebpkE .mbr-navbar .navbar-buttons,
  .cid-skcLuebpkE .mbr-navbar .icons-menu {
    display: none;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-skcLuebpkE .mbr-navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skcLuebpkE .mbr-navbar-brand .mbr-navbar-caption {
  line-height: inherit !important;
}
.cid-skcLuebpkE .mbr-navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skcLuebpkE .mbr-dropdown-item.active,
.cid-skcLuebpkE .mbr-dropdown-item:active {
  background-color: transparent;
}
.cid-skcLuebpkE .mbr-navbar-expand-lg .mbr-navbar-nav .nav-link {
  padding: 0;
}
.cid-skcLuebpkE .mbr-navbar.mbr-navbar-expand-lg .mbr-dropdown .mbr-dropdown-menu {
  background: #1732a4;
}
.cid-skcLuebpkE .mbr-navbar.mbr-navbar-expand-lg .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skcLuebpkE ul.mbr-navbar-nav {
  flex-wrap: wrap;
}
.cid-skcLuebpkE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skcLuebpkE button.mbr-navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE .mbr-navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skcLuebpkE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-skcLuebpkE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skcLuebpkE .mbr-navbar {
    height: 70px;
  }
  .cid-skcLuebpkE .mbr-navbar.opened {
    height: auto;
  }
  .cid-skcLuebpkE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skcZSONz3f {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("/wp-content/themes/mobirise/images/main.png");
  background-color: #122A8E;
}
@media screen and (max-width: 1100px) {
  .cid-skcZSONz3f {
    background-image: none;
    background-color: #122A8E;
  }
}
.cid-skcZSONz3f .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-skcZSONz3f .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #ffffff;
}
.cid-skcZSONz3f .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #FD8541;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skcZSONz3f .mbr-text {
  line-height: 1.54;
  margin-bottom: 50px;
}
.cid-skcZSONz3f .mbr-section-btn {
  display: inline-block;
}
.cid-skcZSONz3f .popup_video {
  display: inline-flex;
  align-items: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 30px;
}
.cid-skcZSONz3f .popup_video:hover {
  cursor: pointer;
}
.cid-skcZSONz3f .popup_video:hover .popup__text {
  color: #ffffff;
}
.cid-skcZSONz3f .popup_video:hover .popup__text:after {
  transform: scaleX(1);
}
.cid-skcZSONz3f .popup_video:hover .popup__text:before {
  transform: scaleX(0);
}
.cid-skcZSONz3f .popup_video:hover .mbr-media {
  background-color: #ffffff;
}
.cid-skcZSONz3f .popup_video:hover .mbr-media span {
  color: #FD8541;
}
.cid-skcZSONz3f .mbr-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 25px;
  background-color: #FD8541;
  transition: all 0.4s ease-in-out;
  animation: pulse 2s linear infinite;
}
.cid-skcZSONz3f .mbr-media span {
  font-size: 17px;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  color: #ffffff;
}
.cid-skcZSONz3f .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-skcZSONz3f .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff;
}
.cid-skcZSONz3f .popup__text:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-skcZSONz3f .popup__text:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #ffffff;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-skcZSONz3f .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-skcZSONz3f .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-skcZSONz3f .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-skcZSONz3f a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-skcZSONz3f a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skcZSONz3f .head_block {
    order: 1;
    text-align: center;
  }
  .cid-skcZSONz3f .image_img {
    margin-bottom: 40px;
  }
  .cid-skcZSONz3f .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-skcZSONz3f .mbr-text {
    margin-bottom: 20px;
  }
  .cid-skcZSONz3f .popup_video {
    margin-left: 0;
    margin-top: 10px;
  }
  .cid-skcZSONz3f .btn_group {
    flex-direction: column;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.08), 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08), 0px 0px 0px 18px rgba(255, 255, 255, 0);
  }
}
.cid-skcZSONz3f .mbr-text,
.cid-skcZSONz3f .buttons_wrap {
  color: #e0e5ff;
}
.cid-srh7t0Z7dS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-srh7t0Z7dS .title_block {
  margin-bottom: 80px;
}
.cid-srh7t0Z7dS .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #FD8541;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 400;
}
.mbr-section-title span, .mbr-section-title strong{
  font-weight: 800;
}
.cid-srh7t0Z7dS .mbr-section-title {
  color: #0F1738;
  font-size: 36px;
}
.cid-srh7t0Z7dS .image img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-srh7t0Z7dS .image img {
    width: 80%;
    height: 80%;
    margin: auto;
  }
}
.cid-srh7t0Z7dS .mbr-text {
  margin-top: 30px;
}
.cid-srh7t0Z7dS .nav-tabs .nav-item.open .nav-link:focus,
.cid-srh7t0Z7dS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-srh7t0Z7dS .nav-tabs {
  flex-wrap: wrap;
  justify-content: center;
  border: none;
  margin-bottom: 50px;
}
.cid-srh7t0Z7dS .nav-tabs .nav-item .mbr-iconfont {
  background: linear-gradient(225deg, #38B5FC 0%, #0A62C7 100%);
  box-shadow: 0px 10px 31px rgba(10, 98, 199, 0.3);
}

.cid-srh7t0Z7dS .nav-item {
  width: 190px;
  min-height: 210px;
}
.cid-srh7t0Z7dS .nav-item .mbr-iconfont {
  margin: 0;
  border-radius: 50%;
  color: #ffffff;
  width: 70px;
  height: 70px;
  font-size: 34px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 30px;
}
.cid-srh7t0Z7dS .nav-tabs .nav-link {
  background-color: #f6fbff !important;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
  border: none;
  color: #051441 !important;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*.cid-srh7t0Z7dS .nav-tabs .nav-link.active {*/
/*  background-color: #ffffff !important;*/
/*  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);*/
/*  color: #000000 !important;*/
/*}*/
.cid-srh7t0Z7dS .nav-tabs .nav-link:hover {
  background-color: #ffffff !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #000000 !important;
  cursor: pointer;
}
.cid-srh7t0Z7dS .nav-tabs .nav-item {
  margin: 15px;
}
@media (max-width: 991px) {
  .cid-srh7t0Z7dS .title_block {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-srh7t0Z7dS .nav-item {
    width: 46%;
    min-height: 150px;
  }
  .cid-srh7t0Z7dS .nav-item .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .cid-srh7t0Z7dS .mbr-text {
    margin-top: 20px;
  }
  .cid-srh7t0Z7dS .nav-tabs .nav-link {
    padding: 25px 10px;
  }
  .cid-srh7t0Z7dS .nav-tabs .nav-item {
    margin: 0 10px 10px 0;
  }
  .cid-srh7t0Z7dS .nav-tabs {
    margin-bottom: 30px;
  }
}
.cid-skd1Ry0CW0 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f6fbff;
  overflow: hidden;
  position: relative;
}
.cid-skd1Ry0CW0 .mbr-overlay {
  background: #5eeebb;
}
.cid-skd1Ry0CW0 .wave img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
}
.cid-skd1Ry0CW0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-skd1Ry0CW0 .card-title {
  margin-bottom: 26px;
}
.cid-skd1Ry0CW0 .mbr-text {
  margin-bottom: 30px;
}
.cid-skd1Ry0CW0 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-skd1Ry0CW0 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(5, 20, 65, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-skd1Ry0CW0 .iconfont-wrapper .mbr-iconfont {
  color: #051441;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-skd1Ry0CW0 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skd1Ry0CW0 .text-wrapper {
    text-align: center;
  }
  .cid-skd1Ry0CW0 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-skd1Ry0CW0 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-skd1Ry0CW0 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-skd1Ry0CW0 .mbr-text,
.cid-skd1Ry0CW0 .mbr-section-btn {
  color: #051441;
}
.cid-skd1Ry0CW0 .card-title,
.cid-skd1Ry0CW0 .icon_block {
  color: #0F1738;
  font-size: 36px;
}
.cid-skd1O60gq7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-skd1O60gq7 .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #191c2f;
}
.cid-skd1O60gq7 .mbr-section-title {
  margin-bottom: 0;
  color: #191c2f;
  font-weight: 400;
}
.cid-skd1O60gq7 .card_wrapper {
  display: block;
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-skd1O60gq7 .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-skd1O60gq7 .card_wrapper:hover .card_title {
  color: #FD8541;
}
.cid-skd1O60gq7 .card_wrapper:hover .card_link .mbr-iconfont {
  color: #FD8541 !important;
}
.cid-skd1O60gq7 .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-skd1O60gq7 .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-skd1O60gq7 .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-skd1O60gq7 .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-skd1O60gq7 .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-skd1O60gq7 .icon_block {
  margin-bottom: 40px;
}
.cid-skd1O60gq7 .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0px 10px 31px rgba(255, 214, 0, 0.3);
  background-image: linear-gradient(225deg, #FFCD28 0%, #FFB017 100%);
}
.cid-skd1O60gq7 .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-skd1O60gq7 .card_title {
  margin-bottom: 20px;
  color: #051441;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skd1O60gq7 .card_text {
  margin-bottom: 50px;
  min-height: 120px;
}
.cid-skd1O60gq7 .card_link {
  display: block;
}
.cid-skd1O60gq7 .card_link p {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
  margin: 0;
}
.cid-skd1O60gq7 .card_wrapper:hover .card_link p {
  transform: translateX(6px);
}
.cid-skd1O60gq7 .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skd1O60gq7 .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-skd1O60gq7 .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #3caf57;
  border-radius: 50%;
}
.cid-skd1O60gq7 .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #1732a4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-skd1O60gq7 .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #ff6b00;
}
.cid-skd1O60gq7 .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-skd1O60gq7 .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-skd1O60gq7 .card_title {
    margin-bottom: 15px;
  }
  .cid-skd1O60gq7 .card_text {
    margin-bottom: 20px;
  }
  .cid-skd1O60gq7 .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-skd1O60gq7 .card_title,
.cid-skd1O60gq7 .icon_block {
  color: #191c2f;
}
.cid-skd1O60gq7 .card_text,
.cid-skd1O60gq7 .card_link {
  color: #18181D;
  font-weight: 400;
}
.cid-skd1DrtU6r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skd1DrtU6r .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-skd1DrtU6r .mbr-section-title {
  margin-bottom: 20px;
  color: #0F1738;
  font-size: 36px;
}
.cid-skd1DrtU6r .mbr-text {
  margin-bottom: 50px;
}
.cid-skd1DrtU6r .card_wrap {
  margin-bottom: 20px;
}
.cid-skd1DrtU6r .item:nth-child(1) .icon_block svg polygon {
  fill: #fff0e5;
}
.cid-skd1DrtU6r .item:nth-child(1) .mbr-iconfont {
  color: #ff6b00;
}
.cid-skd1DrtU6r .item:nth-child(2) .icon_block svg polygon {
  fill: #b1bef4;
}
.cid-skd1DrtU6r .item:nth-child(2) .mbr-iconfont {
  color: #1732a4;
}
.cid-skd1DrtU6r .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.cid-skd1DrtU6r .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.cid-skd1DrtU6r .item .icon_block .mbr-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 4px;
  left:5px;
}
.cid-skd1DrtU6r .card_title {
  margin-bottom: 18px;
  color: #191c2f;
}
.cid-skd1DrtU6r .card_text {
  margin-bottom: 0;
  color: #18181D;
  font-weight: 400;
}
.cid-skd1DrtU6r .mbr-section-btn {
  margin-top: 30px;
}
.cid-skd1DrtU6r .shape {
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-skd1DrtU6r .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #3caf57;
  border-radius: 50%;
}
.cid-skd1DrtU6r .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #1732a4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.cid-skd1DrtU6r .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #ff6b00;
}
.cid-skd1DrtU6r .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .cid-skd1DrtU6r .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skd1DrtU6r .text-wrapper {
    text-align: center;
  }
  .cid-skd1DrtU6r .card_wrap {
    margin-bottom: 20px;
  }
  .cid-skd1DrtU6r .icon_block {
    margin-bottom: 20px;
  }
  .cid-skd1DrtU6r .card_title {
    margin-bottom: 10px;
  }
  .cid-skd1DrtU6r .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-skd1DrtU6r .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-skd1DrtU6r .mbr-text,
.cid-skd1DrtU6r .mbr-section-btn {
  color: #18181D;
  font-weight: 400;
}
.cid-srh0hrCR5o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-srh0hrCR5o .title_block {
  margin-bottom: 30px;
}
.cid-srh0hrCR5o .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #FD8541;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 500;
}
.cid-srh0hrCR5o .mbr-section-title {
  color: #0F1738;
  font-size: 36px;
}
.cid-srh0hrCR5o .item-wrapper {
  margin: 50px auto 0px;
  overflow: visible;
}
.cid-srh0hrCR5o .item-wrapper:hover .item-img {
  transform: translateY(-16px);
}
.cid-srh0hrCR5o .item-wrapper:hover .social_block .iconfont-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.cid-srh0hrCR5o .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(1) {
  transition-delay: 0.05s;
}
.cid-srh0hrCR5o .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(2) {
  transition-delay: 0.1s;
}
.cid-srh0hrCR5o .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(3) {
  transition-delay: 0.2s;
}
.cid-srh0hrCR5o .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(4) {
  transition-delay: 0.3s;
}
.cid-srh0hrCR5o .item-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.cid-srh0hrCR5o img,
.cid-srh0hrCR5o .item-img {
  width: auto!important;
  object-fit: cover;
  margin-right: auto;
  margin-left: auto;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-srh0hrCR5o .item:focus,
.cid-srh0hrCR5o span:focus {
  outline: none;
}
.cid-srh0hrCR5o .social_block {
  margin: 0 auto;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.cid-srh0hrCR5o .social_block .iconfont-wrapper {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 13px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-srh0hrCR5o .social_block .mbr-iconfont {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.cid-srh0hrCR5o .card-title {
  margin-bottom: 5px;
  color: #191c2f;
}
.cid-srh0hrCR5o .card-text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-srh0hrCR5o .title_block {
    margin-bottom: 0;
  }
  .cid-srh0hrCR5o .item-wrapper {
    max-width: 255px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-srh0hrCR5o .item-wrapper:hover .item-img {
    transform: translateY(0);
  }
  .cid-srh0hrCR5o .item-wrapper .social_block .iconfont-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .cid-srh0hrCR5o .social_block {
    top: auto;
    bottom: 10%;
    transform: translateY(0);
  }
}
.cid-srgZYalMVt {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-srgZYalMVt .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #0A62C7;

}
.cid-srgZYalMVt .title_block {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-srgZYalMVt .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #FD8541;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-srgZYalMVt .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
.cid-srgZYalMVt .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-srgZYalMVt .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(255, 88, 88, 0.15);
  border-radius: 50%;
}
.cid-srgZYalMVt .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(255, 88, 88, 0.15);
  border-radius: 50%;
}
.cid-srgZYalMVt .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-srgZYalMVt .user {
  display: flex;
  align-items: center;
}
.cid-srgZYalMVt .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-srgZYalMVt .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-srgZYalMVt .user_name {
  margin-bottom: 2px;
  display: block;
  color: #191c2f;
}
.cid-srgZYalMVt .desk {
  margin-bottom: 0;
}
.cid-srgZYalMVt .iconfont-wrapper {
  min-width: 115px;
}
.cid-srgZYalMVt .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-srgZYalMVt .carousel-item {
  justify-content: center;
}
.cid-srgZYalMVt .carousel-item > div {
  width: 100%;
}
.cid-srgZYalMVt .carousel-item.active,
.cid-srgZYalMVt .carousel-item-next,
.cid-srgZYalMVt .carousel-item-prev {
  display: flex;
}
.cid-srgZYalMVt .carousel-controls {
  position: relative;
  height: 50px;
  margin-left: 20px;
  max-width: 120px;
  min-width: 120px;
}
.cid-srgZYalMVt .carousel-controls a {
  opacity: 1;
}
.cid-srgZYalMVt .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  color: #ffffff;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-srgZYalMVt .carousel-controls a span:hover {
  background-color: #ffffff;
  color: #FD8541;
}
.cid-srgZYalMVt .carousel-control-prev {
  position: static;
  margin-right: 10px;
  width: 50px;
}
.cid-srgZYalMVt .carousel-control-next {
  position: static;
  width: 50px;
}
@media (max-width: 991px) {
  .cid-srgZYalMVt .title_block {
    margin-bottom: 40px;
  }
  .cid-srgZYalMVt .card_header {
    flex-direction: column;
  }
  .cid-srgZYalMVt .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-srgZYalMVt .user {
    order: 1;
  }
}
@media (max-width: 420px) {
  .cid-srgZYalMVt .title_block {
    flex-direction: column;
  }
  .cid-srgZYalMVt .carousel-controls {
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  .cid-srKbxWtO0v .title_block {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-srgZYalMVt .title_block {
    text-align: center;
  }
  .cid-srgZYalMVt .carousel-item {
    padding: 0;
  }
  .cid-srgZYalMVt .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-srgZYalMVt .card_header {
    margin-bottom: 15px;
  }
  .cid-srgZYalMVt .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-srgZYalMVt .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-srh2ODMAs3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
/*@media (min-width: 1500px) {*/
/*  .cid-srh2ODMAs3 .container {*/
/*    max-width: 1400px;*/
/*  }*/
/*}*/
.cid-srh2ODMAs3 .row {
  justify-content: center;
}
.cid-srh2ODMAs3 .card {
  margin-bottom: 3rem;
}
.cid-srh2ODMAs3 .card-title {
  margin-top: 1rem;
}
.cid-srh2ODMAs3 .card-text {
  margin-top: 0.6875rem;
}
.cid-srh2ODMAs3 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-srh2ODMAs3 .mbr-section-title {
  margin-bottom: 1rem;
  text-align: left;
  color: #0F1738;
  font-size: 36px;
}
.cid-srh2ODMAs3 .mbr-section-title b:last-child,
.cid-srh2ODMAs3 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-srh2ODMAs3 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-srh2ODMAs3 .mbr-section-head {
  margin-bottom: 1.25rem;
}
.cid-srh2ODMAs3 .mbr-social-linkes a {
  display: inline-block;
  color: #000000;
}
.cid-srh2ODMAs3 .mbr-social-linkes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-srh2ODMAs3 .mbr-social-linkes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-srh2ODMAs3 .mbr-section-subtitle,
.cid-srh2ODMAs3 .mbr-social-linkes {
  text-align: left;
}
.cid-srh2LdZOnT {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: url("/wp-content/themes/mobirise/images/CTA.png") no-repeat center;
}
@media screen and (max-width: 992px){
  .cid-srh2LdZOnT {
    padding: 0;
  }
  .footer .firmm4_footer3.cid-skd2oVCawz .foot-menu {
    justify-content: center;
  }
  .footer .firmm4_footer3.cid-skd2oVCawz .mbr-text.mbr-fonts-style {
    text-align: center;
  }
}
@media screen and (max-width: 768px){
  .cid-srh2LdZOnT {
    background: #122A8E;
  }
  .footer .firmm4_footer3.cid-skd2oVCawz .foot-menu {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.cid-srh2LdZOnT .mbr-overlay {
  background: #6b3df0;
  background: linear-gradient(to right, #6b3df0, #5e2ced);
}
.cid-srh2LdZOnT .title_block {
  margin-bottom: 50px;
}
.cid-srh2LdZOnT .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 400;
  font-size: 18px;
}
.cid-srh2LdZOnT .mbr-section-title {
  margin-bottom: 36px;
}
.cid-srh2LdZOnT .mbr-text {
  margin-bottom: 30px;
}
.cid-srh2LdZOnT .mbr-section-btn .btn-white {
  color: #1732a4 !important;
}
.cid-srh2LdZOnT .mbr-section-btn .btn-white:before {
  background: #1732a4 !important;
}
.cid-srh2LdZOnT .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-srh2LdZOnT .mbr-section-btn .btn-white:hover::before {
  background: #1732a4 !important;
}
.cid-srh2LdZOnT .mbr-section-btn .btn-white-outline:hover {
  color: #1732a4 !important;
}
.cid-srh2LdZOnT .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-srh2LdZOnT .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-srh2LdZOnT .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-srh2LdZOnT .title_block {
    text-align: center;
  }
  .cid-srh2LdZOnT .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-srh2LdZOnT .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-srh2LdZOnT .btn {
    padding: 14px 26px;
  }
}
.cid-srh3A5VZ5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
.cid-srh3A5VZ5s .footer_col_logo {
  width: 40%;
}
.cid-srh3A5VZ5s .footer_col {
  width: 20%;
}
.cid-srh3A5VZ5s .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-srh3A5VZ5s .logo_wrap {
  max-width: 20%;
}
.cid-srh3A5VZ5s .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-srh3A5VZ5s .brand_name {
  color: #ffffff;
}
.cid-srh3A5VZ5s .contacts {
  margin-top: 46px;
}
.cid-srh3A5VZ5s .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-srh3A5VZ5s .contacts b {
  color: #ffffff;
}
.cid-srh3A5VZ5s .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-srh3A5VZ5s .item-wrap {
  line-height: 44px;
}
.cid-srh3A5VZ5s a.text-white {
  color: #a99fc5 !important;
}
.cid-srh3A5VZ5s a.text-white:hover {
  color: #ffffff !important;
}
.cid-srh3A5VZ5s .item-wrap a,
.cid-srh3A5VZ5s .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-srh3A5VZ5s .item-wrap a:before,
.cid-srh3A5VZ5s .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-srh3A5VZ5s .item-wrap a:hover::before,
.cid-srh3A5VZ5s .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-srh3A5VZ5s .image {
  margin-top: 0;

}

@media (max-width: 991px) {
  .cid-srh3A5VZ5s .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-srh3A5VZ5s .footer_col_logo {
    width: 100%;
  }
  .cid-srh3A5VZ5s .footer_col {
    width: 33.3%;
  }
  .cid-srh3A5VZ5s .image {
    margin-bottom: 40px;
  }
  .cid-srh3A5VZ5s .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-srh3A5VZ5s .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-srh3A5VZ5s .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-srh3A5VZ5s .row {
    justify-content: center;
    text-align: center;
  }
  .cid-srh3A5VZ5s .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-srh3A5VZ5s .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-srh3A5VZ5s .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-skd2oVCawz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #051441;
}
.cid-skd2oVCawz .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-skd2oVCawz .text-white {
  color: #a99fc5 !important;
}
.cid-skd2oVCawz .text-white:hover {
  color: #ffffff !important;
}
.cid-skd2oVCawz .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-skd2oVCawz .foot-menu li {
  padding: 10px;
}
.cid-skd2oVCawz .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skd2oVCawz .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-skd2oVCawz .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-skd2oVCawz .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-skd2oVCawz .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-skd2oVCawz .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-skd2oVCawz .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-skd2oVCawz .social-list a:hover {
  opacity: 1;
}
.cid-skd2oVCawz .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #6A7C92;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cid-skd2oVCawz .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-skd2oVCawz .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-skcLuebpkE {
  z-index: 1000;
  width: 100%;
}
.cid-skcLuebpkE nav.mbr-navbar {
  position: fixed;
}
.cid-skcLuebpkE .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-skcLuebpkE .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-skcLuebpkE .mbr-dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-skcLuebpkE .mbr-navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-skcLuebpkE .mbr-dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-skcLuebpkE .mbr-navbar .mbr-dropdown.open > .mbr-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-skcLuebpkE .mbr-dropdown-item:hover,
.cid-skcLuebpkE .mbr-dropdown-item:focus {
  background: rgba(255, 88, 88, 0.1) !important;
  color: #FD8541 !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .link.mbr-dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-skcLuebpkE .nav-link {
  position: relative;
  line-height: 1;
}
.cid-skcLuebpkE .nav-link:hover {
  color: #FD8541 !important;
}
.cid-skcLuebpkE .container {
  display: flex;
  margin: auto;
}
.cid-skcLuebpkE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-skcLuebpkE .mbr-dropdown-menu,
.cid-skcLuebpkE .mbr-navbar.opened {
  background: #1732a4 !important;
}
.cid-skcLuebpkE .nav-item:focus,
.cid-skcLuebpkE .nav-link:focus {
  outline: none;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item::after {
  right: 0.5rem;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .collapsed .mbr-dropdown-menu .mbr-dropdown-item:before {
  display: none;
}
.cid-skcLuebpkE .collapsed .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-skcLuebpkE .mbr-navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(23, 50, 164, 0.8);
}
.cid-skcLuebpkE .mbr-navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-skcLuebpkE .mbr-navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skcLuebpkE .mbr-navbar.navbar-short .mbr-navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skcLuebpkE .mbr-navbar.opened {
  transition: all 0.3s;
}
.cid-skcLuebpkE .mbr-navbar .mbr-dropdown-item {
  padding: 6px 30px;
}
.cid-skcLuebpkE .mbr-navbar .navbar-logo img {
  width: auto;
}
.cid-skcLuebpkE .mbr-navbar .mbr-navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-skcLuebpkE .mbr-navbar.collapsed {
  justify-content: center;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skcLuebpkE .mbr-navbar.collapsed.opened .mbr-dropdown-menu {
  top: 0;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-submenu {
  left: 0 !important;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-item:after {
  right: auto;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-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-skcLuebpkE .mbr-navbar.collapsed ul.mbr-navbar-nav li {
  margin: auto;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-skcLuebpkE .mbr-navbar.opened .mbr-dropdown-menu {
    top: 0;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu {
    display: none;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-submenu {
    left: 0 !important;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-item:after {
    right: auto;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-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-skcLuebpkE .mbr-navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skcLuebpkE .mbr-navbar ul.mbr-navbar-nav {
    padding: 15px;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-navbar-toggler {
    flex-basis: auto;
  }
  .cid-skcLuebpkE .mbr-navbar .navbar-buttons,
  .cid-skcLuebpkE .mbr-navbar .icons-menu {
    display: none;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-skcLuebpkE .mbr-navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skcLuebpkE .mbr-navbar-brand .mbr-navbar-caption {
  line-height: inherit !important;
}
.cid-skcLuebpkE .mbr-navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skcLuebpkE .mbr-dropdown-item.active,
.cid-skcLuebpkE .mbr-dropdown-item:active {
  background-color: transparent;
}
.cid-skcLuebpkE .mbr-navbar-expand-lg .mbr-navbar-nav .nav-link {
  padding: 0;
}
.cid-skcLuebpkE .mbr-navbar.mbr-navbar-expand-lg .mbr-dropdown .mbr-dropdown-menu {
  background: #1732a4;
}
.cid-skcLuebpkE .mbr-navbar.mbr-navbar-expand-lg .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skcLuebpkE ul.mbr-navbar-nav {
  flex-wrap: wrap;
}
.cid-skcLuebpkE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skcLuebpkE button.mbr-navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE .mbr-navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skcLuebpkE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-skcLuebpkE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skcLuebpkE .mbr-navbar {
    height: 70px;
  }
  .cid-skcLuebpkE .mbr-navbar.opened {
    height: auto;
  }
  .cid-skcLuebpkE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srK4svxFPx {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-srK4AwB6c8 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
/*@media (min-width: 1500px) {
  .cid-srK4AwB6c8 .container {
    max-width: 1400px;
  }
}*/
.cid-srK4AwB6c8 .row {
  justify-content: center;
}
.cid-srK4AwB6c8 .card {
  margin-bottom: 3rem;
}
.cid-srK4AwB6c8 .card-title {
  margin-top: 1rem;
}
.cid-srK4AwB6c8 .card-text {
  margin-top: 0.6875rem;
}
.cid-srK4AwB6c8 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-srK4AwB6c8 .mbr-section-title {
  margin-bottom: 1rem;
  text-align: left;
  color: #232323;
}
.cid-srK4AwB6c8 .mbr-section-title b:last-child,
.cid-srK4AwB6c8 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-srK4AwB6c8 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-srK4AwB6c8 .mbr-section-head {
  margin-bottom: 1.25rem;
}
.cid-srK4AwB6c8 .mbr-social-linkes a {
  display: inline-block;
  color: #000000;
}
.cid-srK4AwB6c8 .mbr-social-linkes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-srK4AwB6c8 .mbr-social-linkes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-srK4AwB6c8 .mbr-section-subtitle,
.cid-srK4AwB6c8 .mbr-social-linkes {
  text-align: left;
}
.cid-srK4OKssbX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #301cab;
}
.cid-srK4OKssbX .mbr-overlay {
  background: #6b3df0;
  background: linear-gradient(to right, #6b3df0, #5e2ced);
}
.cid-srK4OKssbX .title_block {
  margin-bottom: 50px;
}
.cid-srK4OKssbX .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
}
.cid-srK4OKssbX .mbr-section-title {
  margin-bottom: 36px;
}
.cid-srK4OKssbX .mbr-text {
  margin-bottom: 30px;
}
.cid-srK4OKssbX .mbr-section-btn .btn-white {
  color: #1732a4 !important;
}
.cid-srK4OKssbX .mbr-section-btn .btn-white:before {
  background: #1732a4 !important;
}
.cid-srK4OKssbX .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-srK4OKssbX .mbr-section-btn .btn-white:hover::before {
  background: #1732a4 !important;
}
.cid-srK4OKssbX .mbr-section-btn .btn-white-outline:hover {
  color: #1732a4 !important;
}
.cid-srK4OKssbX .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-srK4OKssbX .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-srK4OKssbX .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-srK4OKssbX .title_block {
    text-align: center;
  }
  .cid-srK4OKssbX .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-srK4OKssbX .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-srK4OKssbX .btn {
    padding: 14px 26px;
  }
}
.cid-srh3A5VZ5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
.cid-srh3A5VZ5s .footer_col_logo {
  width: 40%;
}
.cid-srh3A5VZ5s .footer_col {
  width: 20%;
}
.cid-srh3A5VZ5s .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-srh3A5VZ5s .logo_wrap {
  max-width: 20%;
}
.cid-srh3A5VZ5s .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-srh3A5VZ5s .brand_name {
  color: #ffffff;
}
.cid-srh3A5VZ5s .contacts {
  margin-top: 46px;
}
.cid-srh3A5VZ5s .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-srh3A5VZ5s .contacts b {
  color: #ffffff;
}
.cid-srh3A5VZ5s .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-srh3A5VZ5s .item-wrap {
  line-height: 44px;
}
.cid-srh3A5VZ5s a.text-white {
  color: #a99fc5 !important;
}
.cid-srh3A5VZ5s a.text-white:hover {
  color: #ffffff !important;
}
.cid-srh3A5VZ5s .item-wrap a,
.cid-srh3A5VZ5s .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-srh3A5VZ5s .item-wrap a:before,
.cid-srh3A5VZ5s .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-srh3A5VZ5s .item-wrap a:hover::before,
.cid-srh3A5VZ5s .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}


@media (max-width: 991px) {
  .cid-srh3A5VZ5s .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-srh3A5VZ5s .footer_col_logo {
    width: 100%;
  }
  .cid-srh3A5VZ5s .footer_col {
    width: 33.3%;
  }
  .cid-srh3A5VZ5s .image {
    margin-bottom: 40px;
  }
  .cid-srh3A5VZ5s .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-srh3A5VZ5s .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-srh3A5VZ5s .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-srh3A5VZ5s .row {
    justify-content: center;
    text-align: center;
  }
  .cid-srh3A5VZ5s .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-srh3A5VZ5s .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-srh3A5VZ5s .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-skd2oVCawz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #051441;
}
.cid-skd2oVCawz .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-skd2oVCawz .text-white {
  color: #a99fc5 !important;
}
.cid-skd2oVCawz .text-white:hover {
  color: #ffffff !important;
}
.cid-skd2oVCawz .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-skd2oVCawz .foot-menu li {
  padding: 10px;
}
.cid-skd2oVCawz .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 400;
  color: #6A7C92!important;
}
.cid-skd2oVCawz .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-skd2oVCawz .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-skd2oVCawz .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-skd2oVCawz .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-skd2oVCawz .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-skd2oVCawz .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-skd2oVCawz .social-list a:hover {
  opacity: 1;
}
.cid-skd2oVCawz .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-skd2oVCawz .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-skd2oVCawz .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-skcLuebpkE {
  z-index: 1000;
  width: 100%;
}
.cid-skcLuebpkE nav.mbr-navbar {
  position: fixed;
}
.cid-skcLuebpkE .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-skcLuebpkE .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-skcLuebpkE .mbr-dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-skcLuebpkE .mbr-navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-skcLuebpkE .mbr-dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-skcLuebpkE .mbr-navbar .mbr-dropdown.open > .mbr-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-skcLuebpkE .mbr-dropdown-item:hover,
.cid-skcLuebpkE .mbr-dropdown-item:focus {
  background: rgba(255, 88, 88, 0.1) !important;
  color: #FD8541 !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .link.mbr-dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-skcLuebpkE .nav-link {
  position: relative;
  line-height: 1;
}
.cid-skcLuebpkE .nav-link:hover {
  color: #FD8541 !important;
}
.cid-skcLuebpkE .container {
  display: flex;
  margin: auto;
}
.cid-skcLuebpkE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-skcLuebpkE .mbr-dropdown-menu,
.cid-skcLuebpkE .mbr-navbar.opened {
  background: #1732a4 !important;
}
.cid-skcLuebpkE .nav-item:focus,
.cid-skcLuebpkE .nav-link:focus {
  outline: none;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item::after {
  right: 0.5rem;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .collapsed .mbr-dropdown-menu .mbr-dropdown-item:before {
  display: none;
}
.cid-skcLuebpkE .collapsed .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-skcLuebpkE .mbr-navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(23, 50, 164, 0.8);
}
.cid-skcLuebpkE .mbr-navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-skcLuebpkE .mbr-navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skcLuebpkE .mbr-navbar.navbar-short .mbr-navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skcLuebpkE .mbr-navbar.opened {
  transition: all 0.3s;
}
.cid-skcLuebpkE .mbr-navbar .mbr-dropdown-item {
  padding: 6px 30px;
}
.cid-skcLuebpkE .mbr-navbar .navbar-logo img {
  width: auto;
}
.cid-skcLuebpkE .mbr-navbar .mbr-navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-skcLuebpkE .mbr-navbar.collapsed {
  justify-content: center;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skcLuebpkE .mbr-navbar.collapsed.opened .mbr-dropdown-menu {
  top: 0;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-submenu {
  left: 0 !important;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-item:after {
  right: auto;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-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-skcLuebpkE .mbr-navbar.collapsed ul.mbr-navbar-nav li {
  margin: auto;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-skcLuebpkE .mbr-navbar.opened .mbr-dropdown-menu {
    top: 0;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu {
    display: none;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-submenu {
    left: 0 !important;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-item:after {
    right: auto;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-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-skcLuebpkE .mbr-navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skcLuebpkE .mbr-navbar ul.mbr-navbar-nav {
    padding: 15px;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-navbar-toggler {
    flex-basis: auto;
  }
  .cid-skcLuebpkE .mbr-navbar .navbar-buttons,
  .cid-skcLuebpkE .mbr-navbar .icons-menu {
    display: none;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-skcLuebpkE .mbr-navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skcLuebpkE .mbr-navbar-brand .mbr-navbar-caption {
  line-height: inherit !important;
}
.cid-skcLuebpkE .mbr-navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skcLuebpkE .mbr-dropdown-item.active,
.cid-skcLuebpkE .mbr-dropdown-item:active {
  background-color: transparent;
}
.cid-skcLuebpkE .mbr-navbar-expand-lg .mbr-navbar-nav .nav-link {
  padding: 0;
}
.cid-skcLuebpkE .mbr-navbar.mbr-navbar-expand-lg .mbr-dropdown .mbr-dropdown-menu {
  background: #1732a4;
}
.cid-skcLuebpkE .mbr-navbar.mbr-navbar-expand-lg .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skcLuebpkE ul.mbr-navbar-nav {
  flex-wrap: wrap;
}
.cid-skcLuebpkE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skcLuebpkE button.mbr-navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE .mbr-navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skcLuebpkE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-skcLuebpkE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skcLuebpkE .mbr-navbar {
    height: 70px;
  }
  .cid-skcLuebpkE .mbr-navbar.opened {
    height: auto;
  }
  .cid-skcLuebpkE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srK59xnRbk {
  overflow: visible;
  padding-top: 10rem;
  padding-bottom: 6rem;
  /*background-color: #4154f1;*/
  background: linear-gradient(180deg, #0B62C7 0%, #0752AA 100%);
}
.cid-srK59xnRbk .mbr-overlay {
  background: #ffffff;
}
.cid-srK59xnRbk .animation {
  pointer-events: none;
}
.cid-srK59xnRbk .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-srK59xnRbk .mbr-section-title {
  margin-bottom: 27px;
}
.cid-srK59xnRbk .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-srK59xnRbk .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-srK59xnRbk .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-srK59xnRbk .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-srK59xnRbk .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-srK59xnRbk .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-srK59xnRbk .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-srK59xnRbk .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-srK59xnRbk .mbr-text {
    margin-bottom: 20px;
  }
  .cid-srK59xnRbk .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-srK59xnRbk .image__block {
    margin-bottom: -100px;
  }
}
.cid-srK4WcFw3T {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-srK4WV8ooV {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
/*@media (min-width: 1500px) {*/
/*  .cid-srK4WV8ooV .container {*/
/*    max-width: 1400px;*/
/*  }*/
/*}*/
.cid-srK4WV8ooV .row {
  justify-content: center;
}
.cid-srK4WV8ooV .card {
  margin-bottom: 3rem;
}
.cid-srK4WV8ooV .card-title {
  margin-top: 1rem;
}
.cid-srK4WV8ooV .card-text {
  margin-top: 0.6875rem;
}
.cid-srK4WV8ooV .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-srK4WV8ooV .mbr-section-title {
  margin-bottom: 1rem;
  text-align: left;
  color: #232323;
}
.cid-srK4WV8ooV .mbr-section-title b:last-child,
.cid-srK4WV8ooV .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-srK4WV8ooV .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-srK4WV8ooV .mbr-section-head {
  margin-bottom: 1.25rem;
}
.cid-srK4WV8ooV .mbr-social-linkes a {
  display: inline-block;
  color: #000000;
}
.cid-srK4WV8ooV .mbr-social-linkes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-srK4WV8ooV .mbr-social-linkes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-srK4WV8ooV .mbr-section-subtitle,
.cid-srK4WV8ooV .mbr-social-linkes {
  text-align: left;
}
.cid-srKauqm7n0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-srKauqm7n0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srKauqm7n0 .mbr-section-title {
  margin-bottom: 20px;
  color: #191c2f;
}
.cid-srKauqm7n0 .mbr-text {
  margin-bottom: 50px;
}
.cid-srKauqm7n0 .card_wrap {
  margin-bottom: 20px;
}
.cid-srKauqm7n0 .item:nth-child(1) .icon_block svg polygon {
  fill: #fff0e5;
}
.cid-srKauqm7n0 .item:nth-child(1) .mbr-iconfont {
  color: #ff6b00;
}
.cid-srKauqm7n0 .item:nth-child(2) .icon_block svg polygon {
  fill: #b1bef4;
}
.cid-srKauqm7n0 .item:nth-child(2) .mbr-iconfont {
  color: #1732a4;
}
.cid-srKauqm7n0 .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.cid-srKauqm7n0 .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.cid-srKauqm7n0 .item .icon_block .mbr-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 33px;
}
.cid-srKauqm7n0 .card_title {
  margin-bottom: 18px;
  color: #191c2f;
}
.cid-srKauqm7n0 .card_text {
  margin-bottom: 0;
  color: #6a6b78;
}
.cid-srKauqm7n0 .mbr-section-btn {
  margin-top: 30px;
}
.cid-srKauqm7n0 .shape {
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-srKauqm7n0 .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #3caf57;
  border-radius: 50%;
}
.cid-srKauqm7n0 .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #1732a4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.cid-srKauqm7n0 .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #ff6b00;
}
.cid-srKauqm7n0 .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .cid-srKauqm7n0 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srKauqm7n0 .text-wrapper {
    text-align: center;
  }
  .cid-srKauqm7n0 .card_wrap {
    margin-bottom: 20px;
  }
  .cid-srKauqm7n0 .icon_block {
    margin-bottom: 20px;
  }
  .cid-srKauqm7n0 .card_title {
    margin-bottom: 10px;
  }
  .cid-srKauqm7n0 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-srKauqm7n0 .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-srKauqm7n0 .mbr-text,
.cid-srKauqm7n0 .mbr-section-btn {
  color: #6a6b78;
}
.cid-srKavBuKNb {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-srKavBuKNb .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #301cab;
  background-image: linear-gradient(30deg, #301cab 0%, #3620c1 100%);
}
.cid-srKavBuKNb .title_block {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-srKavBuKNb .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #FD8541;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-srKavBuKNb .mbr-section-title {
  color: #ffffff;
}
.cid-srKavBuKNb .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-srKavBuKNb .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(255, 88, 88, 0.15);
  border-radius: 50%;
}
.cid-srKavBuKNb .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(255, 88, 88, 0.15);
  border-radius: 50%;
}
.cid-srKavBuKNb .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-srKavBuKNb .user {
  display: flex;
  align-items: center;
}
.cid-srKavBuKNb .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-srKavBuKNb .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-srKavBuKNb .user_name {
  margin-bottom: 2px;
  display: block;
  color: #191c2f;
}
.cid-srKavBuKNb .desk {
  margin-bottom: 0;
}
.cid-srKavBuKNb .iconfont-wrapper {
  min-width: 115px;
}
.cid-srKavBuKNb .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-srKavBuKNb .carousel-item {
  justify-content: center;
}
.cid-srKavBuKNb .carousel-item > div {
  width: 100%;
}
.cid-srKavBuKNb .carousel-item.active,
.cid-srKavBuKNb .carousel-item-next,
.cid-srKavBuKNb .carousel-item-prev {
  display: flex;
}
.cid-srKavBuKNb .carousel-controls {
  position: relative;
  height: 50px;
  margin-left: 20px;
  max-width: 120px;
  min-width: 120px;
}
.cid-srKavBuKNb .carousel-controls a {
  opacity: 1;
}
.cid-srKavBuKNb .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  color: #ffffff;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-srKavBuKNb .carousel-controls a span:hover {
  background-color: #ffffff;
  color: #FD8541;
}
.cid-srKavBuKNb .carousel-control-prev {
  position: static;
  margin-right: 10px;
  width: 50px;
}
.cid-srKavBuKNb .carousel-control-next {
  position: static;
  width: 50px;
}
@media (max-width: 991px) {
  .cid-srKavBuKNb .title_block {
    margin-bottom: 40px;
  }
  .cid-srKavBuKNb .card_header {
    flex-direction: column;
  }
  .cid-srKavBuKNb .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-srKavBuKNb .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-srKavBuKNb .carousel-controls {
    display: none;
  }
  .cid-srKavBuKNb .title_block {
    text-align: center;
  }
  .cid-srKavBuKNb .carousel-item {
    padding: 0;
  }
  .cid-srKavBuKNb .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-srKavBuKNb .card_header {
    margin-bottom: 15px;
  }
  .cid-srKavBuKNb .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-srKavBuKNb .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-srKawwYu4E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-srKawwYu4E .title_block {
  margin-bottom: 30px;
}
.cid-srKawwYu4E .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #FD8541;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-srKawwYu4E .mbr-section-title {
  color: #191c2f;
}
.cid-srKawwYu4E .item-wrapper {
  margin: 50px auto 0px;
  overflow: visible;
}
.cid-srKawwYu4E .item-wrapper:hover .item-img {
  transform: translateY(-16px);
}
.cid-srKawwYu4E .item-wrapper:hover .social_block .iconfont-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.cid-srKawwYu4E .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(1) {
  transition-delay: 0.05s;
}
.cid-srKawwYu4E .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(2) {
  transition-delay: 0.1s;
}
.cid-srKawwYu4E .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(3) {
  transition-delay: 0.2s;
}
.cid-srKawwYu4E .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(4) {
  transition-delay: 0.3s;
}
.cid-srKawwYu4E .item-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.cid-srKawwYu4E img,
.cid-srKawwYu4E .item-img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-srKawwYu4E .item:focus,
.cid-srKawwYu4E span:focus {
  outline: none;
}
.cid-srKawwYu4E .social_block {
  margin: 0 auto;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.cid-srKawwYu4E .social_block .iconfont-wrapper {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 13px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-srKawwYu4E .social_block .mbr-iconfont {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.cid-srKawwYu4E .card-title {
  margin-bottom: 5px;
  color: #191c2f;
}
.cid-srKawwYu4E .card-text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-srKawwYu4E .title_block {
    margin-bottom: 0;
  }
  .cid-srKawwYu4E .item-wrapper {
    max-width: 255px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-srKawwYu4E .item-wrapper:hover .item-img {
    transform: translateY(0);
  }
  .cid-srKawwYu4E .item-wrapper .social_block .iconfont-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .cid-srKawwYu4E .social_block {
    top: auto;
    bottom: 10%;
    transform: translateY(0);
  }
}
.cid-srKayjtVAl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #301cab;
}
.cid-srKayjtVAl .mbr-overlay {
  background: #6b3df0;
  background: linear-gradient(to right, #6b3df0, #5e2ced);
}
.cid-srKayjtVAl .title_block {
  margin-bottom: 50px;
}
.cid-srKayjtVAl .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
}
.cid-srKayjtVAl .mbr-section-title {
  margin-bottom: 36px;
}
.cid-srKayjtVAl .mbr-text {
  margin-bottom: 30px;
}
.cid-srKayjtVAl .mbr-section-btn .btn-white {
  color: #1732a4 !important;
}
.cid-srKayjtVAl .mbr-section-btn .btn-white:before {
  background: #1732a4 !important;
}
.cid-srKayjtVAl .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-srKayjtVAl .mbr-section-btn .btn-white:hover::before {
  background: #1732a4 !important;
}
.cid-srKayjtVAl .mbr-section-btn .btn-white-outline:hover {
  color: #1732a4 !important;
}
.cid-srKayjtVAl .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-srKayjtVAl .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-srKayjtVAl .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-srKayjtVAl .title_block {
    text-align: center;
  }
  .cid-srKayjtVAl .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-srKayjtVAl .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-srKayjtVAl .btn {
    padding: 14px 26px;
  }
}
.cid-srh3A5VZ5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
.cid-srh3A5VZ5s .footer_col_logo {
  width: 40%;
}
.cid-srh3A5VZ5s .footer_col {
  width: 20%;
}
.cid-srh3A5VZ5s .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-srh3A5VZ5s .logo_wrap {
  max-width: 20%;
}
.cid-srh3A5VZ5s .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-srh3A5VZ5s .brand_name {
  color: #ffffff;
}
.cid-srh3A5VZ5s .contacts {
  margin-top: 46px;
}
.cid-srh3A5VZ5s .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-srh3A5VZ5s .contacts b {
  color: #ffffff;
}
.cid-srh3A5VZ5s .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-srh3A5VZ5s .item-wrap {
  line-height: 44px;
}
.cid-srh3A5VZ5s a.text-white {
  color: #a99fc5 !important;
}
.cid-srh3A5VZ5s a.text-white:hover {
  color: #ffffff !important;
}
.cid-srh3A5VZ5s .item-wrap a,
.cid-srh3A5VZ5s .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-srh3A5VZ5s .item-wrap a:before,
.cid-srh3A5VZ5s .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-srh3A5VZ5s .item-wrap a:hover::before,
.cid-srh3A5VZ5s .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}


@media (max-width: 991px) {
  .cid-srh3A5VZ5s .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-srh3A5VZ5s .footer_col_logo {
    width: 100%;
  }
  .cid-srh3A5VZ5s .footer_col {
    width: 33.3%;
  }
  .cid-srh3A5VZ5s .image {
    margin-bottom: 40px;
  }
  .cid-srh3A5VZ5s .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-srh3A5VZ5s .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-srh3A5VZ5s .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-srh3A5VZ5s .row {
    justify-content: center;
    text-align: center;
  }
  .cid-srh3A5VZ5s .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-srh3A5VZ5s .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-srh3A5VZ5s .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-skd2oVCawz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #051441;
}
.cid-skd2oVCawz .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-skd2oVCawz .text-white {
  color: #a99fc5 !important;
}
.cid-skd2oVCawz .text-white:hover {
  color: #ffffff !important;
}
.cid-skd2oVCawz .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-skd2oVCawz .foot-menu li {
  padding: 10px;
}
.cid-skd2oVCawz .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skd2oVCawz .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-skd2oVCawz .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-skd2oVCawz .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-skd2oVCawz .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-skd2oVCawz .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-skd2oVCawz .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-skd2oVCawz .social-list a:hover {
  opacity: 1;
}
.cid-skd2oVCawz .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-skd2oVCawz .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-skd2oVCawz .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-skcLuebpkE {
  z-index: 1000;
  width: 100%;
}
.cid-skcLuebpkE nav.mbr-navbar {
  position: fixed;
}
.cid-skcLuebpkE .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-skcLuebpkE .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-skcLuebpkE .mbr-dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-skcLuebpkE .mbr-navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-skcLuebpkE .mbr-dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-skcLuebpkE .mbr-navbar .mbr-dropdown.open > .mbr-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-skcLuebpkE .mbr-dropdown-item:hover,
.cid-skcLuebpkE .mbr-dropdown-item:focus {
  background: rgba(255, 88, 88, 0.1) !important;
  color: #FD8541 !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .link.mbr-dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-skcLuebpkE .nav-link {
  position: relative;
  line-height: 1;
}
.cid-skcLuebpkE .nav-link:hover {
  color: #FD8541 !important;
}
.cid-skcLuebpkE .container {
  display: flex;
  margin: auto;
}
.cid-skcLuebpkE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-skcLuebpkE .mbr-dropdown-menu,
.cid-skcLuebpkE .mbr-navbar.opened {
  background: #1732a4 !important;
}
.cid-skcLuebpkE .nav-item:focus,
.cid-skcLuebpkE .nav-link:focus {
  outline: none;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item::after {
  right: 0.5rem;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .collapsed .mbr-dropdown-menu .mbr-dropdown-item:before {
  display: none;
}
.cid-skcLuebpkE .collapsed .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-skcLuebpkE .mbr-navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(23, 50, 164, 0.8);
}
.cid-skcLuebpkE .mbr-navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-skcLuebpkE .mbr-navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skcLuebpkE .mbr-navbar.navbar-short .mbr-navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skcLuebpkE .mbr-navbar.opened {
  transition: all 0.3s;
}
.cid-skcLuebpkE .mbr-navbar .mbr-dropdown-item {
  padding: 6px 30px;
}
.cid-skcLuebpkE .mbr-navbar .navbar-logo img {
  width: auto;
}
.cid-skcLuebpkE .mbr-navbar .mbr-navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-skcLuebpkE .mbr-navbar.collapsed {
  justify-content: center;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skcLuebpkE .mbr-navbar.collapsed.opened .mbr-dropdown-menu {
  top: 0;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-submenu {
  left: 0 !important;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-item:after {
  right: auto;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-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-skcLuebpkE .mbr-navbar.collapsed ul.mbr-navbar-nav li {
  margin: auto;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-skcLuebpkE .mbr-navbar.opened .mbr-dropdown-menu {
    top: 0;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu {
    display: none;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-submenu {
    left: 0 !important;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-item:after {
    right: auto;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-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-skcLuebpkE .mbr-navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skcLuebpkE .mbr-navbar ul.mbr-navbar-nav {
    padding: 15px;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-navbar-toggler {
    flex-basis: auto;
  }
  .cid-skcLuebpkE .mbr-navbar .navbar-buttons,
  .cid-skcLuebpkE .mbr-navbar .icons-menu {
    display: none;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-skcLuebpkE .mbr-navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skcLuebpkE .mbr-navbar-brand .mbr-navbar-caption {
  line-height: inherit !important;
}
.cid-skcLuebpkE .mbr-navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skcLuebpkE .mbr-dropdown-item.active,
.cid-skcLuebpkE .mbr-dropdown-item:active {
  background-color: transparent;
}
.cid-skcLuebpkE .mbr-navbar-expand-lg .mbr-navbar-nav .nav-link {
  padding: 0;
}
.cid-skcLuebpkE .mbr-navbar.mbr-navbar-expand-lg .mbr-dropdown .mbr-dropdown-menu {
  background: #1732a4;
}
.cid-skcLuebpkE .mbr-navbar.mbr-navbar-expand-lg .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skcLuebpkE ul.mbr-navbar-nav {
  flex-wrap: wrap;
}
.cid-skcLuebpkE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skcLuebpkE button.mbr-navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE .mbr-navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skcLuebpkE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-skcLuebpkE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skcLuebpkE .mbr-navbar {
    height: 70px;
  }
  .cid-skcLuebpkE .mbr-navbar.opened {
    height: auto;
  }
  .cid-skcLuebpkE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srKbYpmFnm {
  overflow: visible;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: linear-gradient(180deg, #0B62C7 0%, #0752AA 100%);
}
.cid-srKbYpmFnm .mbr-overlay {
  background: #ffffff;
}
.cid-srKbYpmFnm .animation {
  pointer-events: none;
}
.cid-srKbYpmFnm .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-srKbYpmFnm .mbr-section-title {
  margin-bottom: 27px;
}
.cid-srKbYpmFnm .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (min-width: 768px) {
  .cid-srKbYpmFnm .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-srKbYpmFnm .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-srKbYpmFnm .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-srKbYpmFnm .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-srKbYpmFnm .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-srKbYpmFnm .mbr-text {
    margin-bottom: 20px;
  }
  .cid-srKbYpmFnm .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-srKbYpmFnm .image__block {
    margin-bottom: -100px;
  }
}
.cid-srh3A5VZ5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
.cid-srh3A5VZ5s .footer_col_logo {
  width: 40%;
}
.cid-srh3A5VZ5s .footer_col {
  width: 20%;
}
.cid-srh3A5VZ5s .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-srh3A5VZ5s .logo_wrap {
  max-width: 20%;
}
.cid-srh3A5VZ5s .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-srh3A5VZ5s .brand_name {
  color: #ffffff;
}
.cid-srh3A5VZ5s .contacts {
  margin-top: 46px;
}
.cid-srh3A5VZ5s .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-srh3A5VZ5s .contacts b {
  color: #ffffff;
}
.cid-srh3A5VZ5s .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-srh3A5VZ5s .item-wrap {
  line-height: 44px;
}
.cid-srh3A5VZ5s a.text-white {
  color: #a99fc5 !important;
}
.cid-srh3A5VZ5s a.text-white:hover {
  color: #ffffff !important;
}
.cid-srh3A5VZ5s .item-wrap a,
.cid-srh3A5VZ5s .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-srh3A5VZ5s .item-wrap a:before,
.cid-srh3A5VZ5s .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-srh3A5VZ5s .item-wrap a:hover::before,
.cid-srh3A5VZ5s .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}


@media (max-width: 991px) {
  .cid-srh3A5VZ5s .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-srh3A5VZ5s .footer_col_logo {
    width: 100%;
  }
  .cid-srh3A5VZ5s .footer_col {
    width: 33.3%;
  }
  .cid-srh3A5VZ5s .image {
    margin-bottom: 40px;
  }
  .cid-srh3A5VZ5s .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-srh3A5VZ5s .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-srh3A5VZ5s .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-srh3A5VZ5s .row {
    justify-content: center;
    text-align: center;
  }
  .cid-srh3A5VZ5s .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-srh3A5VZ5s .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-srh3A5VZ5s .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-skd2oVCawz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #051441;
}
.cid-skd2oVCawz .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-skd2oVCawz .text-white {
  color: #a99fc5 !important;
}
.cid-skd2oVCawz .text-white:hover {
  color: #ffffff !important;
}
.cid-skd2oVCawz .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-skd2oVCawz .foot-menu li {
  padding: 10px;
}
.cid-skd2oVCawz .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skd2oVCawz .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-skd2oVCawz .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-skd2oVCawz .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-skd2oVCawz .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-skd2oVCawz .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-skd2oVCawz .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-skd2oVCawz .social-list a:hover {
  opacity: 1;
}
.cid-skd2oVCawz .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-skd2oVCawz .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-skd2oVCawz .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-skcLuebpkE {
  z-index: 1000;
  width: 100%;
}
.cid-skcLuebpkE nav.mbr-navbar {
  position: fixed;
}
.cid-skcLuebpkE .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-skcLuebpkE .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-skcLuebpkE .mbr-dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-skcLuebpkE .mbr-navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-skcLuebpkE .mbr-dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-skcLuebpkE .mbr-navbar .mbr-dropdown.open > .mbr-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-skcLuebpkE .mbr-dropdown-item:hover,
.cid-skcLuebpkE .mbr-dropdown-item:focus {
  background: rgba(255, 88, 88, 0.1) !important;
  color: #FD8541 !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .link.mbr-dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-skcLuebpkE .nav-link {
  position: relative;
  line-height: 1;
}
.cid-skcLuebpkE .nav-link:hover {
  color: #FD8541 !important;
}
.cid-skcLuebpkE .container {
  display: flex;
  margin: auto;
}
.cid-skcLuebpkE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-skcLuebpkE .mbr-dropdown-menu,
.cid-skcLuebpkE .mbr-navbar.opened {
  background: #1732a4 !important;
}
.cid-skcLuebpkE .nav-item:focus,
.cid-skcLuebpkE .nav-link:focus {
  outline: none;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item::after {
  right: 0.5rem;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .collapsed .mbr-dropdown-menu .mbr-dropdown-item:before {
  display: none;
}
.cid-skcLuebpkE .collapsed .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-skcLuebpkE .mbr-navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(23, 50, 164, 0.8);
}
.cid-skcLuebpkE .mbr-navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-skcLuebpkE .mbr-navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skcLuebpkE .mbr-navbar.navbar-short .mbr-navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skcLuebpkE .mbr-navbar.opened {
  transition: all 0.3s;
}
.cid-skcLuebpkE .mbr-navbar .mbr-dropdown-item {
  padding: 6px 30px;
}
.cid-skcLuebpkE .mbr-navbar .navbar-logo img {
  width: auto;
}
.cid-skcLuebpkE .mbr-navbar .mbr-navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-skcLuebpkE .mbr-navbar.collapsed {
  justify-content: center;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skcLuebpkE .mbr-navbar.collapsed.opened .mbr-dropdown-menu {
  top: 0;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-submenu {
  left: 0 !important;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-item:after {
  right: auto;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-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-skcLuebpkE .mbr-navbar.collapsed ul.mbr-navbar-nav li {
  margin: auto;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-skcLuebpkE .mbr-navbar.opened .mbr-dropdown-menu {
    top: 0;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu {
    display: none;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-submenu {
    left: 0 !important;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-item:after {
    right: auto;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-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-skcLuebpkE .mbr-navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skcLuebpkE .mbr-navbar ul.mbr-navbar-nav {
    padding: 15px;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-navbar-toggler {
    flex-basis: auto;
  }
  .cid-skcLuebpkE .mbr-navbar .navbar-buttons,
  .cid-skcLuebpkE .mbr-navbar .icons-menu {
    display: none;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-skcLuebpkE .mbr-navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skcLuebpkE .mbr-navbar-brand .mbr-navbar-caption {
  line-height: inherit !important;
}
.cid-skcLuebpkE .mbr-navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skcLuebpkE .mbr-dropdown-item.active,
.cid-skcLuebpkE .mbr-dropdown-item:active {
  background-color: transparent;
}
.cid-skcLuebpkE .mbr-navbar-expand-lg .mbr-navbar-nav .nav-link {
  padding: 0;
}
.cid-skcLuebpkE .mbr-navbar.mbr-navbar-expand-lg .mbr-dropdown .mbr-dropdown-menu {
  background: #1732a4;
}
.cid-skcLuebpkE .mbr-navbar.mbr-navbar-expand-lg .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skcLuebpkE ul.mbr-navbar-nav {
  flex-wrap: wrap;
}
.cid-skcLuebpkE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skcLuebpkE button.mbr-navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE .mbr-navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skcLuebpkE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-skcLuebpkE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skcLuebpkE .mbr-navbar {
    height: 70px;
  }
  .cid-skcLuebpkE .mbr-navbar.opened {
    height: auto;
  }
  .cid-skcLuebpkE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srKaW2twqi {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-srKb1Ekqh9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-srKb1Ekqh9 .title_block {
  margin-bottom: 80px;
}
.cid-srKb1Ekqh9 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #FD8541;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.cid-srKb1Ekqh9 .mbr-section-title {
  color: #191c2f;
  text-align: left;
}
.cid-srKb1Ekqh9 .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #191c2f;
}
.cid-srKb1Ekqh9 .item {
  padding-bottom: 2rem;
}
.cid-srKb1Ekqh9 .image-wrapper {
  overflow: hidden;
  height: 200px;
}
.cid-srKb1Ekqh9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-srKb1Ekqh9 .item-wrapper {
  position: relative;
}
.cid-srKb1Ekqh9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-srKb1Ekqh9 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-srKb1Ekqh9 .item-wrapper:hover .mbr-item-subtitle a {
  color: #FD8541 !important;
}
.cid-srKb1Ekqh9 .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-srKb1Ekqh9 .carousel-control,
.cid-srKb1Ekqh9 .close {
  background: #1b1b1b;
}
.cid-srKb1Ekqh9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srKb1Ekqh9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srKb1Ekqh9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srKb1Ekqh9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-srKb1Ekqh9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-srKb1Ekqh9 .close::before {
  content: '\e91a';
}
.cid-srKb1Ekqh9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srKb1Ekqh9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-srKb1Ekqh9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srKb1Ekqh9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srKb1Ekqh9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srKb1Ekqh9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srKb1Ekqh9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-srKb1Ekqh9 .carousel-indicators li.active,
.cid-srKb1Ekqh9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srKb1Ekqh9 .carousel-indicators li::after,
.cid-srKb1Ekqh9 .carousel-indicators li::before {
  content: none;
}
.cid-srKb1Ekqh9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srKb1Ekqh9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srKb1Ekqh9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srKb1Ekqh9 .carousel-indicators {
    display: none;
  }
}
.cid-srKb1Ekqh9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srKb1Ekqh9 .carousel-inner > .active {
  display: block;
}
.cid-srKb1Ekqh9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srKb1Ekqh9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srKb1Ekqh9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srKb1Ekqh9 .carousel-control,
  .cid-srKb1Ekqh9 .carousel-indicators,
  .cid-srKb1Ekqh9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srKb1Ekqh9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srKb1Ekqh9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srKb1Ekqh9 .carousel-indicators .active,
.cid-srKb1Ekqh9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srKb1Ekqh9 .carousel-indicators .active {
  background: #fff;
}
.cid-srKb1Ekqh9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srKb1Ekqh9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srKb1Ekqh9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srKb1Ekqh9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srKb1Ekqh9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srKb1Ekqh9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srKb1Ekqh9 .carousel {
  width: 100%;
}
.cid-srKb1Ekqh9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srKb1Ekqh9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srKb1Ekqh9 .modal.fade .modal-dialog,
.cid-srKb1Ekqh9 .modal.in .modal-dialog {
  transform: none;
}
.cid-srKb1Ekqh9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srKbkDaVWd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #301cab;
}
.cid-srKbkDaVWd .mbr-overlay {
  background: #6b3df0;
  background: linear-gradient(to right, #6b3df0, #5e2ced);
}
.cid-srKbkDaVWd .title_block {
  margin-bottom: 50px;
}
.cid-srKbkDaVWd .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
}
.cid-srKbkDaVWd .mbr-section-title {
  margin-bottom: 36px;
}
.cid-srKbkDaVWd .mbr-text {
  margin-bottom: 30px;
}
.cid-srKbkDaVWd .mbr-section-btn .btn-white {
  color: #1732a4 !important;
}
.cid-srKbkDaVWd .mbr-section-btn .btn-white:before {
  background: #1732a4 !important;
}
.cid-srKbkDaVWd .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-srKbkDaVWd .mbr-section-btn .btn-white:hover::before {
  background: #1732a4 !important;
}
.cid-srKbkDaVWd .mbr-section-btn .btn-white-outline:hover {
  color: #1732a4 !important;
}
.cid-srKbkDaVWd .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-srKbkDaVWd .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-srKbkDaVWd .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-srKbkDaVWd .title_block {
    text-align: center;
  }
  .cid-srKbkDaVWd .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-srKbkDaVWd .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-srKbkDaVWd .btn {
    padding: 14px 26px;
  }
}
.cid-srh3A5VZ5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
.cid-srh3A5VZ5s .footer_col_logo {
  width: 40%;
}
.cid-srh3A5VZ5s .footer_col {
  width: 20%;
}
.cid-srh3A5VZ5s .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-srh3A5VZ5s .logo_wrap {
  max-width: 20%;
}
.cid-srh3A5VZ5s .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-srh3A5VZ5s .brand_name {
  color: #ffffff;
}
.cid-srh3A5VZ5s .contacts {
  margin-top: 46px;
}
.cid-srh3A5VZ5s .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-srh3A5VZ5s .contacts b {
  color: #ffffff;
}
.cid-srh3A5VZ5s .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-srh3A5VZ5s .item-wrap {
  line-height: 44px;
}
.cid-srh3A5VZ5s a.text-white {
  color: #a99fc5 !important;
}
.cid-srh3A5VZ5s a.text-white:hover {
  color: #ffffff !important;
}
.cid-srh3A5VZ5s .item-wrap a,
.cid-srh3A5VZ5s .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-srh3A5VZ5s .item-wrap a:before,
.cid-srh3A5VZ5s .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-srh3A5VZ5s .item-wrap a:hover::before,
.cid-srh3A5VZ5s .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}


@media (max-width: 991px) {
  .cid-srh3A5VZ5s .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-srh3A5VZ5s .footer_col_logo {
    width: 100%;
  }
  .cid-srh3A5VZ5s .footer_col {
    width: 33.3%;
  }
  .cid-srh3A5VZ5s .image {
    margin-bottom: 40px;
  }
  .cid-srh3A5VZ5s .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-srh3A5VZ5s .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-srh3A5VZ5s .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-srh3A5VZ5s .row {
    justify-content: center;
    text-align: center;
  }
  .cid-srh3A5VZ5s .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-srh3A5VZ5s .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-srh3A5VZ5s .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-skd2oVCawz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #051441;
}
.cid-skd2oVCawz .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-skd2oVCawz .text-white {
  color: #a99fc5 !important;
}
.cid-skd2oVCawz .text-white:hover {
  color: #ffffff !important;
}
.cid-skd2oVCawz .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-skd2oVCawz .foot-menu li {
  padding: 10px;
}
.cid-skd2oVCawz .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skd2oVCawz .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-skd2oVCawz .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-skd2oVCawz .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-skd2oVCawz .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-skd2oVCawz .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-skd2oVCawz .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-skd2oVCawz .social-list a:hover {
  opacity: 1;
}
.cid-skd2oVCawz .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-skd2oVCawz .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-skd2oVCawz .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-skcLuebpkE {
  z-index: 1000;
  width: 100%;
}
.cid-skcLuebpkE nav.mbr-navbar {
  position: fixed;
}
.cid-skcLuebpkE .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-skcLuebpkE .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-skcLuebpkE .mbr-dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-skcLuebpkE .mbr-navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-skcLuebpkE .mbr-dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-skcLuebpkE .mbr-navbar .mbr-dropdown.open > .mbr-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-skcLuebpkE .mbr-dropdown-item:hover,
.cid-skcLuebpkE .mbr-dropdown-item:focus {
  background: rgba(255, 88, 88, 0.1) !important;
  color: #FD8541 !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .link.mbr-dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-skcLuebpkE .nav-link {
  position: relative;
  line-height: 1;
}
.cid-skcLuebpkE .nav-link:hover {
  color: #FD8541 !important;
}
.cid-skcLuebpkE .container {
  display: flex;
  margin: auto;
}
.cid-skcLuebpkE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-skcLuebpkE .mbr-dropdown-menu,
.cid-skcLuebpkE .mbr-navbar.opened {
  background: #1732a4 !important;
}
.cid-skcLuebpkE .nav-item:focus,
.cid-skcLuebpkE .nav-link:focus {
  outline: none;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item::after {
  right: 0.5rem;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .collapsed .mbr-dropdown-menu .mbr-dropdown-item:before {
  display: none;
}
.cid-skcLuebpkE .collapsed .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-skcLuebpkE .mbr-navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(23, 50, 164, 0.8);
}
.cid-skcLuebpkE .mbr-navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-skcLuebpkE .mbr-navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skcLuebpkE .mbr-navbar.navbar-short .mbr-navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skcLuebpkE .mbr-navbar.opened {
  transition: all 0.3s;
}
.cid-skcLuebpkE .mbr-navbar .mbr-dropdown-item {
  padding: 6px 30px;
}
.cid-skcLuebpkE .mbr-navbar .navbar-logo img {
  width: auto;
}
.cid-skcLuebpkE .mbr-navbar .mbr-navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-skcLuebpkE .mbr-navbar.collapsed {
  justify-content: center;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skcLuebpkE .mbr-navbar.collapsed.opened .mbr-dropdown-menu {
  top: 0;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-submenu {
  left: 0 !important;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-item:after {
  right: auto;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-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-skcLuebpkE .mbr-navbar.collapsed ul.mbr-navbar-nav li {
  margin: auto;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-skcLuebpkE .mbr-navbar.opened .mbr-dropdown-menu {
    top: 0;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu {
    display: none;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-submenu {
    left: 0 !important;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-item:after {
    right: auto;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-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-skcLuebpkE .mbr-navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skcLuebpkE .mbr-navbar ul.mbr-navbar-nav {
    padding: 15px;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-navbar-toggler {
    flex-basis: auto;
  }
  .cid-skcLuebpkE .mbr-navbar .navbar-buttons,
  .cid-skcLuebpkE .mbr-navbar .icons-menu {
    display: none;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-skcLuebpkE .mbr-navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skcLuebpkE .mbr-navbar-brand .mbr-navbar-caption {
  line-height: inherit !important;
}
.cid-skcLuebpkE .mbr-navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skcLuebpkE .mbr-dropdown-item.active,
.cid-skcLuebpkE .mbr-dropdown-item:active {
  background-color: transparent;
}
.cid-skcLuebpkE .mbr-navbar-expand-lg .mbr-navbar-nav .nav-link {
  padding: 0;
}
.cid-skcLuebpkE .mbr-navbar.mbr-navbar-expand-lg .mbr-dropdown .mbr-dropdown-menu {
  background: #1732a4;
}
.cid-skcLuebpkE .mbr-navbar.mbr-navbar-expand-lg .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skcLuebpkE ul.mbr-navbar-nav {
  flex-wrap: wrap;
}
.cid-skcLuebpkE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skcLuebpkE button.mbr-navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE .mbr-navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skcLuebpkE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-skcLuebpkE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skcLuebpkE .mbr-navbar {
    height: 70px;
  }
  .cid-skcLuebpkE .mbr-navbar.opened {
    height: auto;
  }
  .cid-skcLuebpkE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srKchPlRvQ {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-srKciD3Iav {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
/*@media (min-width: 1500px) {
  .cid-srKciD3Iav .container {
    max-width: 1400px;
  }
}*/
.cid-srKciD3Iav .row {
  justify-content: center;
}
.cid-srKciD3Iav .card {
  margin-bottom: 3rem;
}
.cid-srKciD3Iav .card-title {
  margin-top: 1rem;
}
.cid-srKciD3Iav .card-text {
  margin-top: 0.6875rem;
}
.cid-srKciD3Iav .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-srKciD3Iav .mbr-section-title {
  margin-bottom: 1rem;
  text-align: left;
  color: #232323;
}
.cid-srKciD3Iav .mbr-section-title b:last-child,
.cid-srKciD3Iav .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-srKciD3Iav .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-srKciD3Iav .mbr-section-head {
  margin-bottom: 1.25rem;
}
.cid-srKciD3Iav .mbr-social-linkes a {
  display: inline-block;
  color: #000000;
}
.cid-srKciD3Iav .mbr-social-linkes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-srKciD3Iav .mbr-social-linkes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-srKciD3Iav .mbr-section-subtitle,
.cid-srKciD3Iav .mbr-social-linkes {
  text-align: left;
}
.cid-srKcjBG9we {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #301cab;
}
.cid-srKcjBG9we .mbr-overlay {
  background: #6b3df0;
  background: linear-gradient(to right, #6b3df0, #5e2ced);
}
.cid-srKcjBG9we .title_block {
  margin-bottom: 50px;
}
.cid-srKcjBG9we .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
}
.cid-srKcjBG9we .mbr-section-title {
  margin-bottom: 36px;
}
.cid-srKcjBG9we .mbr-text {
  margin-bottom: 30px;
}
.cid-srKcjBG9we .mbr-section-btn .btn-white {
  color: #1732a4 !important;
}
.cid-srKcjBG9we .mbr-section-btn .btn-white:before {
  background: #1732a4 !important;
}
.cid-srKcjBG9we .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-srKcjBG9we .mbr-section-btn .btn-white:hover::before {
  background: #1732a4 !important;
}
.cid-srKcjBG9we .mbr-section-btn .btn-white-outline:hover {
  color: #1732a4 !important;
}
.cid-srKcjBG9we .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-srKcjBG9we .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-srKcjBG9we .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-srKcjBG9we .title_block {
    text-align: center;
  }
  .cid-srKcjBG9we .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-srKcjBG9we .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-srKcjBG9we .btn {
    padding: 14px 26px;
  }
}
.cid-srh3A5VZ5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
.cid-srh3A5VZ5s .footer_col_logo {
  width: 40%;
}
.cid-srh3A5VZ5s .footer_col {
  width: 20%;
}
.cid-srh3A5VZ5s .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-srh3A5VZ5s .logo_wrap {
  max-width: 20%;
}
.cid-srh3A5VZ5s .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-srh3A5VZ5s .brand_name {
  color: #ffffff;
}
.cid-srh3A5VZ5s .contacts {
  margin-top: 46px;
}
.cid-srh3A5VZ5s .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-srh3A5VZ5s .contacts b {
  color: #ffffff;
}
.cid-srh3A5VZ5s .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-srh3A5VZ5s .item-wrap {
  line-height: 44px;
}
.cid-srh3A5VZ5s a.text-white {
  color: #a99fc5 !important;
}
.cid-srh3A5VZ5s a.text-white:hover {
  color: #ffffff !important;
}
.cid-srh3A5VZ5s .item-wrap a,
.cid-srh3A5VZ5s .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-srh3A5VZ5s .item-wrap a:before,
.cid-srh3A5VZ5s .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-srh3A5VZ5s .item-wrap a:hover::before,
.cid-srh3A5VZ5s .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}


@media (max-width: 991px) {
  .cid-srh3A5VZ5s .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-srh3A5VZ5s .footer_col_logo {
    width: 100%;
  }
  .cid-srh3A5VZ5s .footer_col {
    width: 33.3%;
  }
  .cid-srh3A5VZ5s .image {
    margin-bottom: 40px;
  }
  .cid-srh3A5VZ5s .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-srh3A5VZ5s .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-srh3A5VZ5s .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-srh3A5VZ5s .row {
    justify-content: center;
    text-align: center;
  }
  .cid-srh3A5VZ5s .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-srh3A5VZ5s .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-srh3A5VZ5s .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-skd2oVCawz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #051441;
}
.cid-skd2oVCawz .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-skd2oVCawz .text-white {
  color: #a99fc5 !important;
}
.cid-skd2oVCawz .text-white:hover {
  color: #ffffff !important;
}
.cid-skd2oVCawz .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-skd2oVCawz .foot-menu li {
  padding: 10px;
}
.cid-skd2oVCawz .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skd2oVCawz .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-skd2oVCawz .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-skd2oVCawz .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-skd2oVCawz .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-skd2oVCawz .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-skd2oVCawz .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-skd2oVCawz .social-list a:hover {
  opacity: 1;
}
.cid-skd2oVCawz .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-skd2oVCawz .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-skd2oVCawz .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-skcLuebpkE {
  z-index: 1000;
  width: 100%;
}
.cid-skcLuebpkE nav.mbr-navbar {
  position: fixed;
}
.cid-skcLuebpkE .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-skcLuebpkE .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-skcLuebpkE .mbr-dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-skcLuebpkE .mbr-navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-skcLuebpkE .mbr-dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-skcLuebpkE .mbr-navbar .mbr-dropdown.open > .mbr-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-skcLuebpkE .mbr-dropdown-item:hover,
.cid-skcLuebpkE .mbr-dropdown-item:focus {
  background: rgba(255, 88, 88, 0.1) !important;
  color: #FD8541 !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .link.mbr-dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-skcLuebpkE .nav-link {
  position: relative;
  line-height: 1;
}
.cid-skcLuebpkE .nav-link:hover {
  color: #FD8541 !important;
}
.cid-skcLuebpkE .container {
  display: flex;
  margin: auto;
}
.cid-skcLuebpkE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-skcLuebpkE .mbr-dropdown-menu,
.cid-skcLuebpkE .mbr-navbar.opened {
  background: #1732a4 !important;
}
.cid-skcLuebpkE .nav-item:focus,
.cid-skcLuebpkE .nav-link:focus {
  outline: none;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item::after {
  right: 0.5rem;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .collapsed .mbr-dropdown-menu .mbr-dropdown-item:before {
  display: none;
}
.cid-skcLuebpkE .collapsed .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-skcLuebpkE .mbr-navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(23, 50, 164, 0.8);
}
.cid-skcLuebpkE .mbr-navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-skcLuebpkE .mbr-navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skcLuebpkE .mbr-navbar.navbar-short .mbr-navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skcLuebpkE .mbr-navbar.opened {
  transition: all 0.3s;
}
.cid-skcLuebpkE .mbr-navbar .mbr-dropdown-item {
  padding: 6px 30px;
}
.cid-skcLuebpkE .mbr-navbar .navbar-logo img {
  width: auto;
}
.cid-skcLuebpkE .mbr-navbar .mbr-navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-skcLuebpkE .mbr-navbar.collapsed {
  justify-content: center;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skcLuebpkE .mbr-navbar.collapsed.opened .mbr-dropdown-menu {
  top: 0;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-submenu {
  left: 0 !important;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-item:after {
  right: auto;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-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-skcLuebpkE .mbr-navbar.collapsed ul.mbr-navbar-nav li {
  margin: auto;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-skcLuebpkE .mbr-navbar.opened .mbr-dropdown-menu {
    top: 0;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu {
    display: none;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-submenu {
    left: 0 !important;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-item:after {
    right: auto;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-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-skcLuebpkE .mbr-navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skcLuebpkE .mbr-navbar ul.mbr-navbar-nav {
    padding: 15px;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-navbar-toggler {
    flex-basis: auto;
  }
  .cid-skcLuebpkE .mbr-navbar .navbar-buttons,
  .cid-skcLuebpkE .mbr-navbar .icons-menu {
    display: none;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-skcLuebpkE .mbr-navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skcLuebpkE .mbr-navbar-brand .mbr-navbar-caption {
  line-height: inherit !important;
}
.cid-skcLuebpkE .mbr-navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skcLuebpkE .mbr-dropdown-item.active,
.cid-skcLuebpkE .mbr-dropdown-item:active {
  background-color: transparent;
}
.cid-skcLuebpkE .mbr-navbar-expand-lg .mbr-navbar-nav .nav-link {
  padding: 0;
}
.cid-skcLuebpkE .mbr-navbar.mbr-navbar-expand-lg .mbr-dropdown .mbr-dropdown-menu {
  background: #1732a4;
}
.cid-skcLuebpkE .mbr-navbar.mbr-navbar-expand-lg .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skcLuebpkE ul.mbr-navbar-nav {
  flex-wrap: wrap;
}
.cid-skcLuebpkE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skcLuebpkE button.mbr-navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE .mbr-navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skcLuebpkE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-skcLuebpkE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skcLuebpkE .mbr-navbar {
    height: 70px;
  }
  .cid-skcLuebpkE .mbr-navbar.opened {
    height: auto;
  }
  .cid-skcLuebpkE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srKcwBucFx {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-srKcxbr1Fe {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
/*@media (min-width: 1500px) {*/
/*  .cid-srKcxbr1Fe .container {*/
/*    max-width: 1400px;*/
/*  }*/
/*}*/
.cid-srKcxbr1Fe .row {
  justify-content: center;
}
.cid-srKcxbr1Fe .card {
  margin-bottom: 3rem;
}
.cid-srKcxbr1Fe .card-title {
  margin-top: 1rem;
}
.cid-srKcxbr1Fe .card-text {
  margin-top: 0.6875rem;
}
.cid-srKcxbr1Fe .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-srKcxbr1Fe .mbr-section-title {
  margin-bottom: 1rem;
  text-align: left;
  color: #232323;
}
.cid-srKcxbr1Fe .mbr-section-title b:last-child,
.cid-srKcxbr1Fe .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-srKcxbr1Fe .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-srKcxbr1Fe .mbr-section-head {
  margin-bottom: 1.25rem;
}
.cid-srKcxbr1Fe .mbr-social-linkes a {
  display: inline-block;
  color: #000000;
}
.cid-srKcxbr1Fe .mbr-social-linkes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-srKcxbr1Fe .mbr-social-linkes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-srKcxbr1Fe .mbr-section-subtitle,
.cid-srKcxbr1Fe .mbr-social-linkes {
  text-align: left;
}
.cid-srKcydRLBo {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #301cab;
}
.cid-srKcydRLBo .mbr-overlay {
  background: #6b3df0;
  background: linear-gradient(to right, #6b3df0, #5e2ced);
}
.cid-srKcydRLBo .title_block {
  margin-bottom: 50px;
}
.cid-srKcydRLBo .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
}
.cid-srKcydRLBo .mbr-section-title {
  margin-bottom: 36px;
}
.cid-srKcydRLBo .mbr-text {
  margin-bottom: 30px;
}
.cid-srKcydRLBo .mbr-section-btn .btn-white {
  color: #1732a4 !important;
}
.cid-srKcydRLBo .mbr-section-btn .btn-white:before {
  background: #1732a4 !important;
}
.cid-srKcydRLBo .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-srKcydRLBo .mbr-section-btn .btn-white:hover::before {
  background: #1732a4 !important;
}
.cid-srKcydRLBo .mbr-section-btn .btn-white-outline:hover {
  color: #1732a4 !important;
}
.cid-srKcydRLBo .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-srKcydRLBo .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-srKcydRLBo .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-srKcydRLBo .title_block {
    text-align: center;
  }
  .cid-srKcydRLBo .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-srKcydRLBo .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-srKcydRLBo .btn {
    padding: 14px 26px;
  }
}
.cid-srh3A5VZ5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
.cid-srh3A5VZ5s .footer_col_logo {
  width: 40%;
}
.cid-srh3A5VZ5s .footer_col {
  width: 20%;
}
.cid-srh3A5VZ5s .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-srh3A5VZ5s .logo_wrap {
  max-width: 20%;
}
.cid-srh3A5VZ5s .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-srh3A5VZ5s .brand_name {
  color: #ffffff;
}
.cid-srh3A5VZ5s .contacts {
  margin-top: 46px;
}
.cid-srh3A5VZ5s .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-srh3A5VZ5s .contacts b {
  color: #ffffff;
}
.cid-srh3A5VZ5s .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-srh3A5VZ5s .item-wrap {
  line-height: 44px;
}
.cid-srh3A5VZ5s a.text-white {
  color: #a99fc5 !important;
}
.cid-srh3A5VZ5s a.text-white:hover {
  color: #ffffff !important;
}
.cid-srh3A5VZ5s .item-wrap a,
.cid-srh3A5VZ5s .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-srh3A5VZ5s .item-wrap a:before,
.cid-srh3A5VZ5s .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-srh3A5VZ5s .item-wrap a:hover::before,
.cid-srh3A5VZ5s .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}

.cid-srh3A5VZ5s .image img {
  width: auto;
  object-fit: contain;
  height: 3rem;
}
@media (max-width: 991px) {
  .cid-srh3A5VZ5s .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-srh3A5VZ5s .footer_col_logo {
    width: 100%;
  }
  .cid-srh3A5VZ5s .footer_col {
    width: 33.3%;
  }
  .cid-srh3A5VZ5s .image {
    margin-bottom: 40px;
  }
  .cid-srh3A5VZ5s .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-srh3A5VZ5s .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-srh3A5VZ5s .item-wrap {
    line-height: 36px;
  }
  .cid-srh3A5VZ5s .image img {
    height: auto;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-srh3A5VZ5s .row {
    justify-content: center;
    text-align: center;
  }
  .cid-srh3A5VZ5s .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-srh3A5VZ5s .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-srh3A5VZ5s .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-skd2oVCawz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #051441;
}
.cid-skd2oVCawz .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-skd2oVCawz .text-white {
  color: #a99fc5 !important;
}
.cid-skd2oVCawz .text-white:hover {
  color: #ffffff !important;
}
.cid-skd2oVCawz .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-skd2oVCawz .foot-menu li {
  padding: 10px;
}
.cid-skd2oVCawz .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skd2oVCawz .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-skd2oVCawz .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-skd2oVCawz .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-skd2oVCawz .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-skd2oVCawz .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-skd2oVCawz .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-skd2oVCawz .social-list a:hover {
  opacity: 1;
}
.cid-skd2oVCawz .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-skd2oVCawz .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-skd2oVCawz .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-skcLuebpkE {
  z-index: 1000;
  width: 100%;
}
.cid-skcLuebpkE nav.mbr-navbar {
  position: fixed;
}
.cid-skcLuebpkE .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}

  .cid-skcLuebpkE .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:before{
    font-family: Moririse2 !important;
    content: "\e909";
    display: inline-block;
    width: 10px;
    position: absolute;
    right: 25px;
    top: 40%;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
  }

@media screen and (min-width: 992px) {
  #navbarSupportedContent .menu-item-has-children:after {
    font-family: Moririse2 !important;
    content: "\e909";
    display: inline-block;
    width: 10px;
    position: absolute;
    right: 15px;
    top: 45%;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    color: #fff;
    transform: rotate(90deg);
  }
}
.cid-skcLuebpkE .mbr-dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-skcLuebpkE .mbr-navbar-nav .nav-link:before {
    content: none;
  }

}
.cid-skcLuebpkE .mbr-dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-skcLuebpkE .mbr-navbar .mbr-dropdown.open > .mbr-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-skcLuebpkE .mbr-dropdown-item:hover,
.cid-skcLuebpkE .mbr-dropdown-item:focus {
  background: rgba(255, 88, 88, 0.1) !important;
  color: #FD8541 !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-skcLuebpkE .mbr-nav-dropdown .link.mbr-dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-skcLuebpkE .nav-link {
  position: relative;
  line-height: 1!important;
}
.cid-skcLuebpkE .nav-link:hover {
  color: #FD8541 !important;
}
.cid-skcLuebpkE .container {
  display: flex;
  margin: auto;
}
.cid-skcLuebpkE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-skcLuebpkE .mbr-dropdown-menu,
.cid-skcLuebpkE .mbr-navbar.opened {
  background: #1732a4 !important;
}
.cid-skcLuebpkE .nav-item:focus,
.cid-skcLuebpkE .nav-link:focus {
  outline: none;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item::after {
  right: 0.5rem;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skcLuebpkE .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .collapsed .mbr-dropdown-menu .mbr-dropdown-item:before {
  display: none;
}
.cid-skcLuebpkE .collapsed .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-skcLuebpkE .mbr-navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(23, 50, 164, 0.8);
}
.cid-skcLuebpkE .mbr-navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-skcLuebpkE .mbr-navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skcLuebpkE .mbr-navbar.navbar-short .mbr-navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skcLuebpkE .mbr-navbar.opened {
  transition: all 0.3s;
}
.cid-skcLuebpkE .mbr-navbar .mbr-dropdown-item {
  padding: 6px 30px;
}
.cid-skcLuebpkE .mbr-navbar .navbar-logo img {
  width: auto;
}
.cid-skcLuebpkE .mbr-navbar .mbr-navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-skcLuebpkE .mbr-navbar.collapsed {
  justify-content: center;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skcLuebpkE .mbr-navbar.collapsed.opened .mbr-dropdown-menu {
  top: 0;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-submenu {
  left: 0 !important;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-item:after {
  right: auto;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-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-skcLuebpkE .mbr-navbar.collapsed ul.mbr-navbar-nav li {
  margin: auto;
}
.cid-skcLuebpkE .mbr-navbar.collapsed .mbr-dropdown-menu .mbr-dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-skcLuebpkE .mbr-navbar.opened .mbr-dropdown-menu {
    top: 0;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu {
    display: none;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-submenu {
    left: 0 !important;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-item:after {
    right: auto;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-toggle[data-toggle="mbr-dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-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-skcLuebpkE .mbr-navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skcLuebpkE .mbr-navbar ul.mbr-navbar-nav {
    padding: 15px;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-dropdown-menu .mbr-dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-navbar-toggler {
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-skcLuebpkE .mbr-navbar .navbar-buttons,
  .cid-skcLuebpkE .mbr-navbar .icons-menu {
    display: none;
  }
  .cid-skcLuebpkE .mbr-navbar .mbr-nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-skcLuebpkE .mbr-navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skcLuebpkE .mbr-navbar-brand .mbr-navbar-caption {
  line-height: inherit !important;
}
.cid-skcLuebpkE .mbr-navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skcLuebpkE .mbr-dropdown-item.active,
.cid-skcLuebpkE .mbr-dropdown-item:active {
  background-color: transparent;
}
.cid-skcLuebpkE .mbr-navbar-expand-lg .mbr-navbar-nav .nav-link {
  padding: 0;
}
.cid-skcLuebpkE .mbr-navbar.mbr-navbar-expand-lg .mbr-dropdown .mbr-dropdown-menu {
  background: #1732a4;
}
.cid-skcLuebpkE .mbr-navbar.mbr-navbar-expand-lg .mbr-dropdown .mbr-dropdown-menu .mbr-dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skcLuebpkE ul.mbr-navbar-nav {
  flex-wrap: wrap;
}
.cid-skcLuebpkE .navbar-buttons {
  text-align: center;
  min-width: 170px;
  height: max-content;
  margin: auto;
}
.cid-skcLuebpkE button.mbr-navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.mbr-navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE .mbr-navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skcLuebpkE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-skcLuebpkE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skcLuebpkE .mbr-navbar {
    height: 70px;
  }
  .cid-skcLuebpkE .mbr-navbar.opened {
    height: auto;
  }
  .cid-skcLuebpkE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srKbu8yzgv {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-srKbxWtO0v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-srKbxWtO0v .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-srKbxWtO0v .signup_wrap {
  padding: 60px 0px;
  background-color: #ffffff;
  box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}
.cid-srKbxWtO0v .title_block {
  padding: 0px 65px;
  height: 100%;
  margin-right: -15px;
  border-right: 1px solid #e0e5ff;
}
.cid-srKbxWtO0v .mbr-section-title {
  color: #191c2f;
  margin-bottom: 60px;
}
.cid-srKbxWtO0v .mbr-section-subtitle {
  color: #191c2f;
  margin-bottom: 35px;
}
.cid-srKbxWtO0v .card_body {
  margin-bottom: 40px;
}
.cid-srKbxWtO0v .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-srKbxWtO0v .card_body .list li {
  margin-bottom: 15px;
}
.cid-srKbxWtO0v .card_body .list li:last-child {
  margin-bottom: 0;
}
.cid-srKbxWtO0v .card_body .mbr-iconfont {
  margin-right: 20px;
  color: #FD8541;
  font-size: inherit;
}
.cid-srKbxWtO0v .form_title {
  margin-bottom: 40px;
  margin-left: 15px;
  color: #191c2f;
}
.cid-srKbxWtO0v .form_wrap {
  padding: 0px 65px;
}
.cid-srKbxWtO0v .form-group {
  margin-bottom: 30px;
}
.cid-srKbxWtO0v .form-control-label {
  margin-bottom: 18px!important;
  color: #191c2f!important;
  font-weight: 700!important;
}
.cid-srKbxWtO0v input.form-control {
  height: 60px!important;
  padding: 0px 30px!important;
  border-radius: 45px!important;
  width: 100%!important;
  box-shadow: none!important;
  border: 1px solid #e0e5ff !important;
  background-color: #ffffff!important;
}
.cid-srKbxWtO0v form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-srKbxWtO0v form .btn {
  line-height: 31.5px !important;
  width: 30.5%;
}
.cid-srKbxWtO0v textarea,
.cid-srKbxWtO0v .jqselect {
  border: 1px solid #e0e5ff !important;
}
@media (max-width: 991px) {
  .cid-srKbxWtO0v .signup_wrap {
    padding: 50px 0;
  }
  .cid-srKbxWtO0v .form_wrap,
  .cid-srKbxWtO0v .title_block {
    padding: 0px 45px;
  }
  .cid-srKbxWtO0v .mbr-section-title {
    margin-bottom: 40px;
  }
  .cid-srKbxWtO0v .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-srKbxWtO0v .signup_wrap {
    padding: 15px 30px;
  }
  .cid-srKbxWtO0v .title_block {
    margin: 0;
    margin-bottom: 50px;
    border-right: 0;
  }
  .cid-srKbxWtO0v .form_wrap,
  .cid-srKbxWtO0v .title_block {
    padding: 0;
  }
}
@media (max-width: 567px) {
  .cid-srKbxWtO0v .signup_wrap {
    padding: 0;
    box-shadow: none;
  }
}
.cid-srh3A5VZ5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
.cid-srh3A5VZ5s .footer_col_logo {
  width: 40%;
}
.cid-srh3A5VZ5s .footer_col {
  width: 20%;
}
.cid-srh3A5VZ5s .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-srh3A5VZ5s .logo_wrap {
  max-width: 20%;
}
.cid-srh3A5VZ5s .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-srh3A5VZ5s .brand_name {
  color: #ffffff;
}
.cid-srh3A5VZ5s .contacts {
  margin-top: 46px;
}
.cid-srh3A5VZ5s .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-srh3A5VZ5s .contacts b {
  color: #ffffff;
}
.cid-srh3A5VZ5s .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-srh3A5VZ5s .item-wrap {
  line-height: 44px;
}
.cid-srh3A5VZ5s a.text-white {
  color: #a99fc5 !important;
}
.cid-srh3A5VZ5s a.text-white:hover {
  color: #ffffff !important;
}
.cid-srh3A5VZ5s .item-wrap a,
.cid-srh3A5VZ5s .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-srh3A5VZ5s .item-wrap a:before,
.cid-srh3A5VZ5s .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-srh3A5VZ5s .item-wrap a:hover::before,
.cid-srh3A5VZ5s .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}


@media (max-width: 991px) {
  .cid-srh3A5VZ5s .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-srh3A5VZ5s .image {
    margin-bottom: 40px;
  }
  .cid-srh3A5VZ5s .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-srh3A5VZ5s .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-srh3A5VZ5s .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-srh3A5VZ5s .footer_col_logo {
    width: 100%;
  }
  .cid-srh3A5VZ5s .footer_col {
    width: 33.3%;
  }
  .cid-srh3A5VZ5s .row {
    justify-content: center;
    text-align: center;
  }
  .cid-srh3A5VZ5s .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-srh3A5VZ5s .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-srh3A5VZ5s .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-skd2oVCawz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #051441;
}
.cid-skd2oVCawz .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-skd2oVCawz .text-white {
  color: #a99fc5 !important;
}
.cid-skd2oVCawz .text-white:hover {
  color: #ffffff !important;
}
.cid-skd2oVCawz .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-skd2oVCawz .foot-menu li {
  padding: 10px;
}
.cid-skd2oVCawz .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skd2oVCawz .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-skd2oVCawz .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-skd2oVCawz .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-skd2oVCawz .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-skd2oVCawz .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-skd2oVCawz .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-skd2oVCawz .social-list a:hover {
  opacity: 1;
}
.cid-skd2oVCawz .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-skd2oVCawz .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-skd2oVCawz .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.page-template-default p {
  font-family: Sarabun;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
}