@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');

* {
	padding: 0;
	margin: 0;
}



body {
	padding: 0;
	margin: 0;
	font-family: "helvetica neue" !important;
}

@media (min-width: 1200px) {
	.container {
	    max-width: 1200px !important;
	}

}
.header__logo img {
	width: 190px;
	height: 120px;
}

.top__header {
	padding: 6px 0px;
	background-color: #2EAABE;
}
.header__block__sites {
	display: flex;
	padding: 6px 30px 0 0px;
}

.header__instagramm {
    padding: 0 10px 0 0px;
}

i.fa-brands.fa-facebook-f {
    padding: 6px 10px;
}

.fa-telegram-plane:before, .fa-telegram:before {
    color: #fff;
}
i.fa-solid.fa-globe {
    font-size: 24px;
    color: #fff;
    background: #2eaabe;
}
i.fa-brands.fa-telegram {
    font-size: 30px;
    padding: 2px 0px 0 0;
}
i.fa-regular.fa-eye {
	font-size: 24px;
    color: #fff;
    background: #2eaabe;
}
.header__block__sites i {
	font-size: 20px;
    color: #2eaabe;
    background: #fff;
    padding: 6px 7px;
    border-radius: 50%;
}
.header__facebook {
    padding: 0 10px 0 0px;
}
.header__telegramm {
    padding: 0 10px 0 0px;
}

.header__language {
	display: flex;
	padding: 0px 10px 0px 0px;
	justify-content: center;
    align-items: center;
}
.language__image {
    padding: 1px 0px 0 0px;
}
.version__eye {
    padding: 2px 6px 0 0px;
}
.header__language li {
	font-weight: 700;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.header__language a:hover {
	text-decoration: none;
}


/*mobile menu*/
#menu__toggle {
  opacity: 0;
}

/*#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}*/
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
  z-index: 99;
}

.medtrain__courses__subtitle p {
	opacity: 0.6;
}

.medtrain__mobile__header {
	padding: 10px 10px;
	background-color: #2EAABE;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 64px;
  left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 100;
}

.menu__btn img {
	z-index: 10;
	width: 100%
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: 0px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: absolute;
  visibility: hidden;
  top: 10px;
  left: -100%;
  width: 300px;
  height: auto;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #2EAABE;
  transition-duration: .25s;
}

ul.menu__box {
    z-index: 10;
}

.overlay {
	left: -100% !important;
}

.close {
	display: block;
}

.medtrain__header__items {
	display: flex;
}

.medtrain__mobile__logo img {
	z-index: 10;
	position: relative;
	width: 14vh;
}

.medtrain__mobile__auth {
	display: flex;
    position: relative;
}

.medtrain__mobile__auth a {
	padding: 10px 15px;
	background-color: #fff;
	color: #2eaabe;
	border-radius: 20px;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
}

.medtrain__mobile__auth i.fa-regular.fa-user {
    padding-left: 8px;
    color: #2eaabe;
}

