/*

TemplateMo 569 Edu Meeting

https://templatemo.com/tm-569-edu-meeting

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family:'Inter',sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color: #0D6EFD;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

a:hover {
	color: #FC3;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #f5a425;
  color: #fff;
}

::-moz-selection {
  background: #f5a425;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-red a {
  font-size: 13px;
  color: #fff;
  background-color: #0D6EFD;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  font-family: 'Inter', sans-serif;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.main-button-yellow a {
  font-size: 13px;
  color: #fff;
  background-color: #f5a425;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 50px; 
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
  color: #0D6EFD;
  font-family:'Inter',sans-serif;
}




/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.sub-header {
  background-color: #0D6EFD ;
  position: relative;
  z-index: 1111;
}

.sub-header .left-content p {
  color: #fff;
  padding: 8px 0px;
  font-size: 16px;
}

.sub-header .right-icons {
  text-align: right;
  padding: 8px 0px;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a {
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
  color: #f5a425;
}

.sub-header .left-content p em {
   font-style: normal;
   color: #f5a425;
}

.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fb5849!important;
}

.background-header .nav li a.active {
  color: #fb5849!important;
}

.header-area {
  /* background-color: rgba(250,250,250,0.15); */
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 8px;
  padding-right: 8px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  font-family:'Inter',sans-serif;
  margin-top: .5rem;
  display: block;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  color: #0D6EFD;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #f5a425!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #f5a425!important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #0D6EFD;
  position: absolute;
  right: 5px;
  top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub > .sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: visible;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #f5a425!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav > li.has-sub:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area{
  padding-top: 3rem;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #f5a425;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f5a425!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #f5a425!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(31,39,43,0.75);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.main-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  font-family:'Inter',sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 28px;
  text-transform: none;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .caption p {
  color: #fff;
  font-size: 20px;
  max-width: 570px;
  font-weight: 500;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }

}


/*
---------------------------------------------
services
---------------------------------------------
*/

.services {
  margin-top: -135px;
  position: absolute;
  width: 100%;
}

.services .item {
  background-image: url(../images/service-item-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  text-align: center;
  background:#0D6EFD !important;
  color: #fff;
  padding: 40px;
}

.services .item .icon {
  max-width: 60px;
  margin: 0 auto;
}

.services .item h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.services .item p {
  color: #fff;
  font-size: 13px;
}

.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}
    
.services .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0;
}

.services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.upcoming-meetings {
  /* background-image: url(../images/meetings-bg.jpg); */
  background: #f3f3f3ff;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
}

section.upcoming-meetings .section-heading {
  text-align: center;
}

section.upcoming-meetings .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-family: 'Inter', sans-serif;
}

section.upcoming-meetings .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 700;
  transition: all .3s;
  font-family:'Inter',sans-serif;
}

section.upcoming-meetings .categories ul li a:hover {
  color: #0D6EFD;
}

section.upcoming-meetings .categories .main-button-red {
  border-top: 1px solid #eee;
  /* padding-top: 30px;
  margin-top: 15px; */
}

section.upcoming-meetings .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

.meeting-item {
  margin-bottom: 30px;
}

.meeting-item .thumb {
  position: relative;
}

.meeting-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  background-color: #fff;
  padding: 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.meeting-item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-item .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-item .down-content p {
  margin-left: 50px;
  color: #1f272b;
  font-size: 14px;
}



/*
---------------------------------------------
apply now
---------------------------------------------
*/

section.apply-now {
  background-image: url(../images/apply-bg.jpg);
  /* background: #0D6EFD; */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
}

section.apply-now .item {
  background-color: rgba(250,250,250,0.15);
  padding: 40px;
  margin-bottom: 30px;
}

