@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/*reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* box-sizing: border-box; */
html {
	box-sizing: border-box;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
html,
body {
	height: 100%;
	min-width: 320px;
}
body {
	line-height: 1;
	font-family: 'Poppins', sans-serif;
	color: black;
}
[class*="__container"] {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0px 15px;
}
.wrapper {
	overflow: hidden;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.main {
	flex: 1 1 auto;
}
/*============================================*/
.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50;
}
.header__container {
	min-height: 114px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: #24294e;
}
.header__menu {}
.menu {}
.menu__list {
	display: flex;
	gap: 39px;
}
.menu__item {
	border-radius: 25px;
	padding: 7px;
}
.menu__item:hover {
	text-decoration: underline;
}
.menu__link {
	font-weight: 700;
	font-size: 25px;
	line-height: 1.5;
	color: #FFFFFF;
	text-decoration: none;
}
@media (max-width:767.98px) {
	.header__container {
		min-height: 100px;
		justify-content: center;
	}
}
@media (max-width:479.98px) {
	.header__container {
		min-height: 70px;
		justify-content: center;
	}
	.menu__list {
		gap: 10px;
	}
	.menu__link {
		font-size: 22px;
	}
}
@media (max-width:374.98px) {
	.menu__list {
		gap: 5px;
	}
	.menu__link {
		font-size: 19px;
	}
}
/*============================================*/
.page__hello {}
.main {
	padding-top: 115px;
}
.main__container {
	display: flex;
	background: #F0F0F5;
}
.main__content {
	flex: 0 1 50%;
	align-self: center;
	padding-left: 90px;
	padding-right: 90px;
}
.main__title {
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 1.3;
	margin-bottom: 7px;
	padding-top: 10px;
}
.main__title span {
	color: #5E3AEE;
}

.main__text {
	font-weight: 600;
	font-size: 35px;
	line-height: 1.5;
	color: #696969;
	padding-bottom: 25px;
}

.main__photo {
	flex: 0 1 50%;
}

.main__image {
	margin-left: 30px;
	padding-top: 70px;
	padding-bottom: 70px;
}
.main__image img {
	border-radius: 50px;
	max-width: 100%;
}
@media (max-width:991.98px) {
	.main__title {
		font-size: 43px;
	}
	.main__text {
		font-size: 25px;
	}
	.main__content {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (max-width:767.98px) {
	.main {
		padding-top: 90px;
	}
	.main__title {
		font-size: 37px;
	}
	.main__text {
		font-size: 20px;
	}
}
@media (max-width:479.98px) {
	.main {
		padding-top: 70px;
	}
	.main__container {
		display: flex;
		flex-direction: column;
	}
	.main__content {
		padding-top: 30px;
		text-align: center;
	}
	.main__image {
		margin-left: 0px;
		padding-top: 25px;
		padding-bottom: 70px;
	}
	.main__content {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*============================================*/
.page__about {
}
.about {
}
.about__container {
	padding-top: 80px;
	background: #24294e;
	padding-bottom: 80px;
}
.about__content {
}
.about__title{
	font-weight: 800;
	font-size: 45px;
	line-height: 1.5;
	color: #FFFFFF;
	text-align: center;
	width: 450px;
	height: 75px;
	border: white solid 3px;
	margin: 0 auto;
	letter-spacing: 0.3em;
}
.about__decor {
	margin-top: 50px;
	width: 205px;
	height: 27px;
	left: 79px;
	top: 1231px;
	background: #5E3AEE;
}
.about__subtitle {
	padding-bottom: 15px;
	font-weight: 700;
	font-size: 49px;
	line-height: 1.5;
	color: #FFFFFF;
}
.about__text {
	max-width: 1050px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.5;
	color: #FFFFFF;
}
@media (max-width:991.98px) {
	.about__container {
		padding-top: 80px;
	}
	.about__title{
		font-size: 35px;
		width: 350px;
		height: 60px;
	}
	.about__decor {
		margin-top: 50px;
		width: 130px;
		height: 20px;
	}
	.about__subtitle {
		font-size: 35px;
	}
	.about__text {
		font-size: 22px;
	}
}
@media (max-width:767.98px) {
	.about__container {
		padding-top: 80px;
	}
	.about__title{
		font-size: 30px;
		width: 350px;
		height: 60px;
	}
	.about__decor {
		margin-top: 50px;
		width: 130px;
		height: 20px;
	}
	.about__subtitle {
		font-size: 29px;
	}
	.about__text {
		font-size: 20px;

	}
}
@media (max-width:479.98px) {
	.about__title{
		font-size: 25px;
		width: 230px;
		height: 45px;
	}
	.about__decor {
		margin-top: 30px;
		width: 100px;
		height: 20px;
	}
	.about__subtitle {
		font-size: 23px;
	}
	.about__text {
		font-size: 18px;

	}
	.about__container {
		padding-bottom: 70px;
	}
}
/*============================================*/
.page__skills {
}
.skills-use {
}
.skills-use__container {
	background: #F0F0F5;
	padding-top: 80px;
}
.skills-use__title {
	font-weight: 800;
	font-size: 50px;
	line-height: 1.5;
	color: black;
	text-align: center;
	width: 350px;
	height: 80px;
	border: black solid 3px;
	margin: 0 auto;
	letter-spacing: 0.3em;
}
.skills-use__body {
}
.body-skills-use {
}
.body-skills-use__header {
}
.body-skills-use__title {
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: 700;
	font-size: 45px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #5E3AEE;
}
.body-skills-use__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 100px;
	justify-items: center;
}
.body-skills-use__item {
	display: flex;
	flex-direction: column;
	align-items: center;	
	justify-content: center;

}
.body-skills-use__item img{
	width: 85px;
	height: 90px;
}
.item {
}
.item__name {
	margin-top: 17px;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	letter-spacing: 0.15em;
	color: #000000;
}

.skills-learn {
}
.skills-learn__container {
	background: #F0F0F5;
	padding-top: 50px;
	padding-bottom: 80px;
}
.skills-learn__body {
}
.body-skills-learn {
}
.body-skills-learn__header {
}
.body-skills-learn__title {
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: 700;
	font-size: 45px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #5E3AEE;
}
.body-skills-learn__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 100px;
	justify-items: center;
}
.body-skills-learn__item {
	display: flex;
	flex-direction: column;
	align-items: center;	
	justify-content: center;
}
.body-skills-learn img{
	width: 85px;
	height: 90px;
}
@media (max-width:991.98px) {
	.skills-use__title {
		font-size: 45px;
		width: 350px;
		height: 70px;
	}
	.body-skills-use__title {
		margin-top: 40px;
		margin-bottom: 40px;
		font-size: 35px;
	}
	.body-skills-learn__title {
		margin-top: 40px;
		margin-bottom: 40px;
		font-size: 35px;
	}
	.body-skills-use__item img{
		width: 75px;
		height: 80px;
	}
	.body-skills-learn__item img{
		width: 75px;
		height: 80px;
	}
	.body-skills-use__items {
		gap: 50px;
	}
	.body-skills-learn__items {
		gap: 50px;
	}
}
@media (max-width:767.98px) {
	.body-skills-use__items {
		grid-template-columns: repeat(2, 1fr);
	}
	.body-skills-learn__items {
		grid-template-columns: repeat(2, 1fr);
	}

}
@media (max-width:479.98px) {
	.skills-learn__container {
		padding-top: 5px;
		padding-bottom: 80px;
	}
	.skills-use__container {
		padding-top: 70px;
	}
	.skills-use__title {
		font-size: 30px;
		width: 215px;
		height: 50px;
	}
	.body-skills-use__title {
		font-size: 25px;
	}
	.body-skills-learn__title {
		font-size: 25px;
	}
	.body-skills-use__item img{
		width: 50px;
		height: 55px;
	}
	.body-skills-learn img{
		width: 50px;
		height: 55px;
	}
	.body-skills-use__items {
		gap: 40px;
	}
	.body-skills-learn__items {
		gap: 35px;
	}
}
/*============================================*/
.footer {
}
.footer__container {
	padding-top: 80px;
	background: #24294e;
}

.body-footer__menu {
}
.menu__footer {
}
.menu-footer__column {
}
.menu-footer__title {
	font-weight: 800;
	font-size: 50px;
	line-height: 1.5;
	color: #FFFFFF;
	text-align: center;
	width: 450px;
	height: 80px;
	border: #FFFFFF solid 3px;
	margin: 0 auto;
	letter-spacing: 0.3em;
}
.menu-footer__email{
	padding-bottom: 10px;
	color: #FFFFFF;
	margin-top: 20px;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
}
.menu-footer__link-mail{
	text-align: center;
}
.menu-footer__link-mail a{
	margin: 0 auto;
	font-size: 20px;
	text-decoration: none;
	color: #FFFFFF;

}
.menu-footer__link-mail:hover{
	text-decoration: underline;
}
.menu-footer__subtitle{
	color: #FFFFFF;
	margin-top: 70px;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
}
.menu-footer__list {
	padding-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.menu-footer__item {
}
.menu-footer__item img{
	width: 50px;
	height: 50px;
}
.menu-footer__link {
}
.footer__end {
}
.end-footer {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.end-footer img {
	width: 40px;
	height: 20px;
}
.end-footer__text {
	padding-top: 5px;
}
.end-footer__text a {
	color: #FFFFFF;
	text-decoration: none;
}
@media (max-width:991.98px) {
	.menu-footer__title {
		font-size: 45px;
		width: 450px;
		height: 70px;
	}
}
@media (max-width:767.98px) {
	.menu-footer__title {
		font-size: 40px;
		width: 400px;
		height: 65px;
	}
}
@media (max-width:479.98px) {
	.menu-footer__title {
		font-size: 30px;
		width: 275px;
		height: 50px;
	}
	.menu-footer__subtitle{
		font-size: 20px;
	}
	.menu-footer__item img{
		width: 40px;
		height: 40px;
	}
	.menu-footer__list {
		gap: 30px;
	}
}