/* ----------------------- Global ----------------------- */
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

a {text-decoration: none}
::-webkit-scrollbar {width: 6px}
::-webkit-scrollbar-thumb {background: #3c774c}
::-webkit-scrollbar-track {background: #fff}

p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 137.69%;
	letter-spacing: 0.035em;
	color: #212126;
	flex: none;
	order: 1;
	flex-grow: 0;
}

.bottom-indicators {margin-bottom: -30px}
/*.parallax-background {
  background-image: url("../images/main/backim.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}*/
/* ------------------------------------------------------ */


/* ----------------------- Navbar style ----------------------- */
.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 0 8px;
  justify-content: space-between;
  align-items: center;
}
.combined-brand{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.navbar{
  padding: 0 20px;
  background-color: #31623E;
  display: flex;
  justify-content: center;
}

.brand-logo {height: 60px;
  margin-right: 22px;
  background-image: url(../images/logo_1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  line-height: 112%;
}

.navbar-brand, .navbar-brand:visited, .navbar-brand:hover {
  font-family: 'Roboto-Regular', sans-serif;  
  font-weight: 500;
  font-size: 16px;
  color: #ABCA80;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-name{
  line-height: 18px;
}  
.navbar-nav {
	position: relative;
	display: flex;
	flex-basis: 0;
	flex-grow: 1;
	justify-content: end;
	align-items: center;
	z-index: 100;
}

.separating-stick{
	margin-right: 16px;
}

.navbar {
	/* -webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0px 0px 30px 0px #00000054; */
}

.navbar-toggler {background-color: #31623E;
position: relative;
}
.navbar-toggler:after {box-shadow: none}
.navbar-toggler-icon .line{
  width: 100%;
  float: left;
  height: 2px;
  background-color: #fff
}

.nav-item {
  flex-basis: 128px;
  margin-right: 16px;
  text-align: center;
}

.nav-link{ 
	color: rgba(255, 255, 255, 0.9);
	line-height: 130%;
	font-family: 'Roboto-Regular', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.02em;
  text-decoration: none;
}
.nav-link::after {display:none;}
.nav-link:hover { color: #ABCA80;}
.nav-link:focus, .nav-link:active {
  color:#CCB73D;
}

.dropdown-item{color: rgba(255, 255, 255, 0.9);}

.dropdown-menu.show{margin: 0 !important}
.dropdown-menu{
  border: none;
  flex-basis: 370px;
  background-color: #31623E;
  border-radius: 0 0 16px 16px;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 390;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
  padding-top: 20px;
}
.dropdown-menu li {
  padding: 22px 50px 10px 60px;
  transform: matrix(0.94, 0, 0, 1, -32, 0);
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #ABCA80;
  background-color: #31623E;
}
.dropdown-item:active{
  color:#CCB73D;
}
.position {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-size: 26px;
	line-height: 157.19%;
	letter-spacing: 0.08em;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.33);
}	
.padding_position {
	padding-top: 25px
}
.padding_numbers {
	padding-top: 65px
}
@media (max-width: 767px) {
        /*xs*/
.nav-item a{text-align:center}
.navbar-collapse{
	top: 64px;
	/* padding-top: 10px; */
	display: block;
	justify-content: center
}
.position {
	font-size: 16px;}	
.ms-auto {
	display: block;
}
.ms-auto li {
	display: block;
	padding: 0;
	margin-bottom: 10px;
	background-color: #31623E;
}
.nav-link{
	font-size: 14px;		
}
.nav-link:hover, .nav-link:visited {
	color: #ABCA80; 
	font-size: 14px;}

.ms-auto li:nth-child(2), .ms-auto li:nth-child(4), .ms-auto li:nth-child(6), .ms-auto li:nth-child(8), .ms-auto li:nth-child(10){
	display: none;
}
.dropdown {
	flex-basis: 38px;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 800;
	color: #ABCA80;
}
.dropdown-menu {
	padding-left: 65px;
}
.separating-stick{
	display: none
}
.brand-logo {
	margin-left: 24px;
	height: 50px;
	margin-right: 22px;
	z-index: 49;
	background-size: contain;
}
.navbar-toggler {
	margin-right: 24px;
	z-index: 49;
	border: none;
}
.nav-link:focus::after, .nav-link:hover::after,.nav-link:visited::after {display:inline-block;
	content: url(../images/Vector_29.svg);
	max-height: fit-content;
	vertical-align: baseline;
	left: 10px;
	border: 0;
	position: static;
	font-size: 14px;
	border: none;
	content: none;
}
.nav-item a {
	text-align: left;
	max-width: 232px;
	padding-left: 26px;
	z-index: 99;
	min-height: 38px;
}
.container{
	padding: 6px 0 4px;
}
.navbar{
	padding: 0px;}
.brand-logo {
	margin-left: 24px;
	height: 50px;
	margin-right: 22px;
	z-index: 49;
}
.navbar-brand, .navbar-brand:visited, .navbar-brand:hover {
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 112.19%;
}
.brand-name{
	line-height: 9px;
	z-index: 49;
} 
.navbar-toggler {
	margin-right: 24px;
	z-index: 49;
	border: none;
}
.navbar-collapse{
	top: 24px;
	width: 100% ;
	display: block;
	justify-content: center;
	background-color: #31623E;
	min-height: 300px;
	min-height: fit-content;
}
.ms-auto {
	display: block;
	background-color: #31623E;
	width: 100%;
	float: left;
	z-index: 40;
	margin-top: 21px;
}
.ms-auto li {
	display: block;
	margin-bottom: 1px;
	background-color: transparent;
}
.nav-item {
  z-index: 80;
}
.nav-link:hover, .nav-link:visited {
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.035em;
	color: rgba(255, 255, 255, 0.9); 
}
.nav-link:focus, .nav-link:hover, .nav-link:active{
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.035em;
	color: #CCB73D;
	min-height: 37px;
}
.ms-auto li:nth-child(2), .ms-auto li:nth-child(4), .ms-auto li:nth-child(6), .ms-auto li:nth-child(8), .ms-auto li:nth-child(10), .ms-auto li:nth-child(12){
    display: none;
}
.dropdown {
	flex-basis: 38px;
	z-index: 80;
}
.dropdown-menu {
	background-color: transparent;
	padding-left: 34px;
	z-index: 100;
}
.dropdown-menu.show {
	padding-left: 40px;
}
#dropdown-menu_5 {
	top: -172px;
}
.dropdown-toggle {
	min-height: 37px;
	top: 40px;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.035em;
	color: rgba(255, 255, 255, 0.9);
}
.separating-stick{
	display: none
}
.dropdown-item {
	top: 6px;
}
.dropdown-menu li {
	display: block;
	min-height: 34px;
	font-family: 'Roboto-Light', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	transform: matrix(1.04, 0, 0, 1, 0, 0);
}
.dropdown-menu.show li{
	display: block;
	margin: 0px;
}
.height_departments {
	height: 61px;
}
.dropdown-menu a {
	padding-left: 34px;
}
.dropdown-menu a:target,.dropdown-menu a:focus, .dropdown-menu a:hover, .dropdown-menu a:visited {
	font-family: 'Roboto-Thin', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	transform: matrix(1.04, 0, 0, 1, 0, 0);
	cursor: pointer;
}
.padding_position {
	padding-top: 5px
}
.padding_numbers {
	padding-top: 5px
}
}
@media (min-width: 768px) and (max-width: 991px) {
        /*sm*/
.nav-link:focus::after, .nav-link:hover::after,.nav-link:visited::after {display:inline-block;
	content: url(../images/Vector_29.svg);
	max-height: fit-content;
	vertical-align: baseline;
	left: 10px;
	position: static;
	border: none;
	content: none;
}
.position {
	font-size: 20px;}	
.nav-item a {
	text-align: left;
	max-width: 232px;
	padding-left: 60px;
	z-index: 99;
	min-height: 38px;
}  
.container{
	padding: 10px 0 10px;
}
.navbar{
	padding: 0px;
}
.brand-logo {
	margin-left: 24px;
	height: 60px;
	margin-right: 22px;
	z-index: 49;
}
.navbar-brand, .navbar-brand:visited, .navbar-brand:hover {
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 112.19%;
}
.brand-name{
	line-height: 10px;
	z-index: 49;
} 
.navbar-toggler {
	margin-right: 24px;
	z-index: 49;
	border: none;
}
.navbar-collapse{
	top: 64px;
	width: 100%;
	display: block;
	justify-content: center;
	background-color: #31623E;
	position: absolute;
	min-height: fit-content;
}
#dropdown-menu_4 .navbar-collapse{
	border-bottom: 235px solid #31623E;
}
.ms-auto {
	display: block;
	background-color: #31623E;
	width: 100%;
	float: left;
	z-index: 40;
	margin-top: 21px;
	margin-bottom: 30px;
}
.ms-auto li {
	display: block;
	margin-bottom: 1px;
	background-color: transparent;
}
.nav-item {
	z-index: 80;
}
.nav-link:hover, .nav-link:visited {
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 112.19%;
	letter-spacing: 0.035em;
	color: rgba(255, 255, 255, 0.9); 
}
.nav-link:focus, .nav-link:hover, .nav-link:active{
	font-weight: 600;
	font-size: 20px;
	line-height: 39px;
	letter-spacing: 0.035em;
	color: #CCB73D;
	min-height: 54px;
}
.ms-auto li:nth-child(2), .ms-auto li:nth-child(4), .ms-auto li:nth-child(6), .ms-auto li:nth-child(8), .ms-auto li:nth-child(10){
	display: none;
}
.dropdown {
	flex-basis: 38px;
	z-index: 80;
}
.nav-link {
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.035em;
	color: rgba(255, 255, 255, 0.9);
	z-index: 80;
}
.dropdown-menu {
	background-color: transparent;
	padding-left: 34px;
	z-index: 100;
	position: absolute;
	height: 400px; 
	margin-top: -200px;
	z-index: 33;
}
.dropdown-menu.show {
	position: absolute;
	top: -200px;
	left: 293px;
	padding: 0px;
	z-index: 32;
}
#dropdown-menu_1 {
	top: 0px;
}
#dropdown-menu_2 {
	top: -44px;
}
#dropdown-menu_3 {
	top: -84px;
}
#dropdown-menu_4 {
	box-sizing: content-box;
	top: -130px;
	width: 100vw;
	left:0px;
	padding-left: 316px;
	height: 280px; 
	z-index: 3;
	border-bottom: 214px solid #31623E;
	border-radius: 1px;
}
#dropdown-menu_5 {
	top: -172px;
}
.dropdown-toggle {
	min-height: 39px;
	top: 40px;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.035em;
	color: rgba(255, 255, 255, 0.9);
}
.separating-stick{
	display: none
}
.dropdown-item {
	position: absolute;
	top: 6px;
}
.dropdown-menu li {
	display: block;
	min-height: 37px;
	font-family: 'Roboto-Light', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	transform: matrix(1.04, 0, 0, 1, 0, 0);
}
.dropdown-menu.show li{
	display: block;
	margin: 0;
}
.height_departments {
	height: 61px;
}
.dropdown-menu a {
	padding-left: 34px;
}
.dropdown-menu a:target,.dropdown-menu a:focus, .dropdown-menu a:hover, .dropdown-menu a:visited {
	font-family: 'Roboto-Thin', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	transform: matrix(1.04, 0, 0, 1, 0, 0);
	cursor: pointer;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
        /*md*/
.nav-link:focus::after, .nav-link:hover::after,.nav-link:visited::after {display:inline-block;
	content: url(../images/Vector_29.svg);
	max-height: fit-content;
	vertical-align: baseline;
	left: 10px;
	border: 0;
	position: static;
	border: none;
	content: none;
}

.nav-item a {
	text-align: left;
	max-width: 232px;
	padding-left: 60px;
	z-index: 99;
	min-height: 38px;
}
.container{
	padding: 10px 0 10px;
}
.navbar{
	padding: 0px;
}
.brand-logo {
	margin-left: 24px;
	height: 60px;
	margin-right: 22px;
	z-index: 49;
}
.navbar-brand, .navbar-brand:visited, .navbar-brand:hover {
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 112.19%;
}
.brand-name{
	line-height: 10px;
	z-index: 49;
} 
.navbar-toggler {
	margin-right: 24px;
	z-index: 49;
	border: none;
}
.navbar-collapse{
	top: 64px;
	width: 100%;
	display: block;
	justify-content: center;
	background-color: #31623E;
	position: absolute;
	min-height: fit-content;
}
#dropdown-menu_4 .navbar-collapse{
  border-bottom: 235px solid #31623E;
}
.ms-auto {
	display: block;
	background-color: #31623E;
	width: 100%;
	float: left;
	z-index: 40;
	margin-top: 0;
	margin-bottom: 30px;
}
.ms-auto li {
	display: block;
	margin-bottom: 1px;
	background-color: transparent;
}
.nav-item {
  z-index: 80;
}
.nav-link:hover, .nav-link:visited {
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 112.19%;
	letter-spacing: 0.035em;
	color: rgba(255, 255, 255, 0.9); 
}
.nav-link:focus, .nav-link:hover, .nav-link:active{
	font-weight: 600;
	font-size: 20px;
	line-height: 39px;
	letter-spacing: 0.035em;
	color: #CCB73D;
	min-height: 54px;
}
.ms-auto li:nth-child(2), .ms-auto li:nth-child(4), .ms-auto li:nth-child(6), .ms-auto li:nth-child(8), .ms-auto li:nth-child(10){
	display: none;
}
.dropdown {
	flex-basis: 38px;
	z-index: 80;
}
.nav-link {
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.035em;
	color: rgba(255, 255, 255, 0.9);
	z-index: 80;
}
.dropdown-menu {
	background-color: transparent;
	padding-left: 34px;
	z-index: 100;
	position: absolute;
	height: 400px; 
	margin-top: -200px;
	z-index: 33;
}
.dropdown-menu.show {
	position: absolute;
	top: -200px;
	left: 293px;
	padding: 0px;
	z-index: 32;
  }