section.apply-now .item h3 {
  font-family: 'Inter', sans-serif;
  color: #fff;
  text-transform: none;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.apply-now .item p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.accordions {
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  margin-left: 45px;
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 20px;  
  font-size: 18px;
  font-weight: 500;
  color: #1f272b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
  font-family: 'Inter', sans-serif;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #0D6EFD;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content {
  padding: 20px;
  padding-top: 0;
}


/* 
---------------------------------------------
courses
--------------------------------------------- 
*/

section.our-courses {
  background: center center / cover no-repeat fixed rgb(243, 243, 243);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 130px;
}

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content h4 {
  padding: 25px;
  font-size: 18px;
  color: #1f272b;
  text-align: center; 
  border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #0D6EFD;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #f5a425;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.our-courses .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-facts {
  background-image: url(../images/170220253.jpeg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 125px 0px;
}

section.our-facts h2 {
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

.count-area-content {
  text-align: center;
  background-color: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.percentage .count-digit:after {
  content: '%';
  margin-left: 3px;
}

.count-digit {
    margin: 5px 0px;
    color: #0D6EFD;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 20px;
    font-weight: 700;
    color: #f5a425;
    letter-spacing: 0.5px;
    font-family: Inter, sans-serif;
    text-transform: uppercase;

}

.new-students {
  margin-top: 45px;
}

section.our-facts .video {
  text-align: center;
  margin-left: 70px;
  background-image: url(../images/zk.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}

section.our-facts .video img {
  padding: 170px 0px;
  max-width: 56px;
}


/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us {
    background: #fff;
    padding: 140px 0 80px;
}

section.contact-us #contact {
    background: #fff;
    border: 1px solid #edf0f5;
    border-top: 5px solid #0D6EFD;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

section.contact-us #contact h2 {
  text-transform: none;
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  font-family: Inter, sans-serif;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  font-size: 13px;
  color: #fff;
  background-color: #0D6EFD;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
  font-family: Inter, sans-serif;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us .right-info {
  background-color: #0D6EFD;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-family: Inter, sans-serif;
}

.footer {
  text-align: center;
  margin-top: 140px;
  border-top: 1px solid #0D6EFD;
  padding: 50px 0px;
}
.footer p {
  text-transform: uppercase;
  font-size: 18px;
  color: #0D6EFD;
}

.footer p a {
  color: #f5a425;
}


/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
  background-image: url(../images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
}

section.heading-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}


/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {
  background-image: url(../images/meetings-page-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 0px;
}

section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
}

section.meetings-page .filters li {
  font-size: 13px;
  color: #a12c2f;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0px 3px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
  background-color: #a12c2f;
  color: #fff;
}

section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

section.meetings-page .pagination ul li {
  display: inline-block;
}

section.meetings-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s;
}

section.meetings-page .main-button-red {
  text-align: center;
}

section.meetings-page .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
  }

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #a12c2f;
  color: #fff;
}

.meeting-single-item .thumb {
  position: relative;
}

.meeting-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-single-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250,250,250,0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

.meeting-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: #f5a425;
}

/* Meeting item column */
.templatemo-item-col {
	width: 31%;
}

@media (max-width: 992px) {
	.templatemo-item-col {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.templatemo-item-col {
		width: 100%;
	}
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .caption {
    top: 60%;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }

  .services {
    margin-top: 60px;
  }

  section.upcoming-meetings {
    padding-top: 400px;
  }

  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
  }

}

@media (max-width: 767px) {

  .sub-header .left-content p {
    display: none;
  }

  .sub-header .right-icons {
    text-align: center;
  }

  .main-nav .nav .sub-menu {
    display: none;
  }

  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #1f272b;
  }

}

.header-area .main-nav .logo {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 5rem;
    line-height: normal;
    text-transform: none;
    letter-spacing: normal;
}

.logo-text {
    font-family:'Inter',sans-serif;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
}

.logo-text span {
    color: #0D6EFD;
    font-size: 24px;
    font-weight: 700;
}

.logo-text small {
    color: #FBBF24;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.header-area .main-nav .logo img {
    margin-top: 2rem;
    height: 110px;       /* Высота логотипа */
    width: auto;
    transition: .3s;
}

.background-header .main-nav .logo img {
    height: 55px;
}

.header-area {

    height: 7rem;
}

.header-area .main-nav {
    min-height: 6rem;
}

.header-area.header-sticky {
    min-height: 5rem;
}

.header-area .main-nav .logo {
    height: 5rem;
    line-height: 5rem;
    display: flex;
    align-items: center;
}

.left-content p {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
}

.left-content .separator {
    color: #fff;
    opacity: 0.6;
}

.right-icons{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:20px;
    padding:8px 0;
}

.language-switcher{
    display:flex;
    gap:8px;
}

