/* Основні стилі */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: #333;
  background: #f9f9f9;
  padding: 0 32px;
}

p, li, button {
	font-size: 1.8vw;
	font-weight: 500;
	line-height: 1.5;
}



p {
	padding-bottom:1vh;
}

h2 {
	font-size:4vw;
	line-height: 1.2;
	padding-bottom:1vh;
}

.head {
	display:flex;
	align-items:center;
	padding-top:32px;
	padding-bottom: 32px;
	justify-content: space-between;
}

.head li {
	display:inline-block;
	font-size: 1.6vw;
	padding-left:16px;
}

.head a {
	text-decoration: none;
	color: black;
}

button {
	border-radius:10px;
	padding-bottom:10px;
	padding-top:0.6vw;
	padding-left:2vw;
	padding-right:2vw;
	background-color: #0eaf00;
	font-size: 1.6vw;
	color:white;
}

.logo {
	max-height: 3.6vh;
}

.hero {
	display:grid;
	grid-template-columns:5fr 7fr;
	column-gap: 2.2%;
	align-items: center;
	padding-top: 32px;
	padding-bottom:64px;
	margin-bottom: 5vw;
}

.hero img {
	max-width: 100%;
}

.hero h1 {
	font-size: 6vw;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 16px;
}

.hero-add h1 {
	margin-top:5vw;
	margin-bottom:5vw;
	font-size: 6vw;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 16px;
}

.hero p {
	font-size:1.8vw;
	line-height: 1.5;
}

.about {
	display:grid;
	grid-template-columns:8fr 1fr 3fr;
	column-gap: 2.2%;
	margin-bottom: 5vw;
	align-items: center;
}

.about-half {
	display:grid;
	grid-template-columns:1fr 1fr;
	column-gap: 2.2%;
	margin-bottom: 5vw;
	align-items: center;
}

.about p, h2 {
	padding-bottom:2vw;
}

ul {
		list-style-type: "✔ ";
		margin-left:2vw;
	}


.check-card {
	border-radius: 6px;
	background:#0eaf00;
	padding-top:24px;
	padding-left:24px;
	padding-bottom:36px;
	margin-bottom:2vw;
	
}

.check-card p {
	font-weight: 500;
	font-size:1.3vw;
	color:white;
}

.check-card h4 {
	font-size: 1.5vw;
}

.check-mod {
	color:#c7f0cc;
}

.about-third {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	column-gap: 2.2%;
	margin-bottom: 5vw;
	align-items: center;
}

.calendar {
	padding:16px;
	border:1px solid #bbbbbb;
	border-radius: 8px;
	/* GRADIENT CORNER
	background: rgb(60,89,41);
background: linear-gradient(135deg, rgba(60,89,41,1) 0%, rgba(51,147,85,1) 0%, rgba(249,249,249,1) 46%, rgba(249,249,249,1) 100%);*/

}

.card {
	border-radius: 6px;
	background:#0eaf00;
	/*padding-left:24px;*/
	padding-top:24px;
	margin-bottom:2vw;
	text-align:center;
}

.card p {
	font-weight: 500;
	font-size:1.3vw;
	color:white;
}

.cut {
	display: grid;
	grid-template-columns:8fr 4fr;
	column-gap: 2.2%;
	margin-bottom: 2vw;
	align-items: center;
}

.img-cut {
	display:inline-block;
}

.img-cut img{
	float:right;
	width: 50%;
	max-height: 50%;
}

.soft-list {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	column-gap: 2.2%;
}

.course {
	margin-bottom:3vw;
}

.course p {
	font-size:1.5vw;
	padding:0;
	margin-bottom: 1.5vw;
}

.course img{
	max-width: 100%;
	box-shadow: -1px 4px 4px rgb(0 0 0 / 40%);
}

.about-program {
	padding-top:6vw;
}

.modules-slider {

	
	width:100%;
	height:fit-content;
	padding-bottom:1vw;
}

.modules-cards {
	display:flex;
	/*align-items:center;
	justify-content:center;*/
}

.modules-card {
	position:relative;
	padding:1vw 1vw;
	margin:1vw;
	border-radius: 12px;
	/*background:radial-gradient(circle, rgba(60,89,41,1) 0%, rgba(51,147,85,1) 0%, rgba(11,80,18,1) 100%);;*/
	background:#118007;;
	width:30vw;
	/*height:10vw;*/
	/*box-shadow: */
}