.medtrain__menu__user {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.medtrain__mobile__logo {
    padding: 2px 0px 5px 40px;
}

.menu__box li {
	color: #fff;
}

.menu__item i {
	color: #fff;
}

a.menu__item{
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
}

li.li__imoortant {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
}
.menu__item:hover {
  background-color: #CFD8DC;
}

.medtrain__mobile__header {
    display: none;
}

.menu__box li {
	padding-left: 25px;
	padding-bottom: 20px;
}

a.menu__item i {
	padding: 0px 10px 0px 0px;
}

a.menu__item i.fa-regular.fa-user {
    font-size: 16px;
}

a.micro__left {
	margin: 0px 0px 0px 0px;
}

a.micro__left i.fa-solid.fa-graduation-cap {
    margin: 0 -4px 0 0;
}

li.mobile__megaphone {
	background-image: url(..//img/megaphone.svg);
	background-repeat: no-repeat;
	background-position: 8% 10%;
	background-size: 6vw;
}


.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/



.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  height: 100%;
  max-height: 100%;
  top: 0;
  left: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-dropdown span {
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	padding-left: 10px;
}

.sidebar-dropdown i.fa-solid.fa-heart-pulse {
	color: #fff;
	font-size: 20px;
	padding: 3px 0 0 21px;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: flex;
  width: 100%;
  text-decoration: none;
  position: relative;
}

li.sidebar-dropdown {
	padding: 0 !important;
	margin-bottom: 0px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
	display: inline-block;
	animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	font-style: normal;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	background: 0 0;
	position: absolute;
	right: 6px;
	top: 32px;
	color: #fff;
    font-size: 22px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
	padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
	padding-left: 50px;
	font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
	/*content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: 8px;*/
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
	float: right;
	margin-top: 8px;
	margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
	float: right;
	margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
	display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
	transform: rotate(180deg);
	right: 10px;
	top: 22px;
}

li.mobile__li {
	display: flex;
}

li.mobile__li img {
	margin: 0px 6px 0px -8px;
}

li.mobile__li a {
	font-weight: 500;
	font-size: 15px;
	color: #fff;
}

li.mobile__megaphone a {
	padding-left: 24px;
}

li.sections__default h2 {
	font-size: 12px;
	font-weight: 400;
}

.fa-caret-down:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	background: 0 0;
	position: absolute;
	right: 18px;
	top: 4px;
	color: #fff;
    font-size: 22px;
}

.fa-caret-up:before {
    content: "\f106";
}

.bounceInDown a{
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

li.sub-menu a:hover{
	color: #fff
}

.fa.right.fa-caret-down {
	padding-left: 12px;
}

.fa.right.fa-caret-up {
    padding-left: 12px;
}

li.bounceInDown__li {
	padding: 0 !important;
}





.m-menu__toggle {
    z-index: 3;
    position: absolute;
    width: 96%;
}

.m-menu__toggle:checked {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.m-menu__toggle:checked ~ .m-menu__content {
    transform: none;
}

.m-menu__toggle:checked ~ .m-menu__backdrop {
    opacity: 1;
}

/*end mobile menu*/




.sites__version {
	display: flex;
}
.eye__title a {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}
.eye__title a:hover {
	color: #fff;
	text-decoration: none;
}
.top__header__block {
	display: flex;
	justify-content: end;
    align-items: center;
}
select.language__select {
    background: transparent;
    border: none;
    -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	outline: none;
}
select::-ms-expand {
	 display: none;
}

select.language__select option {
	background-color: #2EAABE;
	border: none;
}

.microobuceniya a {
	padding: 12px 24px;
    border: 1px solid #dadada;
    border-radius: 30px;
    font-weight: 500;
    font-size: 15px;
    color: #2EAABE;
}
.microobuceniya a:after {
	content: "";
	width: 30px;
	height: 30px;
	background: url("../img/school.png") no-repeat;
	top: 10px;
	right: 0px;
	display: inline-block;
	position: relative;
	background-size: 100%;
}
.microobuceniya a:hover {
	color: #2EAABE;
	text-decoration: none;
}

.oplata a {
	padding: 12px 24px;
    border: 1px solid #dadada;
    border-radius: 30px;
    font-weight: 500;
    font-size: 15px;
    color: #2EAABE;
}
.oplata a:after {
	content: "";
	width: 30px;
	height: 30px;
	background: url("../img/wallet-2.png") no-repeat;
	top: 10px;
	right: 0px;
	display: inline-block;
	position: relative;
	background-size: 100%;
}
.oplata a:hover {
	color: #2EAABE;
	text-decoration: none;
}

.personal a {
	background-color: #2EAABE;
	padding: 12px 24px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}
.personal a:after {
	content: "";
	width: 30px;
	height: 30px;
	background: url("../img/Icon.png") no-repeat;
	top: 12px;
	right: -2px;
	display: inline-block;
	position: relative;
	background-size: 74%;
}
.personal a:hover {
	color: #fff;
	text-decoration: none;
}
.header__items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px;
}
.dropdown__items {
	display: flex;
}
.oplata {
	padding: 0px 20px 0px 20px;
}



.accordion {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
}

.accordion li:last-child .link { 
	border-bottom: 0; 
}

.link:hover {
	color: #2eaabe; 
}

.menu .list a:hover {
	color: #2eaabe; 
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.link:hover i{
	color: #2eaabe;
}
.accordion li.open .link:hover i{
	color: #2eaabe;
}
.accordion li.open .link:hover {
	color: #2eaabe;
}
.accordion li.open .link { color: #000; }

.accordion li.open i { color: #000; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  background: transparent;
  font-size: 14px;
}

.submenu li {
	list-style: none;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #d9d9d9;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu a:hover {
	background: transparent;
	color: #FFF;
}
.menu {
	display: block;
	background: transparent;
	font-family: sans-serif;
	text-align: center;
}
 .menu .list .item {
	transition: background 0.33s ease-in-out;
}

li.item a.active {
	border-bottom: 4px solid #2EAABE;
	color: #2EAABE;
	font-weight: 400;
}
 .menu .list .item:hover {
	background-color: transparent;
}
 .menu .list a {
	color: #1e1e1e;
	display: block;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
	font-family: 'helvetica neue';
}
 .menu .level-0, .menu .level-1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
 .menu .level-0 {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
 .menu .level-0 > .item {
	display: inline-block;
	position: relative;
}
 .menu .level-0 > .item:hover .level-1 {
	display: block;
}
 .menu .level-0 .level-1 {
	position: absolute;
	display: none;
	background: #fff;
	width: 350px;
	left: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	z-index: 10;
}
 .menu .level-1 .item {
	text-align: left;
}
i.fa.fa-chevron-down {
    margin: 0 0 0 10px;
    color: #2eaabe;
}
.nav__dropdown {
	width: 200px !important;
	padding: 10px 6px !important;
}

#slider-wrap {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
#slider-wrap:after {
	padding-top: 40%;
	display: block;
	content: '';
}
#slider-wrap button {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	cursor: pointer;
	outline: 0;
	user-select: none;
	padding: 5px 5px 30px;
	background: transparent;
	border: 0;
	border-top: 1px solid #fff;
	transition: all 75ms ease-in;
}
#slider-wrap button:hover {
	border-top-width: 8px;
}
#slider-wrap .dark {
	color: 
}
#prev {
	position: absolute;
	bottom: 1vw;
	left: 2vw;
	z-index: 9;
}
#next {
	position: absolute;
	bottom: 1vw;
	right: 2vw;
	z-index: 2;
}
#slider {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0px;
	margin: 0 auto;
	list-style-type: none;
}
.slide img {
	width: 100%;
}
#slider h1 {
	color: #fff;
	font-size: 72px;
	font-size: 4.5vw;
	font-weight: 300;
	font-family: 'open sans', sans-serif;
	text-align: center;
	margin: 0 auto; 
}
.slide {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	opacity: 0;
	z-index: 1;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.showing {
    opacity: 1;
    z-index: 2;
}
#slider-dots {
	position: absolute;
	bottom: 50px;
	z-index: 2;
	left: 50%;
	transform: translate(-50%, 0);
}
#slider-dots span {
	border: 1px solid #fff;
	height: 10px;
	width: 10px;
	cursor: pointer;
	border-radius: 50px;
	float: left;
	display: block;
	margin: 0 2px;
	transition: all 75ms ease-in;
}
#slider-dots span:hover, #slider-dots span.active {
	background: #fff;
}