#dropdown-menu_1 {
	top: 0px;
}
#dropdown-menu_2 {
	top: -44px;
}
#dropdown-menu_3 {
	top: -84px;
}
#dropdown-menu_4 {
	box-sizing: content-box;
	top: -130px;
	width: 100vw;
	left:0px;
	padding-left: 316px;
	height: 280px; 
	z-index: 3;
	border-bottom: 214px solid #31623E;
	border-radius: 1px;
}
#dropdown-menu_5 {
	top: -172px;
}
.dropdown-toggle {
	min-height: 39px;
	top: 40px;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.035em;
	color: rgba(255, 255, 255, 0.9);
}
.separating-stick{
	display: none
}
.dropdown-item {
	position: absolute;
	top: 6px;
}
.dropdown-menu li {
	display: block;
	min-height: 37px;
	font-family: 'Roboto-Light', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	transform: matrix(1.04, 0, 0, 1, 0, 0);
}
.dropdown-menu.show li{
	display: block;
	margin: 0px;
}
.height_departments {
	height: 61px;
}
.dropdown-menu a {
	padding-left: 34px;
}
.dropdown-menu a:target,.dropdown-menu a:focus, .dropdown-menu a:hover, .dropdown-menu a:visited {
	font-family: 'Roboto-Thin', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	transform: matrix(1.04, 0, 0, 1, 0, 0);
	cursor: pointer;
}
}

