body {
	font-family: Open-Sans, sans-serif;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
.container {
	width: 1170px;
	margin: 0 auto;
}
.final {
	height: 300px;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Ubuntu, sans-serif;
	font-weight: 900;
}
h1 span {
	font-size: 60px;	
}
.tgreen {
	color: rgb(0,255,0);
}
.twhite {
	color: white;
}
.header {
	/* background: black; */
	padding-top: 60px;
	/* padding-bottom: 210px; */
	color: #fff;
	-webkit-filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#0093dc', GradientType=1 );
	filter:	progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#0093dc', GradientType=1 );
}
.animated {
	opacity: 0;
}
.left {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
p {
	line-height: 1.66em;
	margin-top: 0;
	width: auto;
}
.desktop {
	margin-top: 70px;
}
.learn {
	/* padding-top: 108px; */
	padding-bottom: 120px;
	/* background: black; */
}
.bgradian {
	/* background: black; */
	border: 15px solid white;
}
.mail {
	/* background: black; */
	padding-top: 60px;
	/* padding-bottom: 190px; */
}
.footer {
	padding-top: 75px;
	padding-bottom: 30px;
	/* background: black; */
}
.title {
	font-size: 36px;
}
.offer {
	/*margin-top: 166px;*/
	width: 500px;
}
.intro {
	margin-top: 30px;
	margin-bottom: 50px;
	width: 380px;
}
.btn {
	background: #FFD500;
	color: #000;
	font-family: Montserrat, sans-serif;
    width: 130px;
    padding: 20px 25px;
	text-align: center;
	text-decoration: none;
	transition: all 1s ease;
}
.btn:hover {
	background: #17DC33;
	color: #fff;
}
.section-title {
	font-size: 30px;
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
}
.skills {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 70px;
}

.skill {
	flex: 1;
	max-width: 350px;

	padding-top: 100px;

	background-repeat: no-repeat;
	background-position: top;
}
.skill-title {
	font-family: Ubuntu, sans-serif;
	margin: 0;
	font-weight: 900;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.skill-text {
	margin-top: 5px;
	text-align: center;
	color: #fff;
}
.s1 {
	background: url('../img/icon_1.png') no-repeat top;
}
.s2 {
	/* width: 380px; */
	background: url('../img/icon_2.png') no-repeat top;
	display: block;
}
.s3 {
	/* width: 380px; */
	background: url('../img/icon_3.png') no-repeat top;
	display: block;
}

.skill,
.s2,
.s3 {
	width: 350px;
}

.btn-form {
    border: 0;
    cursor: pointer;
	margin: 20px 5px 20px 5px;
    width: 380px;
}
.credits {
	color: white;
	font-size: 15px;
}

/*Adaptive*/

@media screen and (max-width: 1200px) {
	.container {
		width: 960px;
	}
}
@media screen and (max-width: 992px) {
	.skills {
		flex-direction: column;
		align-items: center;
	}

	.skill {
		width: 100%;
		max-width: 350px;
		margin-bottom: 30px;
	}
	.container {
		width: 720px;
	}
	.left {
		flex-direction: column;
	}
	.offer {
		width: 100%;
	}
	.intro {
		width: auto;
	}
	.desktop {
		display: block;
	    width: 549px;
	    margin: 72px auto 0;
	}
	.skills {
		flex-direction: column;
	}
	.skill {
		width: 100%;
		max-width: 350px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	.container {
		width: 540px;
	}
	.desktop {
		width: 100%;
	}
	.input {
		width: 100%;
	}
	.btn {
		margin-left: 0;
	    margin-top: 15px;
	    width: 100%;
	}
}
@media screen and (max-width: 576px) {
	.container {
		width: 90%;
	}
}