.hovernow {
  box-shadow: 0 1px 2px rgba(15, 124, 5, 0.15);
  transition: box-shadow 0.1s ease-in-out;
}

.hovernow:hover {
  box-shadow: 0 5px 15px rgba(15, 124, 5, 0.8);
}

.modules-card p {
	font-size: 1vw;
	color:white;
}

.modules-card h4 {
	font-size: 1vw;
	color:white;
}

.mod {
	color:#c7f0cc;
}

/*FORM*/
.center {
	display:flex;
	justify-content:center;
}

.card-form {
	border: solid;
	color: black;
	text-align: center;
	border-radius: 12px;
	margin:3rem;
	padding:2rem;
	box-shadow: 0px 2px 5px #cccccc;
}


.col input {
	margin:0.4rem;
	width:60%;
	height:2rem;
	font-size:1rem;
}

.form-group textarea {
	margin: 0.4rem;
	width:60%;
	height: 10rem;
	font-size:1rem;
}




.head li {

}

.head a {
	text-decoration: none;
	color: black;
}

@media (max-width:600px) {

	body {
  		padding: 0 8px;
	}

	p, li, button {
		font-size: 4vw;
		font-weight: 500;
		line-height: 1.5;
	}
	
	p {
		padding-bottom:1vh;
	}
	
	
	h2 {
		font-size:7.2vw;
		line-height: 1.2;
		padding-bottom:1vh;
	}

	.head {
		display:inline-block;
		align-items:center;
		justify-content: center;
		padding-top:16px;
		padding-bottom: 16px;
		text-align: center;
		width:100%;
	}
	
	.head ul {
		margin:0;
		width:100%;
	}
	
	.head li {
		display:inline-block;
		font-size: 4vw;
		text-align:center;
	}

.head a {
	text-decoration: none;
	color: black;
}

button {
	border-radius:10px;
	padding-bottom:1.2vw;
	padding-top:0.8vw;
	padding-left:3vw;
	padding-right:3vw;
	background-color: #0eaf00;
	font-size: 4vw;
	color:white;
}

.logo {
	display:inline-block;
	max-height: 32px;
	
}

.hero {
	display:grid;
	grid-template-columns:1fr;
	align-items: center;
	padding-top: 6vw;
	padding-bottom:6vw;
	margin-bottom: 5vw;
}

	.hero img {
		display:block;
		max-width: 80%;
		margin:auto;
	}

	.hero h1 {
		font-size: 12vw;
		font-weight: 600;
		line-height: 1;
		padding-bottom: 16px;
	}
	
	.hero p {
		font-size:4vw;
		line-height: 1.5;
	}

.hero-add h1 {
	margin-top:5vw;
	margin-bottom:5vw;
	font-size: 12vw;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 16px;
}

	.text {
		display: grid;
		grid-template-columns:1fr;
		column-gap:4%;
		padding-bottom: 4vw;
	}
	
	.text p {
		font-size: 6vw;
		color:green;
	}
 


.about {
	display:grid;
	grid-template-columns:1fr;
	column-gap: 2.2%;
	margin-bottom: 5vw;
	align-items: center;
}

.about-half {
	display:grid;
	grid-template-columns:1fr;
	column-gap: 2.2%;
	margin-bottom: 5vw;
	align-items: center;
}

.about p, h2 {
	padding-bottom:2vw;
}

ul {
		list-style-type: "| ";
		margin-left:2vw;
	}


.check-card {
	border-radius: 6px;
	background:#0eaf00;
	padding-top:5vw;
	padding-left:5vw;
	padding-bottom:7vw;
	margin-bottom:2vw;
	
}

.check-card p {
	font-weight: 500;
	font-size:4vw;
	color:white;
}

.check-card h4 {
	font-size: 4vw;
}

.check-mod {
	color:#c7f0cc;
}

.about-third {
	
	overflow-x:scroll;
	height:fit-content;
	margin-bottom: 5vw;
}

.calendar {
	padding:16px;
	border:1px solid #bbbbbb;
	border-radius: 8px;
	width:70vw;
	/* GRADIENT CORNER
	background: rgb(60,89,41);
background: linear-gradient(135deg, rgba(60,89,41,1) 0%, rgba(51,147,85,1) 0%, rgba(249,249,249,1) 46%, rgba(249,249,249,1) 100%);*/

}
	.cards {
		margin-top:6vw;
	}
	
	.card {
		border-radius: 6px;
		background:#0eaf00;
		/*padding-left:24px;*/
		padding-top:2vw;
		margin-bottom:3vw;
		text-align:center;
		max-width: 80%;
		margin-inline:auto;
	}

	.card p {
		font-weight: 500;
		font-size:4vw;
		color:white;
	}

	.cut {
		display: grid;
		grid-template-columns:1fr;
		column-gap: 2.2%;
		margin-bottom: 2vw;
		align-items: center;
	}

	.img-cut {
		display:inline-block;
	}
	
	.img-cut img{
		display:none;
	}

.soft-list {
	display:grid;
	grid-template-columns:1fr;
	column-gap: 2.2%;
}

.course {
	margin-bottom:3vw;
}

.course p {
	font-size:4vw;
	font-weight: 300;
	padding:0;
	margin-bottom: 1.5vw;
}

.course img{
	max-width: 80%;
	box-shadow: -1px 4px 4px rgb(0 0 0 / 40%);
}

.about-program {
	padding-top:6vw;
}

.modules-slider {
	display:flex;
	overflow-x:scroll;
	height:fit-content;
	padding-bottom:1vw;
}

.modules-cards {
	/*align-items:center;
	justify-content:center;*/
}

.modules-card {
	position:relative;
	padding:3vw 3vw;
	margin:1vw;
	border-radius: 12px;
	/*background:radial-gradient(circle, rgba(60,89,41,1) 0%, rgba(51,147,85,1) 0%, rgba(11,80,18,1) 100%);;*/
	background:#118007;;
	width:80vw;
	/*height:10vw;*/
	/*box-shadow: */
}

.hovernow {
  box-shadow: 0 1px 2px rgba(15, 124, 5, 0.15);
  transition: box-shadow 0.1s ease-in-out;
}

.hovernow:hover {
  box-shadow: 0 5px 15px rgba(15, 124, 5, 0.8);
}

.modules-card p {
	font-size: 3vw;
	color:white;
}

.modules-card h4 {
	font-size: 3vw;
	color:white;
}

.mod {
	color:#c7f0cc;
}

/*FORM*/
.center {
	display:flex;
	justify-content:center;
	margin-top:12vw;
}

.card-form {
	border: solid 2px;
	color: black;
	text-align: center;
	border-radius: 12px;
	box-shadow: 0px 2px 5px #cccccc;
	margin:0;
	margin-bottom:6vw;
}

	.card-form h1 {
		font-size:8vw;
	}


.col input {
	width:90%;
	height:2rem;
	font-size:4vw;
}

.form-group textarea {
	width:90%;
	height: 40vw;
	font-size:4vw;
}
}
/*  background: #0073e6; */