@media (min-width: 1200px) and (max-width: 1200px) {
.nav-link:focus::after, .nav-link:hover::after,.nav-link:visited::after {display:inline-block;
	content: url(../images/Vector_29.svg);
	max-height: fit-content;
	vertical-align: baseline;
	left: 10px;
	border: 0;
	position: static;
	border: none;
	content: none;
}
.nav-item a {
	text-align: left;
	max-width: 232px;
	padding-left: 50px;
	z-index: 99;
	min-height: 38px;
}
.container{
	padding: 10px 0 10px;
}
.navbar{
	padding: 0px;}
.brand-logo {
	margin-left: 24px;
	height: 60px;
	margin-right: 30px;
	z-index: 49;
}
.navbar-brand, .navbar-brand:visited, .navbar-brand:hover {
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 112.19%;
}
.brand-name{
	line-height: 10px;
	z-index: 49;
} 
.navbar-toggler {
	margin-right: 24px;
	z-index: 80;
	border: none;
}
.navbar-collapse{
	top: 64px;
	width: 100%;
	display: block;
	justify-content: center;
	position: absolute;
	min-height: fit-content;
}
 #dropdown-menu_4 .navbar-collapse{
  border-bottom: 235px solid #31623E;
}
.ms-auto {
	display: block;
	background-color: #31623E;
	width: 100%;
	float: left;
	z-index: 40;
	margin-top: 25px;
	margin-bottom: 30px;
}
.ms-auto li {
	display: block;
	margin-bottom: 1px;
	background-color: transparent;
}
.nav-item {
  z-index: 80;
}
.nav-link:hover, .nav-link:visited {
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 112.19%;
	letter-spacing: 0.035em;
	color: rgba(255, 255, 255, 0.9); 
}
.nav-link:focus, .nav-link:hover, .nav-link:active{
	font-weight: 600;
	font-size: 20px;
	line-height: 39px;
	letter-spacing: 0.035em;
	color: #CCB73D;
	min-height: 54px;
}
.ms-auto li:nth-child(2), .ms-auto li:nth-child(4), .ms-auto li:nth-child(6), .ms-auto li:nth-child(8), .ms-auto li:nth-child(10){
	display: none;
}
.dropdown {
	flex-basis: 38px;
	z-index: 80;
}
.nav-link {
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.035em;
	color: rgba(255, 255, 255, 0.9);
	z-index: 80;
}
.dropdown-menu {
	background-color: transparent;
	padding-left: 34px;
	z-index: 100;
	position: absolute;
	height: 400px; 
	margin-top: -200px;
	z-index: 33;
}
.dropdown-menu.show {
	position: absolute;
	top: -200px;
	left: 293px;
	margin: 0px;
	padding: 0px;
	z-index: 32;
}
#dropdown-menu_1 {
	top: 0px;
}
#dropdown-menu_2 {
	top: -44px;
}
#dropdown-menu_3 {
	top: -84px;
}
#dropdown-menu_4 {
	box-sizing: content-box;
	top: -130px;
	width: 100vw;
	left:0px;
	padding-left: 316px;
	height: 290px; 
	z-index: 3;
	border-bottom: 214px solid #31623E;
	border-radius: 1px;
}
#dropdown-menu_5 {
	top: -172px;
}
.dropdown-toggle {
	min-height: 39px;
	top: 40px;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.035em;
	color: rgba(255, 255, 255, 0.9);
}
.separating-stick{
	display: none
}
.dropdown-item {
	position: absolute;
	top: 6px;
}
.dropdown-menu li {
	display: block;
	min-height: 37px;
	font-family: 'Roboto-Light', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	transform: matrix(1.04, 0, 0, 1, 0, 0);
}
.dropdown-menu.show li{
	display: block;
	margin: 0px;
}
.height_departments {
	height: 61px;
}
.dropdown-menu a {
	padding-left: 34px;
}
.dropdown-menu a:target,.dropdown-menu a:focus, .dropdown-menu a:hover, .dropdown-menu a:visited {
	font-family: 'Roboto-Thin', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	transform: matrix(1.04, 0, 0, 1, 0, 0);
	cursor: pointer;
}
}
/* ------------------------------------------------------------ */