.youtube-player {
  position: relative;
  padding-bottom: 55.25%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
  -moz-filter: brightness(75%);
  filter: brightness(75%);
}

.youtube-player .play {
  height: 48px;
  width: 68px;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  margin-top: -24px;
  position: absolute;
 /* background: url("https://i.ibb.co/j3jcJKv/yt.png") no-repeat;*/
  cursor: pointer;
}

.medtrain__video__title h1 {
	font-size: 36px;
	font-weight: 700;
	color: #2A3788;
	line-height: 43px;
}

.medtrain__video__subtitle p {
	font-size: 18px;
	font-weight: 400;
	color: #1e1e1e;
	line-height: 26px;
}
.medtrain__video__subtitle a {
	color: #2A3788;
	font-size: 24px;
}
.medtrain__video__subtitle a:hover {
	color: #2eaabe;
	text-decoration: none;
}
.clinical__specialties__title {
    padding-bottom: 40px;
}
.medtrain__flex {
	display: grid;
	grid-template-columns: 48% 40%;
}
.medtrain__video {
    padding-top: 50px;
}

.medtrain__video__subtitle {
    padding: 20px 0px 30px 0px;
}

.medtrain__advantages__title h1 {
	font-size: 36px;
	font-weight: 700;
	color: #2A3788;
	line-height: 43px;
	padding-bottom: 50px;
}

.medtrain__advantages {
	padding: 70px 0px 0px 0px;
	text-align: center;
}

.row__advantages {
	display: flex;
	gap: 10px;
}

.col__advantages {
	width: 100%;
	padding: 20px 20px;
	border-radius: 20px;
	margin-bottom: 10px;
}

.advantages__columns__title h1 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
	padding: 18px 0px 10px 0px;
}

.advantages__columns__subtitle p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 20px;
}

.medtrain__test__title h1 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	line-height: 43px;
}

.medtrain__test__title {
	background-image: url(../img/Vector.png);
	background-repeat: no-repeat;
	background-position: 37% 40%;
}

