@charset "utf-8";

/* CSS Document */
@font-face {
  font-family:BebasNeue;
  src: url('../fonts/Bebas_Neue.woff2') format('woff2'),
       url('../fonts/Bebas_Neue.woff') format('woff'),
        url('../fonts/Bebas_Neue.otf') format('woff'),
         url('../fonts/Bebas_Neue.eot') format('woff');

  font-weight: normal;
  font-style: normal;
}

.version {
	position: fixed;
	top:20px;
	right: 10px;
	background:none;
	background-color: transparent;
	border:none;
	color: #fff;
	font-size: 14px;
}

.version img {
	width: 35px;
}

footer .version {
	position: relative;
	color: #ffff;
	font-size: 20px;
	top: 0;
	right: 0;
}

footer form {
	margin-bottom: 0;
}

footer ul {
	padding-left: 0!important;
}
@font-face {
	font-family: 'NoirPro Medium';
	src: url('../fonts/noirpro/NoirPro-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'NoirPro Light';
	src: url('../fonts/noirpro/NoirPro-Light.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;
}

body {
	font-family: 'NoirPro Medium';
}
.privacy-outer {
	color:#fff;
}

.mark {
	background-color: transparent;
}
.err {
	border:1px solid #f00!important;

}
a.circle {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 7px;
	margin-right: 7px;
	height: 45px;
	width: 45px;
	background: radial-gradient(77.13% 77.13% at 35.71% 15%, rgb(255, 255, 255) 0%, rgb(255, 205, 97) 29.770106077194214%, rgb(255, 174, 0) 100%);
	border-radius: 45px;
	color: #4d4d4d;
	font-weight: 500;
	float: left;
	margin: 7px;
	cursor: pointer;
	opacity: 0.9;

}

a.circle:hover {
	box-shadow: 0px 0px 16px #ffae00;
	transform: translateY(-2px);
	transition: 0.3s;
	opacity: 1;
}
body {
	font-family: Montserrat;
	background-color: #091100;
}
.unbounded-bold {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

#title {
	background-color: #091100;
	position: relative;
	padding-top: 55px;

}

.modal-content {
	background: radial-gradient(332.91% 93.65% at 8.7% 15.96%, rgb(91, 90, 90) 0%, rgb(49, 49, 49) 100%);
}

.modal-header {
	color: #ffae00;
}

.modal-body {
	color: #fff;
}

.modal-footer button {
	background: #90ff11;
	color: #000;
}

#name {
	position: relative;
}

#title .title-image {
	padding-top: 50px;
	position: absolute;
	height: 90%;
	right: 0;
	width: 100%;
	padding-bottom: 50px;

}
#navbarSupportedContent {
	padding-left: 25px;
	padding-right: 25px;
}

.about-block p {
	font-size: 16px;
}

.title-phone {
	color: #FFA600;
	font-size: 20px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 11px;
	border: 1px solid #FFA600;
	height: 48px;
	text-decoration: none;
	transition: all 0.3s;
}
.title-phone:hover {
	background-color: #FFA600;
	color:#fff;
	transition: all 0.3s;
}
.title-image img {
	position: absolute;
	right: 0;
	height: 90%;
}

.title-image img.ellipse {
	position: absolute;
	left: 0;
	height: 100%;
	top:-50px;
}

#title nav {
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 10;
}

.dropdown-menu {
	background: #313131bb;
	color: #90FF11;
	backdrop-filter: blur(7px);
}

.dropdown-item {
	color: #90FF11;
}

#title nav .nav-link {
	padding-left: 15px;
	padding-right: 15px;
	color:#fff;
	font-size: 14px;
	font-weight: 300;
	transition: all 0.3s;
}

#title nav .nav-link:hover {
	color:#FFA600;
	transition: all 0.3s;
}