/* ----------------------- Index style ----------------------- */
.index_news {
	width: 467px;
	height: 56px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	letter-spacing: 0.005em;
	color: rgba(255, 255, 255, 0.9);
	flex: none;
	order: 0;
	flex-grow: 0;
}
	
.news_single {
    width: 100px;
    background-image: url('../images/icons/news_img.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    text-align: center;
    margin-left: 40px;
}

.dep_images {
	width: 400px;
	height: 400px
}

.timetable3 {
	flex-direction: column;
	justify-content: center;
	gap: 25px;
	width: 100% !important;
	height: auto !important;
	border-radius: 20px;
}

.btn2 {
	width: 40% !important;
	height: auto !important;
	font-size: 1vw !important
}

.specialties_logo {
	width: 100px
}

.specialties_text {
	color: #000;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	color: white
}

.news_row {
	padding-top: 2%; 
	padding-bottom: 5%; 
	display: block;
	margin-left: 0px; 
	margin-right: auto
}

.center_block {
	text-align: center
}

.gallery {
	background-image: url('../images/main/backim.png');
	background-size:100%;
}

.galtext {
	font-size: 3vh;
	color: white;
}
.galery_text {
	font-weight: 400;
	font-size: 28px;
	line-height: 33px;
	text-align: center;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	padding-top: 2%;
	padding-bottom: 3%
}

@media (max-width: 767px) {
        /*xs*/
.news_single {
    width: 100px;
    background-position: top left;
    text-align: center;
    margin-left: 0px;}
.timetable3 {
	flex-direction: column;
	justify-content: center;
	width: 100% !important;
	height: auto !important;
	background: #31623E;
	border-radius: 10px;}
.btn2 {
	width: 40% !important;
	height: auto !important;
	font-size: 2vw !important}
.specialties_logo {
	width: 40px}
.specialties_text {
	font-size: 10px;}
.galtext {
	font-size: 2vh;}
.dep_images {
	width: 200px;
	height: 200px}
.index_department_info {
	font-size: 14px}
.logo_department {
	width: 100%}
.info_department {
	width: 90%;
	margin: auto}
.gal_images {
width: 30%;}
.galery_text {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;}
}
@media (min-width: 768px) and (max-width: 991px) {
					/*sm*/
.timetable3 {
	flex-direction: column;
	justify-content: center;
	gap: 25px;
	width: 550px !important;
	height: auto !important;
	background: #31623E;
	border-radius: 10px;}
.btn2 {
	width: 40% !important;
	height: auto !important;
	font-size: 1.6vw !important}
.specialties_logo {
	width: 50px}
.specialties_text {
	font-size: 14px;}
.galtext {
	font-size: 3vh;}
.dep_images {
	width: 300px;
	height: 300px}
.logo_department {
	width: 100%}
.gal_images {
width: 30%;}
.info_department {
	width: 90%;
	margin: auto}
}
@media (min-width: 992px) and (max-width: 1199px) {
        /*md*/
.timetable3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 700px !important;
	height: auto !important;
	background: #31623E;
	border-radius: 20px;}
.btn2 {
	width: 40% !important;
	height: auto !important;
	font-size: 1.6vw !important}
.specialties_logo {
	width: 80px}
.specialties_text {
	font-size: 14px;}
.galtext {
	font-size: 3vh;}
.index_department_info {
	position: absolute;
	top: 50%; 
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)}
.logo_department {
	width: 50%}
