@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

/* вставлю блок из BZ */


.businessman-slider-container {
  background-color: #ffffff;
  padding-top: -50px;
  padding-bottom: 300px;
  margin-top: -30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .businessman-slider-container {
    padding-bottom: 80px;
  }
}
.businessman-slider-container .businessman-subtitle {
  text-align: center;
  padding-top: 80px;
}
.businessman-slider-container .businessman-subtitle span {
  color: #686868;
  font-size: 18px;
  font-weight: 400;
}

.businessman-slider {
  padding-top: 30px;
}
.businessman-slider::before {
  content: "";
  display: block;
  position: absolute;
  top: -590px;
  right: 518px;
  height: 3000px;
  width: 540px;
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
  background: #4b1e8e;
}
@media (max-width: 991.98px) {
  .businessman-slider {
    width: 354px;
    margin: 0 auto;
  }
}
.businessman-slider .slick-list {
  padding-top: 80px;
}
.businessman-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.businessman-slider .slick-next, .businessman-slider .slick-prev {
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: calc(50% + 55px);
  background-color: #ffffff;
}
.businessman-slider .slick-next {
  right: 33%;
}
@media (max-width: 991.98px) {
  .businessman-slider .slick-next {
    right: 0px;
  }
}
.businessman-slider .slick-next::after {
  content: url(../img/next-arr.png);
  position: absolute;
  top: 15px;
  left: 17px;
}
.businessman-slider .slick-prev {
  left: 33%;
}
@media (max-width: 991.98px) {
  .businessman-slider .slick-prev {
    left: 0px;
  }
}
.businessman-slider .slick-prev::after {
  content: url(../img/prev-arr.png);
  position: absolute;
  top: 15px;
  left: 17px;
}
.businessman-slider .slider-item {
  background-color: #f6f6f6;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
  outline: none;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  .businessman-slider .slider-item {
    background-color: #06bbd4;
  }
}
.businessman-slider .slider-item .businessman-slider-image img {
  margin: 0 auto;
  margin-top: -110px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.businessman-slider .slider-item .businessman-slider-fio {
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #686868;
}
@media (max-width: 991.98px) {
  .businessman-slider .slider-item .businessman-slider-fio {
    color: #ffffff;
  }
}
.businessman-slider .slider-item .businessman-slider-text {
  display: none;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .businessman-slider .slider-item .businessman-slider-text {
    display: block;
  }
}
.businessman-slider .main-item {
  background-color: #06bbd4;
}
.businessman-slider .main-item .businessman-slider-fio {
  color: #ffffff;
}
.businessman-slider .main-item .businessman-slider-text {
  display: block;
}
.businessman-slider .slick-dots {
  bottom: -40px;
}
.businessman-slider .slick-dots li button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.businessman-slider .slick-dots li button::before {
  content: "";
  width: 8px;
  height: 8px;
  top: 9px;
  left: 9px;
  border-radius: 50%;
  background-color: #06bbd4;
  opacity: 1;
}
.businessman-slider .slick-dots .slick-active button {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 187, 212, 0.7)), to(rgba(6, 187, 212, 0)));
  background: linear-gradient(to bottom, rgba(6, 187, 212, 0.7), rgba(6, 187, 212, 0));
}
.businessman-slider .slick-dots .slick-active button::before {
  width: 4px;
  height: 4px;
  top: 11px;
  left: 11px;
  background-color: #4b1e8e;
  opacity: 1;
}

/* конец блока из BZ */


.banners{
  margin-top: -40px;
  padding-bottom: 40px;
  /*background-color: #ffffff;*/
  z-index: 3;
}
.banners .banner-sm{
  display: none;
}


.mba-form select{
  color: #6C757D !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6"><path d="M0 0l6 6 6-6z" fill="%23333"/></svg>');
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.banners .banner-lg{max-width: 1200px; margin: 0 auto;}
@media (max-width:992px){
  .banners{
    margin-top: -80px;
    padding-bottom: 40px !important;
    /*background-color: #0a2f68;*/
  }
  .banners .banner-lg{display: none;}
  .banners .banner-sm{display: block; max-width: 480px; margin: 0 auto;}
}

@media (max-width:400px){
  .banners{
    margin-top: -80px;
    padding-bottom: 120px !important;
    /*background-color: #0a2f68;*/
  }
}


@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}