#title .title-left {
	padding-top: 45px;
	padding-bottom: 45px;
	z-index: 2;
	position: relative;
}
#title .title-left p.name{
	font-family: Unbounded;
	font-size: 72px;
	font-weight: 800;
	color: #FFA600;
	white-space: nowrap;
	text-shadow: 6px 6px 4px #000;
}
#title .title-left p span{
	color: #90FF11;
}
#title .title-left p.auto{
	font-family: Montserrat;
	font-size: 36px;
	font-weight: 300;
	color: #FFFFFF;
	padding-left: 15px;
	letter-spacing: 45px;
	margin-bottom: 0;
}

h1 {
	font-size: 22px;
	font-weight: 300;
	font-family: Montserrat;
	color: #fff;
	line-height: 140%;
}

.preims {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.preim {
	border-radius: 11px;
	display: flex;
	color:#A3FF47;
	font-size: 20px;
	flex:1;
	justify-content: flex-start;
	align-items: center;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 27%;
	margin: 7.5px;
	background-color: #313131;
	border: 1px solid #a3ff47ee;


}

.preim p {
	margin-bottom: 0;
	line-height: 120%;
	padding-left: 15px;
	font-size: 16px;
}

#title .container {
	z-index: 2;
	position: relative;
}

.zapis {
	display: flex;
	max-width: 350px;
	height: 70px;
	border-radius: 11px;
	color: #313131;
	font-size: 22px;
	justify-content: center;
	align-items: center;
	background-color: #90FF11;
	text-decoration: none;
	padding-left: 45px;
	padding-right: 45px;
	font-weight: 400;
	transition: all 0.3s;
	position: relative;
}

li {
	font-size: 20px;
}
.zapis:before {
	content: "";
	position: absolute;
	height: 70px;
	width: 40%;
	top: 0;
	left: 30%;
	border-radius: 70px;
}
.ui-widget-content {
	background: transparent!important;
}

.zapis:hover {
	color: #313131!important;
	transform: translateY(-2px);
	box-shadow: 0 0 32px #80ff00aa;
	transition: all 0.3s;
}

.zapis:hover::before, .zapis:hover::after {
	box-shadow: 0 0 32px #80ff00f7;
	transition: 0.3s;
}
a:href {
	text-decoration: none;

}

p {
	font-size: 20px;
}

#about, #structure, #obr-programms, #documents, #chisl, #vacancy {
	padding-top: 30px;
	padding-bottom: 30px;
}

#usluga {
	padding-top: 60px;
}
.w200 {
	font-weight: 200;
}
.w300 {
	font-weight: 300;
}
.w600 {
	font-weight: 600;
}

.w500 {
	font-weight: 500;
}

.text-orange {
	color: #ffae00
}

.about-block {
	border-radius: 20px;
	background: radial-gradient(332.91% 93.65% at 8.7% 15.96%, rgb(91, 90, 90) 0%, rgb(49, 49, 49) 100%);
	padding: 40px;
	overflow: hidden;

}

.about-block h3 {
	max-width: 90%;
}

.about {
	padding-top: 60px;
	grid-gap: 15px;
}

.text-yellow {
	color:#ffae00;
}
h2 {
	color: #90ff11;
	font-size: 26px;
	font-weight: 600;
	/*border-bottom: 1px solid #ffae00;*/
	margin-bottom: 0px;
	padding-bottom: 10px;
	width: 100%;
	font-family: 'Unbounded';
	text-transform: uppercase;
}

h3 {
	color: #ffae00;
	margin-bottom: 15px;
	font-family: 'Unbounded';
	font-weight: 400;
	font-size: 24px;
	margin-top: 35px;

}

.usluga-left h3 {
	max-width: 90%;
}
.about-block p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}
.about-block img {
	width: 110%;
}

.about-block2 {
	border-radius: 20px;
	overflow: hidden;
	width: 40%;
}

.about-block2 img {
	
	height: 100%;
}

#price {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(/images/doroga.png);
	background-size: cover;
}

#contacts {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(/images/ellipse-left.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#answer, #zapis {
	padding-top: 45px;
	padding-bottom: 45px;
	position: relative;
}