.info_department {
	width: 40%;}
.gal_images {
width: 20%;}
}
@media (min-width: 1200px) {
        /*lg*/
.timetable3 {
	flex-direction: column;
	justify-content: center;
	width: 560px;
	height: auto;
	border-radius: 20px;}
.specialties_logo {
	width: 100px}
.specialties_text {
	font-size: 20px;}
.index_department_info {
	position: absolute;
	top: 50%; 
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)}
.logo_department {
	width: 50%}
.info_department {
	width: 30%;}
.gal_images {
	width: 20%;}
}
/* ------------------------------------------------------ */


/* ----------------------- Second header style ----------------------- */
.title_for_header {
	font-family: 'Roboto_Italic';
	font-style: italic;
	font-weight: 500;
	font-size: 2em;
	line-height: 157.19%;
	letter-spacing: 0.08em;
	color: #ABCA80;
	flex: none;
	order: 0;
	flex-grow: 0;  
}
@media (max-width: 767px) {
        /*xs*/
.title_for_header {
  font-size: 1em;}
}	
@media (min-width: 768px) and (max-width: 991px) {
        /*sm*/
.title_for_header {
  font-size: 1.3em;}
}
@media (min-width: 992px) and (max-width: 1199px) {
        /*md*/
.title_for_header {
  font-size: 1.5em;}
}
@media (min-width: 1200px) {
.title_for_header {
  font-size: 28px;
	margin-top: 20px}
}	
/* ------------------------------------------------------------ */