.medtrain__test__ellipse_3 {
	background-image: url(../img/Ellipse3.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

.medtrain__test__ellipse_2 {
	background-image: url(../img/Ellipse2.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

.medtrain__test__subtitle p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	padding-top: 20px;
}

.medtrain__test__btn a {
	padding: 15px 45px;
	background-color: #fff;
	border-radius: 30px;
	color: #2eaabe;
}

.medtrain__test__btn a:hover {
	text-decoration: none;
	color: #2eaabe;
}

.medtrain__test {
	background-color: #2eaabe;
	border-radius: 10px;
	margin-top: 70px;
}

.medtrain__container {
	padding: 60px 50px;
}

.medtrain__test__flex {
	display: flex;
	justify-content: space-between;
}

.medtrain__test__btn {
    width: 28%;
    top: 34px;
    position: relative;
}

.medtrain__courses__flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.medtrain__courses__title h1 {
	font-size: 36px;
	font-weight: 700;
	color: #2A3788;
	line-height: 43px;
}

.medtrain__courses__title p {
	font-size: 20px;
	font-weight: 400;
	color: #A1A6AE;
	line-height: 24px;
}

.medtrain__courses__link a {
	font-size: 20px;
	font-weight: 700;
	color: #2EAABE;
	line-height: 24px;
}

.medtrain__courses__link a:hover {
	text-decoration: none;
	color: #2EAABE;
}

i.fa-solid.fa-arrow-right {
	color: #79659e;
	padding-left: 2px;
}

.containers {
  display: grid;
}

img.caption__image {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  border-radius: 20px;
}

.caption {
  font-family: sans-serif;
  line-height: .9em;
  background: rgba(0, 0, 0, .3);
  color: #fff;
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  border-radius: 20px;
}

.medtrain__courses {
	position: relative;
	top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.caption:hover {
	background:  rgba(255,255,255, 0.3);
	transition: all 2s ease;
}

.caption:hover svg {
	fill: #2a3788;
	transition: all 2s ease;
}

.caption svg {
	fill: #fff;
}

.caption:hover p{
	color: #2A3788;
	transition: all 2s ease;
}

.medtrain__courses p {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
}

.medtrain__back__icons {
	background-image: url(..//img/monitoring-white.svg);
	background-repeat: no-repeat;
}

.medtrain__courses__grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 15px;
	padding-top: 50px;
}

.medtrain__grid__items a:hover{
	text-decoration: none;
}

.medtrain__courses__btn {
	padding: 50px 0px;
	text-align: center;
}

.medtrain__courses__btn a{
	padding: 15px 45px;
    background-color: #ffa725;
    border-radius: 10px;
    color: #fff;
}

.medtrain__courses__btn a:hover {
	color: #fff;
	text-decoration: none;
}

.card__title h1 {
	font-weight: 500;
	font-size: 24px;
	line-height: 20px;
	color: #2eaabe;
}

.card__subtitle p {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #1e1e1e;
}
.counter__units__card {
	display: flex;
}

.card__info {
	padding: 15px 0px 0px 15px;
}

.counter__units {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.medtrain__top {
	padding-top: 70px;
}

.populer__courses {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.populer__courses__title h1 {
	font-size: 36px;
    font-weight: 700;
    color: #2A3788;
    line-height: 43px;
}

.populer__courses__watch {
	display: flex;
}

.courses__block__link a {
	padding: 12px 34px;
    background-color: #2A3788;
    border-radius: 10px;
    color: #fff;
}

.courses__block__link a:hover {
	text-decoration: none;
	color: #fff;
}

.courses__block__link__white a {
	padding: 12px 34px;
    background-color: #fff;
    border-radius: 10px;
    color: #1e1e1e;
}

.courses__block__link__white a:hover {
	text-decoration: none;
	color: #1e1e1e;
}

.populer__courses__watch {
	display: flex;
	justify-content: space-between;
}

.courses__block__btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.courses__hours p {
	font-size: 16px;
    font-weight: 500;
    color: #A1A6AE;
    line-height: 20px;
    padding-top: 6px;
}

.courses__block {
	padding: 30px 20px;
	background-color: #fbfbfb;
	border-radius: 20px;
}

.populer__courses__block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	padding-top: 30px;
}

.courses__block__title h1 {
	font-size: 18px;
    font-weight: 500;
    color: #1e1e1e;
    line-height: 24px;
    padding-bottom: 20px;
}

.courses__block__subtitle p {
	font-size: 16px;
    font-weight: 400;
    color: #A1A6AE;
    line-height: 20px;
    padding-bottom: 15px;
}

.medtrain__free__courses {
	background-image: url(../img/free-courses.png);
    background-repeat: no-repeat;
    background-position: 37% 40%;
}

.medtrain__free__courses h1 {
	font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 43px;
}

.news__title h1 {
	font-size: 36px;
    font-weight: 700;
    color: #2A3788;
    line-height: 43px;
}

.page__blocks__title h1 {
	font-size: 24px;
    font-weight: 500;
    color: #1e1e1e;
    line-height: 30px;
    padding: 24px 0px 16px 10px;
}

.page__blocks__subtitle p {
	font-size: 16px;
    font-weight: 400;
    color: #A1A6AE;
    line-height: 24px;
    padding: 0px 0px 16px 10px;
}

.page__blocks__image img {
	width: 100%;
	border-radius: 5px;
}

.page__blocks__btn {
	padding: 0px 0px 10px 10px;
}

.page__blocks__btn a {
	padding: 12px 30px;
	background-color: #F2F4FC;
	color: #2A3788;
	font-weight: 700;
	font-size: 16px;
	border-radius: 5px;
}

.page__blocks__btn a:hover {
	color: #2A3788;
	text-decoration: none;
}

.news__page__blocks {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding-top: 50px;
}

.page__blocks {
	padding: 20px 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
}

.nav__ul li {
	list-style: none;
}
.footer__li {
	padding-bottom: 20px;
	color: #A1A6AE;
	font-weight: 400;
}

img.footer__logo {
	width: 200px;
	height: 120px;
}

.address__li {
	background-image: url(..//img/location.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 30px;
}

.footer__phone {
	background-image: url(..//img/phone-call-1.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 30px;
}

.footer__mail {
	background-image: url(..//img/forward-to-inbox.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 30px;
}

.logo__link a {
	color: #2EAABE;
	font-weight: 700;
	font-size: 24px;
}
.logo__link {
	padding-bottom: 20px;
}

.logo__link a:hover {
	text-decoration: none;
	color: #2EAABE;
}

.footer__li p {
	color: #1e1e1e;
	font-weight: 700;
	font-size: 24px;
}

.footer__li a {
	color: #A1A6AE;
	font-weight: 400;
	font-size: 18px;
}

.footer__li a:hover {
	text-decoration: none;
	color: #A1A6AE;
}

.footer__li i.fa-arrow-right {
	line-height: 26px;
	text-align: center;
	margin-right: -26px;
	position: relative;
	z-index: 1;
	float: right;
	padding: 4px 10px;
	background-color: #2EAABE;
	border-radius: 50%;
	color: #fff;
	right: 42px;
	top: 5px;
}

.footer__li input {
	width: 290px;
	height: 45px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding-left: 10px;
}

.footer__menu {
	display: flex;
	justify-content: space-between;
}

.medtrain__reviews__slider {
	display: flex;
}

.medtrain__reviews__name {
    display: flex;
    justify-content: space-between;
}

.reviews__container__title h1 {
	font-weight: 700;
	font-size: 36px;
	color: #2A3788;
	line-height: 44px;
}

.reviews__container__title a {
	color: #2EAABE;
}

.reviews__container__title a:hover {
	text-decoration: none;
	color: #2EAABE;
}

.table {
  padding: 10px;
  display: none;
}

.visible {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  cursor: pointer;
  padding: 10px 20px;
  flex: 1;
}

.medtrain__reviews__subtitle p {
	font-weight: 400;
	font-size: 20px;
	color: #1e1e1e;
	line-height: 30px;
	padding-top: 36px;
}

.reviews__name p {
	font-weight: 500;
	font-size: 20px;
	color: #1e1e1e;
	line-height: 24px;
	padding-top: 36px;
}

.reviews__container__title {
    padding: 70px 0px 35px 0px;
}

.reviews__container__btn {
	display: flex;
    background-color: #2EAABE;
    padding: 0px 14px;
    width: 10%;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    margin: 20px 40px 0 0px;
    opacity: 10;
    z-index: 10;
}

.container__btn p{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding-top: 10px;

}

.container__btn img {
	width: 70%;
	padding: 5px 6px;
	background-color: #eee;
	border-radius: 50%;
}

.reviews__container__flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.medtrain__reviews__main__image img {
    margin-top: -190px;
}

.medtrain__reviews__btn a {
	padding: 16px 45px;
    background-color: #FFA725;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.medtrain__reviews__btn a:hover {
	text-decoration: none;
	color: #fff;
}

.medtrain__reviews__button {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.medtrain__reviews__btn {
    margin: 0 -220px 0 0px;
    opacity: 10;
    z-index: 10;
}

.btn i.fa-solid.fa-arrow-left {
	color: #ccc;
	font-size: 20px;
}

.btn i.fa-solid.fa-arrow-right {
	color: #ccc;
	font-size: 20px;
}

.btn i.fa-solid.fa-arrow-right:hover {
	color: #2EAABE;
}

.btn i.fa-solid.fa-arrow-left:hover {
	color: #2EAABE;
}

.ultrazvukaya-diagnostika__block__title h1{
	font-size: 36px;
    font-weight: 700;
    color: #2A3788;
    line-height: 43px;
    text-align: center;
    padding-bottom: 70px;
}

.ultrazvukaya-diagnostika__card__link a {
	font-size: 18px;
    font-weight: 500;
    color: #2A3788;
}

.ultrazvukaya-diagnostika__card__link a::after {
	position: absolute;
	content: "→";
	padding-left: 6px;
}

.ultrazvukaya-diagnostika__card__link a:hover {
	text-decoration: none;
	color: #2a3788;
}

.ultrazvukaya-diagnostika__card {
	padding: 30px 50px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	border: 1px solid #ccc;
}

.ultrazvukaya-diagnostika__flex {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}

.color__yellow {
	background-color: #FFA725;
}

.color__blue {
	background-color: #2EAABE;
}

.about__page__title h1 {
	font-size: 55px;
    font-weight: 600;
    color: #fff;
    line-height: 67px;
}

.about__page__subtitle p {
	font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 27px;
}

.btn__link__yellow a {
	padding: 15px 15px;
	border-radius: 36px;
	background-color: #FFA725;
	color: #fff;
}

.btn__link__blue a {
	padding: 15px 15px;
	border-radius: 36px;
	background-color: #2EAABE;
	color: #fff;
	border: 1px solid #fff;
}

.btn__link__blue {
	padding-left: 32px;
}

.about__page {
	display: flex;
	padding: 60px 40px;
	border-radius: 10px;
	background-color: #2EAABE;
}

.about__page a:hover {
	text-decoration: none;
	color: #fff;
}

.about__page__info {
    padding-left: 34px;
}

.about__btn {
	display: flex;
	padding-top: 110px;
}

.ticker-tape-container {
    overflow-x: hidden;
    display: flex;
    padding: 40px 0px;
    background-color: #FFA725;
}

.ticker-tape {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 1rem;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.ticker-tape {
    animation-name: marquee;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-direction: normal;
}

.ticker-tape .ticker__item:last-child {
    padding-right: 15px;
}

.ticker__item {
	display: flex;
}

.ticker__item__subtitle span {
	font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    padding-left: 15px;
}

.teacher__well__name a {
	font-size: 24px;
    font-weight: 700;
    color: #2A3788;
    line-height: 28px;
}

.teacher__well__name a:hover {
	text-decoration: none;
	color: #2A3788;
}

.teacher__well__work p {
	font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    line-height: 20px;
    padding-top: 10px;
    opacity: 0.6;
}

.teacher__well__block {
	display: flex;
	padding: 30px 15px;
	background-color: #F4F5F9;
}

.teacher__well__btn {
	position: absolute;
    bottom: 0;
    top: 90%;
    width: 100%;
}

.peredpodgatovka_block_title {
    width: 50%;
}

.teacher__well__btn a {
	padding: 6px 22px;
	color: #fff;
	background-color: #2EAABE;
	font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    position: absolute;
    text-align: center;
}

.teacher__well__btn a:hover {
	text-decoration: none;
	color: #fff;
}

.teacher__well__title h1 {
	font-size: 36px;
    font-weight: 700;
    color: #2A3788;
    line-height: 40px;
    text-align: center;
    padding-bottom: 50px;
}

.teacher__well__item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.teacher__well__block__info {
    padding-left: 15px;
    height: 93%;
    position: relative;
}

.teacher__well__block__img img {
	width: 207px;
	height: 270px;
}

.clinical__specialties__title h1 {
	font-size: 36px;
    font-weight: 700;
    color: #2A3788;
    text-align: center;
    line-height: 40px;
    padding: 50px 0px;
}

.clinical__specialties__items:hover {
	background-color: #79659e;
	border-radius: 10px;
	transition: 0.6s;
}
.clinical__specialties__items a:hover {
	text-decoration: none;
}

.clinical__specialties__items:hover p{
	color: #fff;
	transition: 0.1s;
}

.clinical__specialties__items:hover i{
	color: #fff;
}

.clinical__specialties__items:hover svg {
	opacity: 0.5;
}

.block {
    width: 390px;
    height: 130px;
    padding: 0px 0px 0px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.specialties__block__img {
    position: absolute;
}

.specialties__block__link {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 0px 10px;
}

.specialties__block__link__subtitle {
    width: 90%;
}

.specialties__block__link__subtitle p {
	font-size: 24px;
    font-weight: 700;
    color: #79659e;
    line-height: 28px;
}

.clinical__specialties__block {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}

.specialties__block__link__icon {
	position: relative;
    top: -5px;
}

.specialties__block__img {
	padding-top: 10px;
}

.row {
	justify-content: center;
}

.col {
    width: 390px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0 !important;
    margin: 5px 5px !important;
}

.ochnie-obuchenie__title h1 {
	font-size: 36px;
    font-weight: 700;
    color: #2A3788;
    text-align: center;
    line-height: 40px;
    padding: 50px 0px;
}

.ochnie-obuchenie__block__items {
	display: flex;
}

.ochnie-obuchenie__block__items__info__title h1 {
	font-size: 24px;
    font-weight: 700;
    color: #2A3788;
    line-height: 28px;
}

.ochnie-obuchenie__block__items__info__subtitle p {
	font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    line-height: 20px;
    opacity: 0.6;
}

.ochnie-obuchenie__watch__hours span {
	font-size: 12px;
    font-weight: 700;
    color: #2A3788;
    line-height: 15px;
}

.ochnie-obuchenie__watch__number p {
	font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
}

.ochnie-obuchenie__ball__hmo span {
	font-size: 12px;
    font-weight: 700;
    color: #2A3788;
    line-height: 15px;
}

.ochnie-obuchenie__ball__number p {
	font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
}

.ochnie-obuchenie__date__text span {
	font-size: 12px;
    font-weight: 700;
    color: #2A3788;
    line-height: 15px;
}

.ochnie-obuchenie__date__number p {
	font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
}

.ochnie-obuchenie__information {
	display: flex;
	padding: 46px 0px 55px 0px;
	justify-content: space-between;
	gap: 15px;
}

.ochnie-obuchenie__btn a {
	padding: 18px 35px;
	border-radius: 10px;
	background-color: #2EAABE;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	font-family: "Commissioner";
}

.ochnie-obuchenie__btn a:hover {
	color: #fff;
	text-decoration: none;
}

.ochnie-obuchenie__block__items__info {
    padding: 0px 50px;
}

.ochnie-obuchenie__block {
    padding: 50px 100px;
    background: #f4f4f9;
}

.ochnie-obuchenie__back {
    padding: 8px 45px 0px 20px;
    background: #fff;
}

.ochnie-obuchenie__block {
	margin-bottom: 30px; 
}

h1.endoskopiya {
	text-align: center;
	color: #2A3788;
	font-size: 36px;
    font-weight: 700;
}

h1.retraining_title {
	text-align: center;
	color: #2A3788;
	font-size: 36px;
    font-weight: 700;
    padding: 50px 0px;
}

span.watch__span {
	color: #000;
	font-size: 16px;
    font-weight: 400;
}
.topic_microcources {
    padding-bottom: 20px;
}

.items__block p {
	color: #2EAABE;
	font-size: 20px;
    font-weight: 700;
}

.peredpodgatovka {
	display: flex;
	border: 1px solid #ccc;
	border-radius: 20px;
}

.item_flex {
	display: flex;
	justify-content: space-between;
}

p.dlitelnost {
	color: #FFA725;
	font-weight: 700;
	font-size: 12px;
	font-family: "Commissioner";
	line-height: 0px;
}

p.dlitelnost_watch {
	color: #2EAABE;
	font-weight: 400;
	font-size: 16px;
	font-family: "Commissioner";
	line-height: 20px;
}

.peredpodgatovka_block_dlitelnost {
    padding: 10px 10px 0px 0px;
}

.peredpodgatovka_block_title h1 {
	color: #2EAABE;
	font-weight: 700;
	font-size: 24px;
	font-family: "Helvetica Neue";
	line-height: 30px;
}

.peredpodgatovka_block_subtitle p {
	color: #1e1e1e;
	font-weight: 400;
	font-size: 16px;
	font-family: "Helvetica Neue";
	line-height: 24px;
	padding-top: 10px;
	opacity: 0.6;
}
.peredpodgatovka_block_btn {
    padding-top: 10px;
}
.peredpodgatovka_block_btn a {
	padding: 18px 35px;
    border-radius: 10px;
    background-color: #2EAABE;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: "Commissioner";
    margin-top: 20px;
}

.peredpodgatovka_block_btn a:hover {
	text-decoration: none;
	 color: #fff;
}

.peredpodgatovka__padding {
	padding: 15px 32px;
}

.clear-both {
	padding: 20px 0px;
}

.tabs {
    display: flex;
    margin-bottom: 20px;
    width: 64%;
}

button.tab-link {
    background: transparent;
}

.tab-link {
    flex: 1;
    padding: 16px 20px;
    color: #2EAABE;
	font-weight: 600;
	font-size: 16px;
	font-family: "Commissioner";
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    transition: background-color 0.3s;
}

.tab-link:hover {
    background-color: #2EAABE;
    color: #fff;
    border-radius: 5px;
}

.tab-link.active {
    background-color: #2EAABE;
    color: #fff;
	font-weight: 600;
	font-size: 16px;
	font-family: "Commissioner";
	border-radius: 5px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.form-container, .info {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input, select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #2EAABE;
}

button:hover {
    background-color: #0056b3;
}

.oplata_warning {
	padding: 30px 30px;
	background-color: #2EAABE1A;
	border-radius: 10px;
	margin: 0px 0px;
}

.oplata_warning img {
	padding-bottom: 10px;
}

button.btn.btn-default.dropdown-toggle {
    border: none;
}

.dropdown-toggle::after {
	display: none !important;
}

span.glyphicon.glyphicon-chevron-down {
    left: 8px;
}

.oplata_warning p {
	color: #2EAABE;
	font-weight: 500;
	font-size: 18px;
	font-family: "Commissioner";
	line-height: 22px;
}

.form_item {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.select_phone {
    display: flex;
    
    border-radius: 5px;
}

select#phone {
    width: 16%;
    border: none;
}

input#phone {
    border: none;
}

.form_select_phone img {
	width: 10%;
}

.btn-group .dropdown-menu img {
  width: 70%;
}

.dropdown-menu {
	min-width: 100% !important;
}

.btn-group .dropdown-menu li {
  cursor: pointer;
}

.btn-group .dropdown-menu li.active img {
  border: 2px solid blue; /* Подсветка выбранного элемента */
}

/* Стили кнопки */
.btn-group .btn img {
  width: 30px; /* Размер изображения в кнопке */
  vertical-align: middle;
}

.btn-group .dropdown-menu {
  padding: 0;
}

.btn-group .dropdown-menu li a {
  padding: 5px;
}

.form__flex {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.oplatit_btn {
	text-align: center;
	width: 30%;
    margin: 0 auto;
    padding-top: 50px;
}

.oplatit_btn button {
	padding: 20px 40px;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	background-color: #2EAABE;
	font-family: "Helvetica Neue";	
}

.oplatit_btn button:hover {
	background-color: #2EAABE;
}

.form-group input {
	padding: 16px 10px;
}

.btn-group {
    padding: 10px 10px;
}

select#service {
	padding: 19px 10px;
}

.tab__title h1 {
	color: #000;
	font-weight: 600;
	font-size: 32px;
	font-family: "Commissioner";	
}

.info__items p {
	padding-top: 35px;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	font-family: "Commissioner";	
	line-height: 30px;
}

.tab__visa__master {
	display: flex;
}

.tab__info__items {
	display: flex;
	gap:30px;
}

.info__items {
	width: 100%;
}

.tab-content p{
	color: #000;
	font-weight: 400;
	font-size: 16px;
	font-family: "Commissioner";	
	line-height: 30px;
	padding-bottom: 20px;
}

.tab__block {
	padding: 35px 35px;
	background-color: #fbfbfb;
	margin-top: 50px;
}

.left_top_detail {
	display: flex;
}

.category_detail {
    padding: 10px 0 0 10px;
}

.detail__price__info span {
	color: #FFA725;
	font-weight: 400;
	font-size: 16px;
	font-family: "Commissioner";
}

.btn_block_top_baner img {
	padding-left: 12px;
}

.breadcrumbs {
    font-weight: 700;
	font-size: 18px;
	font-family: "Helvetica Neue";
    color: #2A3788; 
}

.breadcrumbs a {
    color: #2A3788; 
   	font-weight: 700;
	font-size: 18px;
	font-family: "Helvetica Neue";
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumbs a.arrow__simple::after {
    content: " /";
    margin-left: 5px;
}

.breadcrumbs a.arrow__simple::before {
	content: url(/assets/img/arrow-back-simple.png);
    margin-left: 5px;
    padding: 0 4px 0 0px;
}

.breadcrumbs a:last-child::after {
    content: "";
}

.detail__breadcrums {
	padding-bottom: 50px;
}

.info-left {
    display: flex;
    align-items: flex-start;
}

.info-icon {
    margin-right: 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px 16px;
}

.info-icon i {
    font-size: 24px;
    color: #00aaff;
}

.info-content h4 {
    font-weight: 700;
	font-size: 12px;
	font-family: "Commissioner";
    color: #2EAABE; 
    padding: 10px 0px;
}

.info-content p {
    margin: 5px 0 0;
    color: #777;
}

.info-right {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 100%;
    gap: 5px;
}


.info-item i {
    font-size: 18px;
    color: #00aaff;
}

.info-item span {
    font-size: 16px;
    color: #333;
}

.info-item p {
	font-weight: 700;
	font-size: 12px;
	font-family: "Commissioner";
    color: #2EAABE; 
    line-height: 15px;
    padding-top: 10px;
}

.info-item span {
	font-weight: 500;
	font-size: 16px;
	font-family: "Commissioner";
    color: #000; 
}

.info-item {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.tabs-container {
    background-color: #fff;
}

.tab-list {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tab-list li {
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
    font-weight: 700;
	font-size: 22px;
	font-family: "Commissioner";
	color: #D6D6D6;
}

.tab-list li:last-child {
    border-right: none;
}

.tab-list li.active {
   	font-weight: 700;
	font-size: 22px;
	font-family: "Commissioner";
    color: #2EAABE; 
    border-bottom: 4px solid #5CB1E6;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content img {
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

/* .tab-content p {
    margin-top: 10px;
    color: #333;
} */

.tab-content h1 {
	font-weight: 700;
	font-size: 44px;
	font-family: "Commissioner";
    color: #2EAABE; 
    padding: 40px 0px;
}

.teacher__info {
	display: flex;
	justify-content: flex-start;
    align-items: center;
}

.teacher__name p {
	font-weight: 700;
	font-size: 16px;
	font-family: "Commissioner";
    color: #2A3788; 
    line-height: 18px;
    padding-bottom: 0px;
}

.teacher__name span {
	font-weight: 400;
	font-size: 16px;
	font-family: "Commissioner";
    color: #2A3788; 
    line-height: 18px;
}

.detail__tabs__subtitle p {
	padding-top: 40px;
}

.primushistva__block__items {
	display: flex;
	padding: 5px 24px;
}

.primushistva__block__items__title h1 {
	font-weight: 500;
	font-size: 16px;
	font-family: "Commissioner";
    color: #2A3788; 
    line-height: 20px;
    padding: 0px;
}

.primushistva__block__items__subtitle p {
	font-weight: 500;
	font-size: 18px;
	font-family: "Commissioner";
    color: #000; 
    line-height: 20px;
}

.tab__primushistva__block {
	display: grid;
	grid-template-columns: repeat(2,1fr);
    width: 100%;
    gap: 10px;
}

.medtrain__courses__title {
    width: 22%;
}

.other_cources h1 {
	font-weight: 700;
    font-size: 44px;
    font-family: "Commissioner";
    color: #2EAABE;
    padding: 40px 0px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

/* Кнопка для открытия dropdown */
.dropbtn {
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Стили для выпадающего меню */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Ссылки внутри dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Меняем цвет ссылок при наведении */
.dropdown-content a:hover {
    background-color: transparent;
}

/* Показываем dropdown при наведении */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Меняем цвет кнопки при наведении */
.dropdown:hover .dropbtn {
    background-color: transparent;
}

.reviews__container__title a {
	font-size: 36px;
}

.medtrain__populer__courses {
	padding-top: 35px;
}

.medtrain__courses__items  {
	padding-top: 35px;
}

.sections-mobile {
	font-size: 16px;
}

.yidmo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 45px;
}

.yidmo__img {
   width: 15%;
}

.yidmo__title {
    color: #79659e !important;
}

.a.menu__item i {
font-size: 18px;
}

.ticker__item__img {
padding-top: 7px;
}

#card__popup {
    display: none; /* Скрыть попап по умолчанию */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5); /* Фон при открытом попапе */
    z-index: 1000; /* Убедитесь, что попап находится поверх других элементов */
}

.popup__wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
}

.popup__content {
    padding: 3.5rem 3.5rem 3rem;
    max-width: 32.5rem;
    border-radius: 1px;
    background-color: rgba(var(--color-whte--rgb),1);
    transform: scale(1);
    width: 100%;
}


#contactForm {
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

#contactForm div {
    margin-bottom: 15px;
}

#contactForm label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#contactForm input[type="text"],
#contactForm input[type="tel"],
input[type="email"] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.list_microcources {
	height: auto !important;
}
#contactForm input.Отправить {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#contactForm input.Отправить:hover {
    background-color: #0056b3;
}
button.popup__close {
    background: transparent;
    float: right;
    text-align: right;
}

.medtrain__courses {
  font-family: 'helvetica neue';
}

.medtrain__courses__subtitle {
  font-size: 16px;
}

.language__image img {
  width: 3vh;
}

.version__eye img {
  width: 3vh;
}

.header__instagramm a img {
  width: 4vh;
}

.header__facebook a img {
  width: 4vh;
}

.header__telegramm a img {
  width: 4vh;
}
@meida(468px){
	.medtrain__video__title h1{
		font-size: 32px!important;
		font-weight: 700;
		line-height: 120%;
	}
}