#answer {
	background-image: url(/images/ellipse-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}

.zapisat {
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.25);
	background: radial-gradient(332.91% 93.65% at 8.7% 15.96%, rgb(91, 90, 90) 0%, rgb(49, 49, 49) 100%);
	border-radius: 20px;

}



#zapis .answer {
	padding-bottom: 45px;
	position: relative;

}

#zapis div, #zapis input, #zapis a {
	z-index: 1;
}
#zapis .back {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background: url(/images/circle-orange-left.png);
	background-position: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	z-index: 0;
}
#zapis input {
	width: 48%;
	height: 35px;
	background-color: transparent;
	box-shadow: none;
	outline: none;
	border:none;
	border-bottom: 1px #fff solid; 
	font-size: 20px;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}

#zapis input::placeholder {
	color:#fff;
}

.zapis-footer {
	color: #afafaf;
    font-size: 14px;
}

.zapis-footer a {
	color: #FFAE00;
}

#zapis .otpravit {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
	background: #90ff11;
	color: #000;
	width: 48%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 13px;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.3s;
	height: 60px;
}

#zapis .otpravit:hover {
	transform: translateY(-2px);
}
.answer {
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.25);
	background: radial-gradient(332.91% 93.65% at 8.7% 15.96%, rgb(91, 90, 90) 0%, rgb(49, 49, 49) 100%);
	padding: 25px;
	border-radius: 20px;
	margin-bottom: 15px;
}

.answer-a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 15px;

}

.answer-q-inner {
	font-size: 18px;
	font-weight: 300;
}
.answer-a img {
	filter: drop-shadow(2px 2px 2px #000c);
	width: 20px;
	margin-left: 15px;
	transition: all 0.3s;
}

.triangle {
	cursor: pointer;
	transition: all 0.3s;
}

.triangle-rotate {
	transform: rotateZ(180deg);
	transition: all 0.3s;
	transform-origin: center;
}
.answer h3 {
	color: #FFAE00;
	border-bottom: 1px solid #FFAE00;
	font-size: 20px;
	display: block;
	width: auto;
	padding-bottom: 7px;
	width: 100%;
	font-weight: 400;
}
.answer-q {
	color: #fff;
	font-size: 22px;
	overflow: hidden;
	height: 0;
}
.contacts-left {
	filter: grayscale(0%);
}

.contacts-left:hover {
	filter: grayscale(0%);
	transition: all 0.3s;
}
.contacts-inner {
	border-radius: 20px;
	overflow: hidden;
}

.contacts-right .contacts-inner {
	background: radial-gradient(332.91% 93.65% at 8.7% 15.96%, rgb(91, 90, 90) 0%, rgb(49, 49, 49) 100%);
	height: 100%;
	padding: 35px;

}

.contacts-inner .phone a, .contacts-inner .phone span {
	font-size: 20px;
	color:#fff;
}

.contacts-inner .phone {
	padding-top: 10px;
	padding-bottom: 7px;

}

.contacts-inner div {

}
.contacts-inner .phone span {
	font-weight: 500;
}

hr.green {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 1px;
	background-color:#90FF11;
	margin-right: auto;
	opacity: 0.5;
}
.contacts-inner .phone a {
	padding-left: 7px;
	font-weight: 300;
}
#contacts h3 {
	border-bottom: 1px solid #ffae00;
	padding-bottom: 10px;
}
.course {
	width: 48%;
	border-radius: 20px;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.25);
	background: radial-gradient(332.91% 93.65% at 8.7% 15.96%, rgb(91, 90, 90) 0%, rgb(49, 49, 49) 100%);
	display: flex;
	overflow: hidden;
	margin-bottom: 4%;
	height: 240px;
}

.contacts-social>div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow:row  wrap;

}

.social {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
}

.social img {
	width: 25px;
}

.social span {
	display: block;
	width: 100%;
	text-align: center;
	color: #90FF11;
	font-size: 16px;
	font-weight: 400;
}
.l-course {
	background-color: #FFAE00;
	width: 30%;
	padding-top:7px;
	padding-bottom: 7px;
}