/* ----------------------- Contact style ----------------------- */
.custom-breadcrumns a {
  font-size: 14px
}
.custom-breadcrumns span {
  font-size:18px;
  color: #bdbdbd
}
.custom-breadcrumns a {
  display: inline-block;
  color: #bdbdbd
}
.custom-breadcrumns a:hover {
  color: #1D6738
}
.custom-breadcrumns .current {
  color: #1D6738
}
.big_text p{
  font-weight: bold;
  letter-spacing: 0.075em;
}
.md_text {
  font-weight: bold;
  letter-spacing: 0.055em;
  line-height: 112.19%;
}
.usual_text {
  line-height: 132.19%;
  letter-spacing: 0.05em;
}
  
@media (max-width: 1000px) {
.custom-breadcrumns {
	padding: 5px 0
}
.custom-breadcrumns a{
	font-size: 10px
}
.custom-breadcrumns span{
	font-size:10px
}
.big_text p{
	font-size: 14px !important
	}
.md_text {
	font-size: 14px !important
	}
.usual_text {
	font-size: 12px !important
	}
}

@media (min-width: 1000px) {
.custom-breadcrumns {
	padding: 15px 0
}
.custom-breadcrumns a{
	font-size: 12px
}
.custom-breadcrumns span {
	font-size:12px
}
.big_text p{
font-size: 30px !important
}
.md_text{
	font-size: 24px !important
	}
.usual_text {
	font-size: 18px !important
	}
}
/* ------------------------------------------------------------ */