.language-switcher a{
    width:34px;
    height:27px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.5);
    border-radius:6px;
    color:#fff;
    font-size:13px;
    font-weight:600;
    transition:.3s;
}

.language-switcher a:hover,
.language-switcher a.active{
    background:#fff;
    color:#0D6EFD;
}

.right-icons ul{
    display:flex;
    align-items:center;
    gap:15px;
    margin:0;
}

.right-icons ul li{
    margin:0;
}

.nofollow{
  color: #fff;
}

/* .services .item .icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#1E40AF;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.3s;
} */

.services .item .icon i{
    font-size:40px;
    color:#fff;
}

/* .services .item:hover .icon{
    background:#FBBF24;
} */

.services .item:hover .icon i{
    color: #FBBF24;
}

.rector-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    padding:0 !important;   /* убрать внутренние отступы */
}

.rector-photo{
    width:100%;
    height:320px;
    margin:0;
    padding:0;
    overflow:hidden;
}

.rector-photo img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}



.rector-content{
    padding:15px;
}
.rector-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top; /* Лицо будет ближе к верхней части */
    display:block;
}

.rector-card h4{
    color:#1E40AF;
    margin-bottom:15px;
    font-size:26px;
    font-weight:700;
}

.rector-card h5{
    margin-bottom:8px;
    font-size:20px;
    font-weight:700;
    color:#222;
    font-family: 'Inter', sans-serif;
}

.rector-card span{
    display:block;
    font-size:15px;
    color:#777;
    line-height:1.6;
    margin-bottom:20px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.rector-card .main-button-red a{
    display:inline-block;
    background: #0D6EFD;
    color:#fff;
    padding:7px 5px;
    border-radius:0 0 12px 12px;
    transition:.3s;
    font-weight:600;
    font-family: 'Inter', sans-serif;

}

.rector-card .main-button-red a:hover{
    background:#FBBF24;
    color:#1E40AF;
}

/* При прокрутке скрываем логотип */
.background-header .logo{
    opacity: 0;
    visibility: hidden;
    width: 0;
    overflow: hidden;
    transition: .3s;
}

/* Меню занимает всю ширину */
.background-header .main-nav .nav{
    float: none;
    display: flex;
    justify-content: center;
}

#ais{
  color: #0D6EFD;
}

/* Виртуальный ассистент */
.chatbot-toggle {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #0D6EFD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.4);
  z-index: 9999;
  transition: all 0.3s;
  border: none;
}
.chatbot-toggle:hover {
  transform: scale(1.1);
  background: #0b5ed7;
}
.chatbot-toggle i {
  color: #fff;
  font-size: 28px;
}
.chatbot-window {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 380px;
  height: 500px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  z-index: 9998;
  display: none;
  flex-direction: column;
  overflow: hidden;
  animation: slideUp 0.3s ease;
}
.chatbot-window.active {
  display: flex;
}
@keyframes slideUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.chatbot-header {
  background: #0D6EFD;
  padding: 15px 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chatbot-header h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}