.l-course img {

}

.course hr {
	margin-top: 35px;
	background-color: #FFAE00;
	margin-bottom: 35px;
	height: 2px;
	opacity: 1;
}

.course a {
	color: #FFAE00;
}
.course h3 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;

}


.r-course:hover img {
	animation: podrobnee 1s infinite;
}
@keyframes podrobnee {
	0% {
		transform: translateX(0px);
	}
	
	30% {
		transform: translateX(40px);
	}
	100% {
		transform: translateX(0px);
	}
	
}
a {
	text-decoration: none;
}
.r-course {
	width: 70%;
	padding: 25px;
	box-shadow: -4px 0 26px #00000057;
}

.podrobnee {
	display: flex;
	align-items: center;
}

.podrobnee p {
	margin-bottom: 0;
	padding-right: 15px;
}
.l-course img {
	
}

.usluga {
	padding-top: 45px;
	padding-bottom: 45px;
	
}

.usluga-left {
	background: radial-gradient(332.91% 93.65% at 8.7% 15.96%, rgb(91, 90, 90) 0%, rgb(49, 49, 49) 100%);
	border-radius: 20px;
	padding: 40px 35px;
	width: 67.5%;

}

.usluga-right {
	width: 31.5%;
	overflow: hidden;
	border-radius: 20px;
    background-repeat: no-repeat;



}

.usluga-right.kat-b{
	   background:url(/images/b-right.png);

}

.usluga-right.dopolnitelno{
	   background:url(/images/dopolnitelno.png);
	   background-size: cover;
}
.usluga-right.kat-a{
	   background:url(/images/a-right.png);
}

.kat-be {
	background:url(/images/be-right.png);
	background-size: cover;
}
.usluga-right img {
	width:100%;
}
.usluga-left p {
	font-size: 20px;
	color: #fff;
	text-align: justify;
	font-family: 'NoirPro Light';
	max-width: 80%;
}

.usluga-left .price {
	font-size: 24px;
	font-weight: 500;
	color: #ffae00;
	margin-bottom: 0;
}

.zapis-course {

	background-image: url(/images/doroga2.png);
	background-size: cover;

}
footer {
	padding-top: 35px;
	padding-bottom: 35px;
}
footer img {
	width: 150px;
}

footer ul {
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
	color:#fff;
}
footer ul li {
	text-decoration: none;

}

footer ul li a {
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

footer ul li a:hover {
	color: #ffae00;

}

footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.doc {
	background: radial-gradient(332.91% 93.65% at 8.7% 15.96%, rgb(91, 90, 90) 0%, rgb(49, 49, 49) 100%);
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-size: 20px;
	padding: 25px 55px;
	margin-bottom: 24px;

}

#structure {
	background: url(/images/ellipse-left.png);
	background-repeat: no-repeat;
}
.doc a {
	display: flex;
	flex:none;
	justify-content: center;
	align-items: center;
	background-color: #90FF11;
	width: 260px;
	height: 57px;
	font-size: 18px;
	border-radius: 13px;
	color: #313131;
	font-weight: 500;
	transition: all 0.3s;

}

.doc a:hover {
	transform: translateY(-2px);
	box-shadow: 4px 4px 4px #0006;
	transition: all 0.3s;
}
.doc2 {
	background: radial-gradient(332.91% 93.65% at 8.7% 15.96%, rgb(91, 90, 90) 0%, rgb(49, 49, 49) 100%);
    border-radius: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    padding: 25px 25px;
    margin-bottom: 24px;
    width: 32%;
}

.doc2 a {
	width: 100%;
	display: flex;
    flex: none;
    justify-content: center;
    align-items: center;
    background-color: #90FF11;
    height: 57px;
    font-size: 18px;
    border-radius: 13px;
    color: #313131!important;
    font-weight: 500;
    transition: all 0.3s;

}

