html {
	scroll-behavior: smooth;
}

.header {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 20px 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.header__doc {
	background-color: #fff!important;
}

.header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}

.header img{
	max-width: 150px;
}

.header p{
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-align: right;
}

.header__text-doc {
	color: #000!important;
}

.header.nav-sticky {
	background-color: #fff !important;
	box-shadow: 0 10px 33px rgba(0, 0, 0, .1) !important;
	padding: 15px 0px;
}

.header.nav-sticky p{
	color: inherit;
}

.img__custom {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner__img {
	max-width: 445px;
}

.wrapper-page {
	padding: 150px 0;
	color: #3c3c3c;
}

.wrapper-page h1{
	text-align: center;
	margin-bottom: 16px;
	font-size: calc(1rem + 1.5vw);
}

.wrapper-page p:last-child{
	margin-bottom: 0;
}

.wrapper-page p:not(:last-child){
	margin-bottom: 16px;
}

.wrapper-page a{
	text-decoration: none;
	cursor: pointer;
}

/**/

.course {
	min-height: 517px;
}
.cource__mini-title {
	color: #7971ea!important;
}

.cource__descr,
.cource__mini-title {
	text-align: center;
}

.cource__img-box {
	padding: 16px;
}

.cource__img {
	max-width: 200px;
	margin: 0 auto;
}

.programs-section__img {
	border-radius: 15px;
}

/*form*/

.contacts__section {
	background-color: #eef3f8 !important;;
}
.submitBnt{
  font-family: inherit;
  color: #ffffff !important;
  background-color: #c83660;
  border: none;
  border-radius: 8px;
  line-height: normal;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  height: 45px;
	transition: background-color .3s ease-in-out;
}

.submitBnt:focus-visible {
	background-color: #9a4b61!important;
}

.submitBnt:hover:not(:focus-visible){
	background-color: #9a4b61!important;
}
.submitBnt:active:not(:focus-visible) {
	background-color: #9a4b61!important;
}

.custom-form-group label a{
  color: #db3e6b;
	transition: color .3s ease-in-out;
}

.custom-form-group label a:focus-visible{
  color: #9a4b61;
}

.custom-form-group label a:hover:not(:focus-visible){
  color: #9a4b61;
}

.custom-form-group label a:active:not(:focus-visible){
  color: #9a4b61;
}

.custom-form-control{
  margin-bottom: 15px;
  padding-left: 16px;
  border: 1px solid #dfe9f1;
  font-size: 14px;
  height: 45px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #9197b5;
  border-radius: 5px;
	outline: none;
	transition: outline .3s ease-in-out;
}

.custom-form-control:hover:not(:focus-visible) {
	outline: 1px solid #9a4b61;
}


.custom-form-group label{
	color: #000;
	margin-left: 8px;
	text-align: left;
  font-weight: 300;
  font-family: inherit;
  font-size: 14px;
	cursor: pointer;
  font-style: italic;
	display: inline-block;
}

.mandatory{
	color: #EC3324;
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;

}

.custom-form-group{
	display: flex;
	align-items: center;
	margin-top: 16px;
}

.custom-form-group input{
	border: 1px solid #CCC;
  background: #FFF;
  padding: 0 12px;
  line-height: 38px;
  margin: 0 0 10px 0;
  box-shadow: inset 0 3px 2px #EEE;
  border-radius: 2px;
	width: 13px !important;
	height: 13px !important;
}

/* footer */

.footer{
	padding: 80px 0;
}

.footer__center {
	padding-top: 20px;
}
.footer__right {
	padding-top: 50px;
}

.footer img{
	width: 100%;
	max-width: 250px;
	margin-bottom: 8px;
	display: block;
}
	
.footer a {
	text-decoration: none;
}

.footer ul{
	list-style-type: none;
	padding-left: 0;
}

.copyright{
	text-align: center;
}

/*cookie*/
#cookie_notification {
	display: none;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-end;
	position: fixed;
	bottom: 15px;
	left: 50%;
	width: 900px;
	max-width: 90%;
	transform: translateX(-50%);
	padding: 25px;
	background-color: white;
	color: #212121;
	border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index: 9999;
} 

#cookie_notification.show {
	display: flex;
	align-items: center;
} 

.cookie_notificationTitle {
	display: flex;
	text-align: center;
	justify-content: center;
}

#cookie_notification p {
	margin: 0;
	text-align: left;
	margin-bottom: 10px;
} 

.cookie__btnWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

 .cookie_accept {
	cursor: pointer;	
	background-color: #7971ea;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 30px;
	transition: all .3s ease-in-out;
} 

.cookie_accept:focus-visible {
	outline: none;
	color: #fff;
	background-color:  #4f1dd9;
}
.cookie_accept:hover:not(:focus-visible) {
	color: #fff;
	background-color:  #393cf0;
}
.cookie_accept:active:not(:focus-visible) {
	background-color: #1307b1;
}

.cookie__link svg path {
	transition: stroke .3s ease-in-out;
}

.cookie__link svg path:focus-visible {
	stroke : #000;

}

.cookie__link svg path:hover:not(:focus-visible) {
	stroke : #000;
}
.cookie_notificationTitle {
	font-size: 16px;
	font-weight: 700;
}  
.cookie_notificationText {
	font-size: 16px;
}
.cookie__btnWrapper {
	display: flex;
}

/*thanks*/
	
.thanksWrapper{
	position: relative;
	  padding: 80px 0;
  }
  
  .thanksLogoWrapper {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding-top: 100px;
  }
  
  .thanksLogo {
	  max-width: 250px;
	  width: 100%;
  }
  
  .thanksTextContent {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	  margin: 0 auto 100px;
	  padding: 0 15px;
	  max-width: 800px;
	  text-align: center;
  }
  
  .thanksText {
	  font-size: 18px;
	  line-height: 30px;
  }

	@media (max-width: 1199.98px) {}
	@media (max-width: 991.98px) {}
	@media (max-width: 767.98px) {}


@media (max-width: 767.98px){
	.header .container{
		flex-direction: column;
	}
	.header p{
		text-align: center;
		line-height: 1.1;
	}

	.course {
		width: 100%!important;
	}

	.owl-item {
		width: 100%!important;
		margin-bottom: 16px!important;
	}

	.course {
		min-height: unset;
	}

	.footer__center {
		padding-top: 0px;
	}
	.footer__right {
		padding-top: 0px;
	}
}

@media (max-width: 575px) {  
	#cookie_notification.show {
		display: block;
		text-align: left;
	} 
	
	.cookie__btnWrapper {
		flex-direction: column;
	}

	.cookie_accept {
		width: 100%;
		margin: 10px 0 0 0;
	}  

	.banner__descr {
		padding-top: 30px;
		display: flex;
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 479.98px) {
	.header img,
	.footer img {
		max-width: 70px;
	}

	.btn {
		width: 100%!important;
	}

	.cources__btn-box {
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}

	.form__title,
	.form__descr {
		text-align: center!important;
	}

	.wrapper {
		padding-bottom: 80px;
	}

	.thanksLogo {
		max-width: 150px;
	}
}

.site-section-img {
	max-width: 80px;
	margin: 30px 0;
}