/* -------------------------- Footer style -------------------- */
.footer-block {
	padding: 40px 0px 40px 0px;
  background-image: url("../images/main/backim.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; 
	justify-content: center;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 307.19%;
  text-align: center;
  letter-spacing: 0.035em;
  color: #FFFFFF;}
  .footer-block:before {
    position: absolute;
    content: "";
    background: rgba(53, 104, 64, 0.72);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .footer-block > .container {
    position: relative;
    z-index: 2; }
  .footer-block .form-control {
    height: auto !important; }
.footer-item{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}
.footer-content{
  color: #fff;
  line-height: 24px;
  text-align: center
}
.footer-content a{
  color: #fff;
  display: block;
  text-decoration: none;
	padding-top: 20px
}
.footer-content p{
  color: #fff;
  font-size: 16px
}
.footer-content img{
  width: 50px; 
  padding-bottom: 20px
}
.copyright {
  font-family: 'Roboto-Light', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.04em;
  margin-top: 41.5px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
        /*xs*/
.footer-content a{
	padding-bottom: 5px;
	font-size: 12px;
	padding-top: 10px
}
.footer-content p{
	font-size: 12px
	}
.footer-content img{
	width: 30px; 
	padding-bottom: 5px
	}
.copyright {
	margin-top: 10px;
	margin-bottom: 10px;
}			
}

@media (min-width: 768px) and (max-width: 991px) {
        /*sm*/
.margin_footer {
	padding-left: 10px;
	padding-right: 10px
}			
.footer-content a{
	padding-bottom: 5px;
	font-size: 14px;
	padding-top: 10px
}
.footer-content p{
	font-size: 14px
	}
.footer-content img{
	width: 40px; 
	padding-top: 30px;
	padding-bottom: 15px;
	}
.copyright {
	margin-top: 2px;
	margin-bottom: 5px;
}			
}

@media (min-width: 992px) and (max-width: 1199px) {
        /*md*/	
.margin_footer {
	padding-left: 50px;
	padding-right: 50px
}		
.footer-content a{
	padding-bottom: 5px;
	font-size: 13px;
	padding-top: 10px
}
.footer-content p{
	font-size: 13px
	}
.footer-content img{
	width: 40px; 
	padding-top: 40px;
	}	
.copyright {
	margin-top: 2px;
	margin-bottom: 10px;
}		
}

@media (min-width: 1200px) {
        /*lg*/
.footer-content a{
	padding-bottom: 10px;
	font-size: 16px
}
.footer-content p{
	font-size: 16px
}	
}
/* ---------------------------------------------------------------- */

/* -------------------------- Add employee style -------------------- */

/* ---------------------------------------------------------------- */

/* -------------------------- 404 style -------------------- */
.error-content {
	display: flex;
	background-color: #D2E9C5; 
	background-image: url(../images/icons/404.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	min-height: 100vh;
}  
@media (max-width: 767px) {
        /*xs*/
.error-content {
	background-size: 100% auto;
}
}
@media (min-width: 768px) and (max-width: 991px) {
        /*sm*/
.error-content {
	background-size: 80% auto;
}
} 
@media (min-width: 992px) and (max-width: 1199px) {
        /*md*/
.error-content {
	background-size: 45% auto;
}
}
.error {
	color: #2B3D16;
	font-weight: 800;
	line-height: 54px;
	letter-spacing: 0.09em;
}
 
@media (max-width: 767px) {
.error {
	font-size: 12px;
	padding-top: 200px
}
.btn_home  {
  width: 150px;
  padding-top: 60%
}
}
@media (min-width: 768px) and (max-width: 991px) {
.error {
  font-size: 20px;
	padding-top: 200px
}
.btn_home {
  width: 200px;
  padding-top: 500px
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.error {
	font-size: 26px;
	padding-top: 120px
}
.btn_home {
  width: 200px;
  padding-top: 250px
}
}
@media (min-width: 1199px) {
.error {
	font-size: 40px;
	padding-top: 200px
}
.btn_home {
  width: 400px;
  padding-top: 90%
}
} 
/* ---------------------------------------------------------------- */


/* -------------------------- In progress style -------------------- */
.center-content {
	display: flex;
	background-color: #D2E9C5; 
	background-repeat: no-repeat;
	background-position: center center;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
}

@media (max-width: 767px) {
        /*xs*/
.progress-logo{
	width: 80px;
	margin-bottom: 30px;
}
.waiting-logo{
	width: 200px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.progress-content {margin-bottom: 5px}
.progress-content h3{font-size: 14px;font-weight: bold;}
.progress-content h5{font-size: 12px}
.progress-content h7{font-size: 10px;}
}
@media (min-width: 768px) and (max-width: 991px) {
        /*sm*/
.progress-logo{
	width: 90px;
	margin-bottom: 30px;
}
.waiting-logo{
	width: 200px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.progress-content {margin-bottom: 10px}
.progress-content h3{font-size: 32px;font-weight: bold;}
.progress-content h5{font-size: 30px}
.progress-content h7{font-size: 19px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
        /*md*/
.progress-logo{
	width: 60px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.waiting-logo{
	width: 200px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.progress-content {margin-bottom: 10px}
.progress-content h3{font-size: 28px;font-weight: bold;}
.progress-content h5{font-size: 22px}
.progress-content h7{font-size: 18px;}
}
@media (min-width: 1200px) {
        /*lg*/
.progress-logo{
	width: 100px;
	margin-bottom: 40px;
}
.waiting-logo{
	width: 320px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.progress-content {margin-bottom: 20px}
.progress-content h3{font-size: 45px;font-weight: bold;}
.progress-content h5{font-size: 28px}
.progress-content h7{font-size: 22px;}

.specialties_logo {
	width: 100px}
.specialties_text {
	font-size: 20px;}
.index_department_info {
	position: absolute;
	top: 50%; 
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)}
.logo_department {
	width: 50%}
.info_department {
	width: 30%;}
.gal_images {
	width: 20%;}
}
/* ---------------------------------------------------------------- */


/* -------------------------- FONTS -------------------- */
@font-face {
font-family: "Roboto_Italic"; 
src: url("fonts/Roboto-MediumItalic.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
}

@font-face {
font-family: "Roboto"; 
src: url("fonts/Roboto-Regular.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
}

@font-face {
font-family: 'Roboto-Regular';
font-display: swap;
src: url('../css/fonts/Roboto-Regular.ttf');
}
@font-face {
font-family: 'Roboto-Medium';
font-display: swap;
src: url('../css/fonts/Roboto-Medium.ttf');
}
@font-face {
font-family: 'Roboto-MediumItalic';
font-display: swap;
src: url('../css/fonts/Roboto-MediumItalic.ttf');
}
@font-face {
font-family: 'Roboto-Light';
font-display: swap;
src: url('../css/fonts/Roboto-Light.ttf');
}
@font-face {
font-family: 'Roboto-Thin';
font-display: swap;
src: url('../css/fonts/Roboto-Thin.ttf');
}

/* ---------------------------------------------------------------- */