.doc2 p {
	width: 100%;
	font-weight:300;
	margin-bottom: 25px;
	text-align: center;
}

.doc2 a:hover {
	transform: translateY(-2px);
	transition: all 0.3s;
}

.cho li {
	color: #fff;
	font-size: 20px;
	font-weight: 200;

}

ol, ul{
	font-size: 20px;
	color: #fff;
	font-weight: 200;
}

.table-outer {
	overflow-x:scroll;
	
}


.prepods {
	width: 100%;
	cursor: pointer;
}
.prepods td {
	border:1px solid #FFAE00;
	color: #FFF;
	padding: 15px;
	font-size: 0.85rem;
	font-weight: 200;
	text-align: center;
	line-height: 160%;

}

#vacancy {
	background-image: url(/images/ellipse-left.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}

#documents {
	background-image: url(/images/ellipse-right.png);
	background-repeat: no-repeat;
	background-position: 100% center;
}

.mobile {
	display: none;
}

.navbar-toggler-icon {
	width: 45px;
	height: 3px;
	background-color: #ffa600;
}

.navbar-toggler {
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	height: 50px;
}
@media screen and (max-width: 1200px){
	.preim p {
		font-size: 16px;
	}

	.preim img {
			width: 55px;
	}

}

@media screen and (max-width: 991.9px){

	#title {
		padding-left: 0;
		padding-right: 0;
	}

	#title .navbar {
		background-color: #000;
	}
	#title nav .nav-link {
		font-size: 18px;
	}
	.mobile {
		display: block;
	}

	.contacts-right, .contacts-left{
		width: 100%;
	}

	.contacts-right {
		order:0;
	}

	.contacts-left iframe {
		height: 300px;
	}

	.contacts-left {
		order:1;
	}
	.about-block2 {
		width: 100%;
	}

	.about-block2 img.mobile {
		width: 100%;
	}

	.course {
		width: 100%;
	}
	.desktop {
		display: none;
	}
	.usluga-right {
		height: 400px;

	}
	.usluga-left, .usluga-right {
		width: 100%;
		margin-top: 15px;
	}
	.usluga-right img {
		width: 100%;
	}

	.preim {
		flex:0;
		padding-left: 15px;
		width: 33%;
	}

	.preim p {
		font-size: 16px;
	}
}

@media screen and (max-width: 767.9px){
	.doc {
		flex-flow: row wrap;
		padding: 25px;
	}

	.docs2 {
		flex-flow: row wrap;
	}
	.doc a {
		margin-top: 15px;
		width: 100%;
	}
	.doc2 {
		width: 100%;
	}
}

@media screen and (max-width: 575.9px){
	footer ul {
		flex-flow: column;
		width: 100%;
		padding-left: 0;
	}

	footer ul li {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	footer .container>a {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	footer .container {
		flex-flow: column;
		justify-content: center;
	}
	#title .title-left p.name {
		font-size: 36px;
	}
	#title .title-left p.auto {
		font-size: 24px;
		letter-spacing: 18px;
	}

	.l-course img {
		width: 90%;
	}

	.course h3 {
		font-size: 16px;
	}

	.course {
		height: 180px;
	}

	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 23px;
	}
	.course hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.preims {
		flex-flow: column;
		margin-top: 0;
	}

	.preim {
		width: 100%;
	}

	.ellipse {
		width: 90%;
		height: auto;
	}

	.answer h3 {
		font-size: 16px;
	}

	#zapis input, #zapis .otpravit {
		width: 100%;

	}
	#contacts h3 {
		font-size: 17px;
	}

	.contacts-inner .phone a, .contacts-inner .phone span {
		font-size: 17px;
	}
	.social img {
		width: 25px;
	}

	.social span {
		font-size: 12px;
	}

	#title .title-image {
		opacity: 0.4;
	}
	#zapis .otpravit {
		height: 70px;
		margin-top: 15px;
	}
	#price {
		padding-top: 0;
	}
}