.add_menu_section{
  background-color:#5b5b5b;
  font-family: 'Golos Text', sans-serif;
}
.add_menu_section .add_menu ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-top:0px;
  margin-bottom:0px;
  padding-left:65px;
  padding-right:0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.add_menu_section .add_menu ul li{
  list-style-type:none;
  line-height:18px;
  padding-right:35px;
  padding-left:5px;
}
.add_menu_section .add_menu ul li a{
  color:#fff;
  font-weight:500;
  text-transform:uppercase;
  text-decoration:none;
  -webkit-transition:all .5s ease;
  transition:all .5s ease;
}
.add_menu_section .add_menu ul li a:hover{
  color:#999;
}
@media (max-width:954px){.add_menu_section .add_menu{display: none;}}
.add_menu_section .add_menu_phones{
  position:absolute;
  top:0;
  left:-5000px;
  -webkit-transition:all .5s ease;
  transition:all .5s ease;
  background-color:#5b5b5b;
  height:calc(var(--vh,1vh) * 100);
  width:100vw;
  width:calc(var(--vw,1vw) * 100);
  z-index:100;
}
.add_menu_section .add_menu_phones ul{
  font-weight:400;
  font-size:22px;
  line-height:26px;
  margin-top:60px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  position:relative;
}
.add_menu_section .add_menu_phones ul li{
  list-style-type:none;
  margin-bottom:35px;
  margin-left:20%;
}
.add_menu_section .add_menu_phones ul li a{
  color:#fff;
  text-decoration:none;
}
.add_menu_section .add_menu_phones ul li a img{
  width: 100px;
  height: 70px;
}
.add_menu_section .add_menu_phones ul li a:hover{
  color:#1ebaba;
}
.add_menu_section .add_menu_phones ul li span{
  color:#fff;
  font-weight:500;
  font-size:18px;
}
.add_menu_section .menu-active{
  left:0;
  position:fixed;
  z-index:1500;
}

.burger-button{
  display:none;
  position:fixed;
  z-index:1501;
}

.burger-button .hamburger2 .hamburger-inner,.burger-button .hamburger2 .hamburger-inner::after,.burger-button .hamburger2 .hamburger-inner::before{
  background-color:#999;
  width:26px;
  border-radius:0;
  height:2px
}
@media (max-width:955px){
  .burger-button{
    display:block;
    padding: 22px;
  }
  .menu{display: none;}
}

.footer {
  background-color: #0a2f68;
}
.footer .footer-info {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 40px;
}
.footer .footer-info .footer-info-text {
  margin-right: 25px;
}
@media (max-width: 575.98px) {
  .footer .footer-info .footer-info-text {
    text-align: center;
  }
}
.footer .footer-info .footer-info-text .footer-info-text-head {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #06bbd4;
  margin-bottom: 30px;
}
.footer .footer-info .footer-info-text .footer-info-text-img-sm {
  margin-bottom: 20px;
  display: none;
}
.footer .footer-info .footer-info-text .footer-info-text-img-sm img {
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .footer .footer-info .footer-info-text .footer-info-text-img-sm {
    display: block;
  }
}
.footer .footer-info .footer-info-text .footer-info-text-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
.footer .footer-info .footer-info-text .footer-info-text-content a {
  text-decoration: none;
  font-weight: 400;
  color: #ffffff;
}
.footer .footer-info .footer-info-text .footer-info-text-content span a {
  color: #06bbd4;
}
.footer .footer-info .footer-info-img {
  margin-left: 25px;
}
.footer .footer-info .footer-info-img img {
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .footer .footer-info .footer-info-img {
    display: none;
  }
}
.footer .footer-social {
  padding-bottom: 30px;
}
.footer .footer-social ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .footer-social ul li {
  list-style-type: none;
}
.footer .footer-social ul li a {
  padding: 0 5px;
}
.footer .footer-social ul li a img {
  width: 32px;
  height: 32px;
}
.footer .footer-copyright {
  padding-top: 40px;
  padding-bottom: 32px;
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}