.chatbot-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 0 5px;
}
.chatbot-close:hover {
  opacity: 0.8;
}
.chatbot-body {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  background: #f8f9fa;
}
.chat-message {
  margin-bottom: 15px;
  display: flex;
}
.chat-message p {
  max-width: 80%;
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.chat-message.bot {
  justify-content: flex-start;
}
.chat-message.bot p {
  background: #fff;
  color: #333;
  border-bottom-left-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.chat-message.user {
  justify-content: flex-end;
}
.chat-message.user p {
  background: #0D6EFD;
  color: #fff;
  border-bottom-right-radius: 5px;
}
.chatbot-footer {
  padding: 15px;
  border-top: 1px solid #eee;
  display: flex;
  gap: 10px;
  background: #fff;
}
.chatbot-footer input {
  flex: 1;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}
.chatbot-footer input:focus {
  border-color: #0D6EFD;
}
.chatbot-footer button {
  width: 45px;
  height: 45px;
  background: #0D6EFD;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.chatbot-footer button:hover {
  background: #0b5ed7;
}

/* Виртуальный ассистент */
.chatbot-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

.chatbot-toggle {
  width: 60px;
  height: 60px;
  background: #0D6EFD;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.4);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chatbot-toggle:hover {
  transform: scale(1.1);
  background: #0b5ed7;
}

.chatbot-window {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 380px;
  height: 500px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  display: none;
  flex-direction: column;
  overflow: hidden;
  animation: slideUp 0.3s ease;
}

.chatbot-window.active {
  display: flex;
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.chatbot-header {
  background: #0D6EFD;
  padding: 15px 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatbot-header h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.chatbot-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 0 5px;
}

.chatbot-close:hover {
  opacity: 0.8;
}

.chatbot-body {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  background: #f8f9fa;
}

.chat-message {
  margin-bottom: 15px;
  display: flex;
}

.chat-message p {
  max-width: 80%;
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.chat-message.bot {
  justify-content: flex-start;
}

.chat-message.bot p {
  background: #fff;
  color: #333;
  border-bottom-left-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.chat-message.user {
  justify-content: flex-end;
}

.chat-message.user p {
  background: #0D6EFD;
  color: #fff;
  border-bottom-right-radius: 5px;
}

.chatbot-footer {
  padding: 15px;
  border-top: 1px solid #eee;
  display: flex;
  gap: 10px;
  background: #fff;
}

.chatbot-footer input {
  flex: 1;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}

.chatbot-footer input:focus {
  border-color: #0D6EFD;
}

.chatbot-footer button {
  width: 45px;
  height: 45px;
  background: #0D6EFD;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.chatbot-footer button:hover {
  background: #0b5ed7;
}

@media (max-width: 480px) {
  .chatbot-window {
    width: 90%;
    right: 5%;
    bottom: 80px;
    height: 400px;
  }
}

/* Виртуальный ассистент */
.chatbot-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

.chatbot-toggle {
  width: 70px;
  height: 70px;
  background: #0D6EFD;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.4);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s infinite;
}

.chatbot-toggle:hover {
  transform: scale(1.15);
  background: #0b5ed7;
  animation: none;
}

/* Анимация пульсации */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(13, 110, 253, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
  }
}

/* Анимация вращения робота */
.chatbot-toggle {
  animation: pulse 2s infinite, float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.chatbot-window {
  position: fixed;
  bottom: 110px;
  right: 30px;
  width: 380px;
  height: 500px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  display: none;
  flex-direction: column;
  overflow: hidden;
  animation: slideUp 0.3s ease;
}

.chatbot-window.active {
  display: flex;
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(20px) scale(0.9); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.chatbot-header {
  background: #0D6EFD;
  padding: 15px 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatbot-header h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.chatbot-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 0 5px;
}

.chatbot-close:hover {
  opacity: 0.8;
  transform: rotate(90deg);
  transition: 0.3s;
}

.chatbot-body {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  background: #f8f9fa;
}

.chat-message {
  margin-bottom: 15px;
  display: flex;
  animation: messageIn 0.3s ease;
}

@keyframes messageIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.chat-message p {
  max-width: 80%;
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.chat-message.bot {
  justify-content: flex-start;
}

.chat-message.bot p {
  background: #fff;
  color: #333;
  border-bottom-left-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.chat-message.user {
  justify-content: flex-end;
}

.chat-message.user p {
  background: #0D6EFD;
  color: #fff;
  border-bottom-right-radius: 5px;
}

.chatbot-footer {
  padding: 15px;
  border-top: 1px solid #eee;
  display: flex;
  gap: 10px;
  background: #fff;
}

.chatbot-footer input {
  flex: 1;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}

.chatbot-footer input:focus {
  border-color: #0D6EFD;
}

.chatbot-footer button {
  width: 45px;
  height: 45px;
  background: #0D6EFD;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.chatbot-footer button:hover {
  background: #0b5ed7;
  transform: scale(1.1);
}

@media (max-width: 480px) {
  .chatbot-window {
    width: 90%;
    right: 5%;
    bottom: 80px;
    height: 400px;
  }
}

#sylka{
  color: #fff;
}

#sylka:hover{
  color: #f5a425;
}

.nested-menu {
    position: relative;
}

/* ========================================
   ПОЛНЫЙ CSS ДЛЯ МЕНЮ С ВЛОЖЕННЫМ ПОДМЕНЮ
   ======================================== */

/* ----- ОСНОВНОЕ МЕНЮ ----- */
.header-area .main-nav .nav li.has-sub {
    position: relative;
    padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #0D6EFD;
    position: absolute;
    right: 5px;
    top: 5px;
}

/* ----- ПОДМЕНЮ 1-ГО УРОВНЯ ----- */
.header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    top: 10px;
    left: 0;
    width: 500px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    padding: 5px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 9999;
    list-style: none;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    display: block;
    padding: 5px 10px;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    height: auto;
    line-height: 1.5;
    transition: all 0.2s ease;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a {
    border-bottom: none;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a:hover {
    background: #f0f4ff;
    color: #0D6EFD;
    padding-left: 25px;
}

/* ========================================
   ВЛОЖЕННОЕ МЕНЮ (2-Й УРОВЕНЬ) - РАБОТАЕТ!
   ======================================== */

/* Родитель для вложенного меню */
.header-area .main-nav .nav li.has-sub ul.sub-menu li.has-sub {
    position: relative;
    padding-right: 0;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li.has-sub:after {
    display: none;
}

/* Стрелка для пункта с вложенным меню */
.header-area .main-nav .nav li.has-sub ul.sub-menu li.has-sub > a:after {
    content: "›";
    float: right;
    font-size: 20px;
    color: #999;
    margin-left: 5px;
}

/* ВЛОЖЕННОЕ ПОДМЕНЮ - появляется СПРАВА */
.header-area .main-nav .nav li.has-sub ul.sub-menu li.has-sub .nested-submenu {
    position: absolute;
    left: 100%;
    top: 10px;
    min-width: 320px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    padding: 2px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
    z-index: 99999;
    list-style: none;
}

/* ПОКАЗЫВАЕМ ВЛОЖЕННОЕ МЕНЮ ПРИ НАВЕДЕНИИ */
.header-area .main-nav .nav li.has-sub ul.sub-menu > li.has-sub:hover > .nested-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Пункты вложенного меню */
.header-area .main-nav .nav li.has-sub ul.sub-menu li.has-sub .nested-submenu li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li.has-sub .nested-submenu li a {
    display: block;
    padding: 5px 10px;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
    height: auto;
    line-height: 1.5;
    transition: all 0.2s ease;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li.has-sub .nested-submenu li:last-child a {
    border-bottom: none;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li.has-sub .nested-submenu li a:hover {
    background: #f0f4ff;
    color: #0D6EFD;
    padding-left: 30px;
}

/* ========================================
   ЕСЛИ НЕ ПОМЕЩАЕТСЯ СПРАВА - ОТКРЫВАЕМ ВЛЕВО
   ======================================== */
@media (max-width: 1300px) {
    .header-area .main-nav .nav li.has-sub ul.sub-menu li.has-sub .nested-submenu {
        left: auto;
        right: 100%;
        min-width: 280px;
    }
}

/* ========================================
   МОБИЛЬНАЯ ВЕРСИЯ
   ======================================== */
@media (max-width: 767px) {
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border-radius: 0;
        display: none;
        padding-left: 20px;
        width: 100%;
    }
    
    .header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
        display: block;
    }
    
    .header-area .main-nav .nav li.has-sub ul.sub-menu li.has-sub .nested-submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border-radius: 0;
        display: none;
        padding-left: 20px;
        min-width: 100%;
    }
    
    .header-area .main-nav .nav li.has-sub ul.sub-menu li.has-sub:hover .nested-submenu {
        display: block;
    }
    
    .header-area .main-nav .nav li.has-sub ul.sub-menu li.has-sub > a:after {
        content: "▼";
        font-size: 12px;
    }
}

.blog-section {
    padding: 5rem 2rem;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
}

/* ===== ЗАГОЛОВОК СЕКЦИИ ===== */
.section-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.section-title {
    /* font-family: 'Playfair Display', serif; */
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #0D6EFD, #0D6EFD);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -0.01em;
    margin-bottom: 0.5rem;
    display: inline-block;
    position: relative;
    font-family: 'Inter', sans-serif;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #f5a425;
    border-radius: 4px;
}

.section-subtitle {
    color: #5a6e7c;
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 1.2rem;
    font-family: 'Inter', sans-serif;
}

/* ===== СЕТКА (2 КОЛОНКИ) ===== */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2.8rem;
}

/* ===== ЛЕВАЯ КАРТОЧКА (ПРИВЕТСТВИЕ) ===== */
.welcome-card {
    background: white;
    border-radius: 28px;
    padding: 2rem 2rem 2.2rem;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.3s ease;
    position: relative;
    border: 1px solid rgba(44, 122, 110, 0.15);
}

.welcome-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 45px -15px rgba(0, 0, 0, 0.12);
}

.welcome-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
     background: #dcf1ff;
    color: #0D6EFD;
    padding: 0.4rem 1rem;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    letter-spacing: 0.3px;
}

.welcome-badge i {
    font-size: 0.9rem;
}

.welcome-card h2 {
    /* font-family: 'Playfair Display', serif; */
    font-size: 1rem;
    font-weight: 600;
    color: #0D6EFD;
    margin-bottom: 1.2rem;
    line-height: 1.3;
    font-family: 'Inter', sans-serif;
}

.greeting-text {
    font-weight: 600;
    font-size: 1rem;
    color: #2c3e4e;
    margin-bottom: 1rem;
    border-left: 3px solid #063c62;
    padding-left: 1rem;
}

.welcome-card p {
    color: #2d4a62;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}

.signature {
    margin-top: 1.8rem;
    padding-top: 1.2rem;
    border-top: 2px dashed #cbdbe2;
}

.signature-line {
    font-size: 0.95rem;
    color: #4a6272;
    margin-bottom: 0.4rem;
    font-style: italic;
    font-family: 'Inter', sans-serif;
}

.signature-name {
    font-weight: 700;
    font-size: 1.2rem;
    color: #0D6EFD;
    letter-spacing: -0.2px;
    margin-bottom: 0.2rem;
}

.signature-post {
    font-size: 0.85rem;
    color: #5f7f94;
}

/* ===== ПРАВАЯ КАРТОЧКА (ФОРМА) ===== */
.form-card {
    background: white;
    border-radius: 28px;
    padding: 1.8rem 2rem 2rem;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease;
    border: 1px solid rgba(44, 122, 110, 0.1);
}

.form-card:hover {
    transform: translateY(-3px);
}

.form-header {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0D6EFD;
    margin-bottom: 1.8rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.7rem;
    font-family: 'Inter', sans-serif;
}

.form-header i {
    color: #00d084;
    font-size: 1.5rem;
}

.input-group {
    margin-bottom: 1.3rem;
}

.input-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    color: #0D6EFD;
    font-family: 'Inter', sans-serif;
}

.input-group label i {
    color: #00d084;
    width: 18px;
    font-size: 0.8rem;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    border: 1px solid #dce5ec;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    background: #fefefe;
    transition: all 0.2s;
}

.input-group input:focus,
.input-group textarea:focus {
    outline: none;
    border-color: #2c7a6e;
    box-shadow: 0 0 0 3px rgba(44, 122, 110, 0.15);
    background: white;
}

.submit-btn {
    background: linear-gradient(100deg,  #0D6EFD);
    border: none;
    width: 100%;
    padding: 0.9rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    cursor: pointer;
    transition: all 0.25s;
    margin-top: 0.5rem;
    box-shadow: 0 6px 14px rgba(28, 93, 76, 0.25);
    font-family: 'Inter', sans-serif;
}

.submit-btn:hover {
    background: linear-gradient(100deg, #00d084);
    transform: scale(0.98);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.form-note {
    text-align: center;
    font-size: 0.75rem;
    color: #6c8ea2;
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.form-note i {
    font-size: 0.7rem;
}

/* ===== ИНФОРМАЦИОННЫЙ БЛОК (НИЖНИЙ) ===== */
.info-card {
    background: linear-gradient(115deg, #ffffff 0%, #f9fbfd 100%);
    border-radius: 28px;
    padding: 1.8rem 2rem;
    margin-top: 0.5rem;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    border: 1px solid rgba(44, 122, 110, 0.2);
    box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.06);
    transition: all 0.2s;
}

.info-icon {
    font-size: 2.5rem;
    color: #00d084;
    background: #e0f0ec;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.info-content {
    flex: 1;
}

.info-content h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0D6EFD;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Inter', sans-serif;
}

.info-content h3 i {
    color: #00d084;
    font-size: 1.25rem;
}

.info-content > p {
    color: #000;
    margin-bottom: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    border-left: 3px solid #063c62;
    padding-left: 1rem;
    font-family: 'Inter', sans-serif;
}

.info-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    background: #dcf1ff;
    padding: 0.9rem 1.2rem;
    border-radius: 22px;
    transition: background 0.2s;
    font-family: 'Inter', sans-serif;
}

.info-item:hover {
    background: #edf4f2;
}

.info-item i {
    font-size: 1.2rem;
    color: #00d084;
    margin-top: 2px;
    min-width: 24px;
}

.info-item span {
    font-size: 0.9rem;
    color: #1f3c4b;
    line-height: 1.45;
}

.info-item strong {
    color: #0D6EFD;
    font-family: 'Inter', sans-serif;
}

/* ===== АДАПТИВНОСТЬ (МОБИЛЬНЫЕ УСТРОЙСТВА) ===== */
@media (max-width: 900px) {
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.8rem;
    }

    .section-title {
        font-size: 2.3rem;
    }

    .blog-section {
        padding: 3rem 1.2rem;
    }

    .welcome-card, .form-card {
        padding: 1.6rem;
    }

    .info-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.8rem;
    }

    .info-content h3 {
        justify-content: center;
        flex-wrap: wrap;
    }

    .info-content > p {
        border-left: none;
        text-align: center;
        padding-left: 0;
    }

    .info-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .info-item i {
        margin-bottom: 0.4rem;
    }

    .signature-name {
        font-size: 1rem;
    }

    .welcome-card h2 {
        font-size: 1rem;
    }
}

@media (max-width: 550px) {
    .submit-btn {
        font-size: 0.9rem;
        padding: 0.7rem;
    }

    .form-header {
        font-size: 1.2rem;
    }

    .info-content h3 {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 2rem;
    }
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ ЭФФЕКТЫ ===== */
::selection {
    background: #c1e0d9;
    color: #1a3b2f;
}

input, textarea, button {
    transition: all 0.2s ease;
}

button {
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Декоративная полоса для акцента */
.welcome-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #f5a425, #f5a425);
    border-radius: 28px 28px 0 0;
}

/* ===== СТИЛИ ДЛЯ ФОТО ДИРЕКТОРА ===== */
.signature {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: 1.8rem;
    padding-top: 1.2rem;
    border-top: 2px dashed #cbdbe2;
    flex-wrap: wrap;
}

.signature-avatar {
    position: relative;
    flex-shrink: 0;
}

.director-img {
    width: 300px;
    height: 400px;
    border-radius: 5%;
    object-fit: cover;
    transition: all 0.3s ease;
    /* background: #f0f6f4; */
    
    /* 🔥 Улучшаем чёткость */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    image-rendering: high-quality;
    
    /* Дополнительно для ретина-экранов */
    transform: translateZ(0);
    backface-visibility: hidden;
}

.director-img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 28px rgba(44, 122, 110, 0.35);
    border-color: #1e5a4b;
}

/* акцентное кольцо вокруг фото */
/* .avatar-accent {
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2c7a6e, #5fa392);
    z-index: -1;
    opacity: 0.6;
    transition: opacity 0.3s;
} */

.signature-avatar:hover .avatar-accent {
    opacity: 1;
}

.signature-details {
    flex: 1;
}

.signature-line {
    font-size: 0.95rem;
    color: #4a6272;
    margin-bottom: 0.3rem;
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.signature-name {
    font-weight: 700;
    font-size: 1.2rem;
    color: #0D6EFD;
    letter-spacing: -0.2px;
    margin-bottom: 0.2rem;
    font-family: 'Inter', sans-serif;
}

.signature-post {
    font-size: 0.85rem;
    color: #5f7f94;
}

/* ===== АДАПТАЦИЯ ДЛЯ МОБИЛЬНЫХ ===== */
@media (max-width: 550px) {
    .signature {
        flex-direction: column;
        text-align: center;
        gap: 0.8rem;
    }
    
    .signature-line {
        justify-content: center;
    }
    
    .director-img {
        width: 70px;
        height: 70px;
    }
}
/* ===== Medical Center shared navigation for blog pages ===== */
.mc-topbar{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
.sub-header{display:none!important}
.mc-wrap{max-width:1180px;margin:0 auto;padding:0 18px}
.mc-topbar-inner{display:flex;align-items:center;justify-content:space-between;height:70px;gap:14px}
.mc-brand{display:flex;align-items:center;gap:12px;min-width:220px;color:#0f172a;text-decoration:none}
.mc-logo-img{width:46px;height:46px;object-fit:contain}
.mc-brand-title{display:flex;flex-direction:column;line-height:1.05}
.mc-brand-title b{font-size:14px;color:#0f172a}
.mc-brand-title span{font-size:12px;color:#64748b}
.mc-nav-desktop{display:flex;gap:10px;align-items:center}
.mc-nav-desktop a{font-size:14px;color:#0f172a;padding:8px 10px;border-radius:10px;text-decoration:none;white-space:nowrap}
.mc-nav-desktop a:hover{background:#f1f5f9}
.mc-nav-dropdown{position:relative;display:flex;align-items:center}
.mc-nav-trigger{display:flex;align-items:center;gap:5px}
.mc-chevron{display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;font-size:0;line-height:0;opacity:.9;transition:transform .2s ease}
.mc-nav-submenu{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;padding:8px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 14px 35px rgba(15,23,42,.14);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:30}
.mc-nav-submenu::before{content:"";position:absolute;left:0;right:0;top:-9px;height:9px}
.mc-nav-submenu a{display:block}
.mc-nav-submenu a.mc-active{background:rgba(13,110,253,.10);border:1px solid rgba(13,110,253,.55)}
.mc-nav-dropdown:hover .mc-nav-submenu,.mc-nav-dropdown:focus-within .mc-nav-submenu{opacity:1;visibility:visible;transform:translateY(0)}
.mc-nav-dropdown:hover .mc-chevron,.mc-nav-dropdown:focus-within .mc-chevron{transform:rotate(180deg)}
.mc-actions,.mc-lang{display:flex;gap:8px;align-items:center}
.mc-lang a{border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;color:#0f172a;font-size:13px;font-weight:700;text-decoration:none}
.mc-lang a:hover{background:#f1f5f9}
.mc-lang a.mc-active{color:#fff;background:#0d6efd;border-color:#0d6efd}
.mc-burger{display:none;border:1px solid #e5e7eb;background:#fff;border-radius:10px;width:44px;height:44px;align-items:center;justify-content:center;cursor:pointer}
.mc-burger-lines{display:grid;gap:5px}
.mc-burger-lines span{display:block;width:21px;height:2px;background:#0f172a;border-radius:2px}
.mc-drawer-overlay{position:fixed;inset:0;background:rgba(15,23,42,.42);z-index:1090}
.mc-drawer{position:fixed;top:0;right:0;width:min(340px,88vw);height:100vh;background:#fff;z-index:1100;transform:translateX(105%);transition:transform .25s ease;box-shadow:-20px 0 45px rgba(15,23,42,.18);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
.mc-drawer.is-open{transform:translateX(0)}
.mc-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 16px;border-bottom:1px solid #e5e7eb}
.mc-drawer-title{font-weight:800;color:#0f172a}
.mc-drawer-close{border:0;background:transparent;font-size:22px;cursor:pointer;color:#0f172a}
.mc-drawer-nav{padding:14px 16px;display:grid;gap:10px}
.mc-drawer-nav a{font-size:14px;color:#0f172a;padding:10px;border-radius:10px;text-decoration:none}
.mc-drawer-nav a:hover{background:#f1f5f9}
.mc-drawer-nav .mc-drawer-subitem{margin:-5px 0 2px 14px;padding-left:16px;border-left:2px solid rgba(13,110,253,.30);color:#64748b;font-size:13px}
.mc-drawer-nav .mc-active{background:rgba(13,110,253,.10);border:1px solid rgba(13,110,253,.55)}
.mc-drawer-actions{padding:8px 16px}
@media(max-width:980px){.mc-nav-desktop,.mc-actions{display:none}.mc-burger{display:inline-flex}.mc-brand{min-width:0}}
@media(max-width:520px){.mc-brand-title span{display:none}.mc-brand-title b{font-size:13px}.mc-logo-img{width:40px;height:40px}.mc-topbar-inner{height:64px}}
