html {
	scroll-behavior: smooth;
}

header, .wrapper, .footer {
	/* font-family: serif; */
	font-size: 16px;
}

.header {
	background-color: #C4D3D3a8;
	-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,
.footer img {
	max-width: 210px;
}

.header p{
	color: #2d2d2d;
	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: #C4D3D3 !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 {
	padding: 200px 0;
}

.wrapper h1{
	text-align: center;
	margin-bottom: 16px;
	font-size: calc(1rem + 1.5vw);
}

.wrapper p:last-child{
	margin-bottom: 0;
}

.wrapper p:not(:last-child){
	margin-bottom: 16px;
}

.wrapper a{
	text-decoration: none;
	cursor: pointer;
	color: #6d9ea3;
}

.wrapper ul {
	list-style-type: disc;
	padding-left: 20px;
}

.member .info {
	min-height: 220px;
}

.member .info a {
	margin-top: auto;
}

/*form*/

.contacts__section {
	background-color: #eef3f8 !important;;
}
.submitBnt{
  font-family: inherit;
  color: #000 !important;
  background-color: #A2C1C3;
  border: none;
  /* border-radius: 8px; */
  line-height: normal;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  height: 45px;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.submitBnt:focus-visible {
	background-color: #427c80!important;
	color: #fff!important;
}

.submitBnt:hover:not(:focus-visible){
	background-color: #427c80!important;
	color: #fff!important;
}
.submitBnt:active:not(:focus-visible) {
	background-color: #427c80!important;
	color: #fff!important;
}

.link__info {
	color: #268b8b;
	text-decoration: none;
	transition: color .3s ease-in-out;
}
.link__info:focus-visible {
	color: #427c80;
}
.link__info:hover:not(:focus-visible) {
	color: #427c80;
}
.link__info:active:not(:focus-visible) {
	color: #275255;
}
.custom-form-control{
  margin-bottom: 15px;
  padding-left: 16px;
  border: 2px solid #dfe9f1;
  font-size: 14px;
  height: 45px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #9197b5;
	outline: none;
	transition: border .3s ease-in-out;
}

.custom-form-control:focus-visible {
	border: 2px solid #427c80;
}

.custom-form-control:hover:not(:focus-visible) {
	border: 2px solid #427c80;
}


.custom-form-group label{
	color: #000;
	margin-left: 8px;
	text-align: left;
  font-weight: 300;
  font-family: inherit;
  font-size: 14px;
	cursor: pointer;
	display: inline-block;
}

.group-mandatory {
	position: relative;
}

.mandatory {
	position: absolute;
	top: -8px;
	left: 4px;
	color: #EC3324;
	font-size: 25px;
	font-weight: 400;
	margin-left: 8px;
}

[type="checkbox"] {
	accent-color: #427c80;
}

.custom-checkbox {
	margin-top: 8px !important;
}

.confirm-small {
	padding-left: 10px;
}

.custom-form-group {
	display: flex;
	align-items: start;
	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{
	padding: 80px 0;
	background-color: #2d2d2d;
	color: #fff;
}

.footer p {
	color: #fff;
}

.footer__center {
	padding-top: 20px;
}
.footer__right {
	padding-top: 50px;
}

.footer img{
	width: 100%;
	margin-bottom: 8px;
	display: block;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
	transition: box-shadow .3s ease-in;
}

.footer img:hover {
	box-shadow: 0px 0px 5px 5px #427c80;
}
	
.footer a {
	text-decoration: none;
}

.footer ul{
	list-style-type: none;
	padding-left: 0;
}

.copyright{
	text-align: center;
}

/*cookie*/
#cookPopup {
	display: none;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	position: fixed;
	bottom: 15px;
	left: 50%;
	width: 900px;
	max-width: 90%;
	transform: translateX(-50%);
	padding: 25px;
	background-color: white;
	border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index: 9999
}

#cookPopup p {
	margin: 0;
	text-align: left
}

.cookPopup_btn {
	padding: 7px 15px;
	cursor: pointer;
	border: 0;
	background: #A2C1C3;
	border-radius: 4px;
	font-weight: 800;
	color: #000;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.cookPopup_btn:hover {
	background: #427c80;
	color: #fff;
}

@media(min-width:576px) {
	#cookPopup.show {
		display: flex;
		align-items: center
	}
}

@media(max-width:575px) {
	#cookPopup.show {
		display: block;
		text-align: left
	}

	.cookPopup_btn {
		margin: 10px 0 0 0
	}
}

.cookPopup_title {
	font-size: 16px;
	font-weight: 700
}

.cookPopup_desc {
	font-size: 16px
}

.show {
	display: flex !important
}

/*thanks*/

.main__thanks {
	background-color: #C4D3D3a8;
}
	
.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) {
		.member .info {
			min-height: unset;
		}
	}

@media (max-width: 767.98px){
	.header .container{
		flex-direction: column;
	}
	.header p{
		text-align: center;
	}

	.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: 190px !important;
	}

	.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;
	}
}

.footer a {
	color:  #C4D3D3;
	transition: color .3s ease-in-out
}

.footer a:hover,
.wrapper a:hover {
	color:  #427c80;
	text-decoration: none;
}

#home::before {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff5b;
}

.btn-danger:hover {
	text-decoration: none;
}

#about {
	background-color: #C4D3D3;
}

#contact .container {
	padding: 100px;
}

.form__section {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media(max-width: 991px) {
	.footer__logo-link {
		display: block;
		margin-bottom: 16px;
	}
}

@media (max-width: 767px) {
	#contact .container {
		padding: 20px;
	}
}

@media(max-width: 557px) {
	header {
		line-height: normal!important;
	}

	.footer .row {
		display: flex;
		flex-direction: column;
		gap: 32px;
	}
}