/*
header {
  padding-top:32px;
  padding-bottom: 32px;
  display:flex;
  justify-content: space-between;
}

.navbar ul {
	display:inline-block;
	color: green;
	font-size: 1.5vw;
}

.navbar li {
	display:inline-block;
	
}




.logo {
	display:inline-block;
	vertical-align: middle;
	max-height: 3vh;
}
*/


/*
CHATGPT
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: #333;
  background: #f9f9f9;
  padding: 0 15px;
}

header {
  text-align: center;
  background: #0073e6;
  color: white;
  padding: 20px 10px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.navbar {
	display:flex;
	width: 100%;
	justify-content:space-evenly;
}

header h1 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: 600;
}

header p {
  font-size: 1.1rem;
}

main {
  max-width: 900px;
  margin: 0 auto;
}

.program {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
}

.program h2 {
  font-size: 1.6rem;
	line-height: 1.5rem;
  color: #0056b3;
  margin-bottom: 10px;
	font-weight: 600;
}

.program p {
  margin-bottom: 15px;
}

.modules {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.modules > div {
  flex: 1 1 100%;
  background: #eef3f9;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.modules h3 {
  font-size: 1.2rem;
  color: #0073e6;
  margin-bottom: 5px;
}

.images {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.images img {
  width: 100%;
  max-width: 200px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  header h1 {
    font-size: 1.8rem;
  }

  header p {
    font-size: 1rem;
  }

  .modules > div {
    flex: 1 1 100%;
  }

  .program {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  header h1 {
    font-size: 1.6rem;
  }

  header p {
    font-size: 0.9rem;
  }

  .modules h3 {
    font-size: 1rem;
  }

  .images img {
    max-width: 150px;
  }
}

footer {
  text-align: center;
  margin-top: 40px;
  padding: 15px 0;
  background: #333;
  color: white;
  font-size: 0.9rem;
  border-radius: 8px;
}

*/