.mba-cta-modal{ 
  padding:0 !important; 
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.mba-cta-modal .modal-dialog{
  max-width:560px;
  width:calc(100% - 2rem);
  display:flex;
  align-items:center;
  min-height:auto;
  height:auto;
  margin:1.75rem auto;
}
.mba-cta-modal .modal-content{
  /*background:#151515;*/
  background:#ae4b73;
  border-radius:20px;
  border:none;
  padding:36px 32px 32px;
  color:#fff;
  position:relative;
  width:100%;
  height:auto;
  max-height:90vh;
  overflow-y:auto;
  flex:0 0 auto;
}
.mba-cta-modal .mba-modal-form{
  margin:0;
}
.mba-cta-modal .mba-modal-close{
  position:absolute;
  top:16px;
  right:16px;
  width:32px;
  height:32px;
  border:none;
  background:transparent;
  color:#fff;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  opacity:.6;
}
.mba-cta-modal .mba-modal-close:hover{ opacity:1; }
.mba-cta-modal .mba-modal-title{
  text-align:center;
  font-weight:700;
  font-size:26px;
  margin-bottom:28px;
  color:#fff;
}
.mba-cta-modal .mba-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px 32px;
  margin-bottom:20px;
}
@media (max-width:576px){
  .mba-cta-modal .mba-grid{ grid-template-columns:1fr; }
}
.mba-cta-modal .mba-field label{
  display:block;
  font-size:13px;
  color:rgba(255,255,255,.5);
  margin-bottom:8px;
}
.mba-cta-modal .mba-field input,
.mba-cta-modal .mba-field select{
  width:100%;
  background:transparent;
  border:none;
  border-bottom:1px solid rgba(255,255,255,.28);
  color:#fff;
  font-size:16px;
  padding:4px 0 10px;
  outline:none;
  border-radius:0;
  box-shadow:none;
}
.mba-cta-modal .mba-field input::placeholder{ color:rgba(255,255,255,.3); }
.mba-cta-modal .mba-field input:focus,
.mba-cta-modal .mba-field select:focus{ border-bottom-color:#fff; }
.mba-cta-modal .mba-phone-row{
  display:flex;
  align-items:center;
  gap:8px;
  border-bottom:1px solid rgba(255,255,255,.28);
  padding-bottom:9px;
}
.mba-cta-modal .mba-phone-row:focus-within{ border-bottom-color:#fff; }
.mba-cta-modal .mba-phone-row input{
  border:none !important;
  padding:4px 0 0 !important;
  flex:1;
}
.mba-cta-modal .mba-phone-flag{ font-size:17px; }
.mba-cta-modal .mba-phone-code{ font-weight:600; }
.mba-cta-modal .mba-field-select{ margin-bottom:22px; }
.mba-cta-modal .mba-select-label{
  display:block;
  font-weight:600;
  font-size:15px;
  color:#fff;
  margin-bottom:10px;
}
.mba-cta-modal select{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 4px center;
  background-size:12px 8px;
  padding-right:20px;
  cursor:pointer;
}
.mba-cta-modal select option{ 
  /*background:#151515;*/ 
  background:#ae4b73;
  color:#fff; 
}

.mba-cta-modal .mba-checks{
  margin-bottom:22px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.mba-cta-modal .mba-check{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:10px;
  cursor:pointer;
}
.mba-cta-modal .mba-check input[type="checkbox"]{
  position:absolute;
  opacity:0;
  width:18px;
  height:18px;
  margin:0;
  cursor:pointer;
}
.mba-cta-modal .mba-checkbox-box{
  flex:0 0 18px;
  width:18px;
  height:18px;
  border:1px solid rgba(255,255,255,.5);
  border-radius:4px;
  position:relative;
  margin-top:2px;
}
.mba-cta-modal .mba-check input[type="checkbox"]:checked ~ .mba-checkbox-box{
  background:#fff;
  border-color:#fff;
}
.mba-cta-modal .mba-check input[type="checkbox"]:checked ~ .mba-checkbox-box::after{
  content:"";
  position:absolute;
  left:5px;
  top:1px;
  width:5px;
  height:9px;
  border:solid #151515;
  border-width:0 2px 2px 0;
  transform:rotate(45deg);
}
.mba-cta-modal .mba-check input[type="checkbox"]:focus-visible ~ .mba-checkbox-box{
  outline:2px solid #fff;
  outline-offset:2px;
}
.mba-cta-modal .mba-checkbox-text{
  font-size:13px;
  color:rgba(255,255,255,.7);
  line-height:1.5;
}
.mba-cta-modal .mba-checkbox-text a{
  color:rgba(255,255,255,.85);
  text-decoration:underline;
}
.mba-cta-modal .mba-submit-btn{
  width:100%;
  background:#fff;
  color:#151515;
  border:none;
  border-radius:14px;
  padding:16px;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
}
.mba-cta-modal .mba-submit-btn:disabled{ opacity:.6; cursor:default; }
.mba-cta-modal .mba-form-alert,
.mba-cta-modal .mba-form-alert-danger{
  margin-top:16px;
  border-radius:10px;
  font-size:14px;
}




.mba-alumni-title{
  padding-top: 3rem;
  padding-bottom: 1rem;
  color: #ae4b73;
  font-size: 13px !important;
  text-transform: uppercase;
  text-align: left;
}
.mba-alumni-row{
  margin-top:24px;
  margin-bottom:70px;
  row-gap:32px;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.mba-alumni-card{
  cursor:pointer;
  text-align:center;
  padding:32px 20px;
  border-radius:18px;
  height:100%;
  background:#f4f4f5;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.mba-alumni-card:hover,
.mba-alumni-card:focus-visible{
  transform:translateY(-6px);
  box-shadow:0 16px 32px rgba(10,47,104,.14);
  background:#ffffff;
  outline:none;
}
.mba-alumni-photo{
  width:140px;
  height:140px;
  border-radius:50%;
  overflow:hidden;
  margin:0 auto 20px;
  background:#dfe3ea;
}
.mba-alumni-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.mba-alumni-name{
  font-weight:700;
  font-size:17px;
  margin-bottom:8px;
  color:#0a2f68;
}
.mba-alumni-position{
  font-size:14px;
  line-height:1.4;
  color:rgba(10,10,10,.6);
  margin:0;
}

/* Модальное окно с историей участника */
.mba-alumni-modal .modal-content{
  text-align:center;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.mba-alumni-modal-photo{
  width:120px;
  height:120px;
  border-radius:50%;
  object-fit:cover;
  display:block;
  margin:0 auto 20px;
}
.mba-alumni-modal-name{
  font-size:22px;
  font-weight:700;
  margin-bottom:4px;
  color:#fff;
}
.mba-alumni-modal-position{
  font-size:14px;
  color:rgba(255,255,255,.55);
  margin-bottom:8px;
}
.mba-alumni-modal-label{
  text-align:left;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:rgba(255,255,255,.45);
  margin-top:24px;
  margin-bottom:8px;
}
.mba-alumni-modal-text{
  text-align:left;
  font-size:15px;
  line-height:1.6;
  color:rgba(255,255,255,.85);
  margin-bottom:0;
}







/* =================
   MBA CONTACT BLOCK
   ================= */

.mba-contact-wrapper {
    padding: 40px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
}

.mba-contact-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.mba-contact-label {
    font-size: 13px;
    font-weight: 600;
    /*color: #06bbd4;*/
    color: #ae4b73;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.mba-contact-divider {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.mba-contact-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px 40px;
}

@media (max-width: 768px) {
    .mba-contact-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.mba-contact-info {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 480px) {
    .mba-contact-info {
        flex-direction: column;
        gap: 16px;
    }
}

.mba-contact-photo {
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(6, 187, 212, 0.4);
}

.mba-contact-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mba-contact-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mba-contact-name {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
}

.mba-contact-role {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.3px;
    text-transform: lowercase;
}

.mba-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin-top: 6px;
}

.mba-contact-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.25s ease;
}

.mba-contact-links a:hover {
    color: #06bbd4;
}

.mba-contact-links a svg {
    flex-shrink: 0;
    opacity: 0.7;
}

.mba-contact-email {
    color: #06bbd4 !important;
}

.mba-contact-email:hover {
    color: #4ad4e8 !important;
}

.mba-contact-social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.mba-contact-social ul li {
    list-style: none;
}

.mba-contact-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.3s ease, transform 0.2s ease;
}

.mba-contact-social ul li a:hover {
    background: rgba(6, 187, 212, 0.25);
    transform: scale(1.05);
}

.mba-contact-social ul li a img {
    width: 22px;
    height: 22px;
    display: block;
    /*filter: brightness(0) invert(1);*/
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.mba-contact-social ul li a:hover img {
    opacity: 1;
}

@media (max-width: 768px) {
    .mba-contact-social ul li a {
        width: 44px;
        height: 44px;
    }
    .mba-contact-social ul li a img {
        width: 24px;
        height: 24px;
    }
}
