@font-face {
	font-family: Kdam;
	src: url("../assets/fonts/KdamThmorPro-Regular.ttf");
	font-size: 40px;
}

@font-face {
	font-family: Abel;
	src: url("../assets/fonts/Abel-Regular.ttf");
	font-size: 24px;
}

* {
  box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
}

header {
  display: flex;
  width: 100%;
  height: 100px;
  border-bottom: 5px solid #7cd2b0;
  margin-top: -2px;
  background-color: #106482;
}

nav {
  display: flex;
  width: 100%;
  height: 100%;
}

header ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
}

header li {
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 25px;
}

header form {
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 25px;
}

header button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  font-family: Kdam, sans-serif;
  font-size: 20px;
  color: #FCFCFC;
  background: linear-gradient(#FFFFFF, 15%, #21806d);
  cursor: pointer;
}

header button:hover {
  background: linear-gradient(#FCFCFC, 15%, #185b4d);
}

main {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.title {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 700px;
  margin-top: -2px;
  background-color: #21806d;
}

.title img {
  display: block;
  width: 400px;
  height: 400px;
  border: 5px solid #7cd2b0;
  border-radius: 200px;
}

h1 {
  display: block;
  width: 1015px;
  text-align: center;
  font-family: Kdam, sans-serif;
  font-size: 120px;
  line-height: normal;
  color: #FCFCFC;
}

.transition_one {
  display: block;
  width: 100%;
  height: 200px;
  margin-top: -2px;
  background: linear-gradient(#21806d, 50%, #0c4458);
}

.code {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 800px;
  margin-top: -2px;
  background-color: #0c4458;
}

.code h2 {
  display: block;
  width: 100%;
  text-align: center;
  font-family: Kdam, sans-serif;
  font-size: 50px;
  line-height: 1;
  color: #FCFCFC;
  text-decoration: underline #FCFCFC;
}

pre {
  display: block;
  font-family: Abel, sans-serif;
  font-size: 26px;
  line-height: 34px;
  color: #FCFCFC;
}

.transition_two {
  display: block;
  width: 100%;
  height: 200px;
  margin-top: -2px;
  background: linear-gradient(#0c4458, 50%, #106482);
}

.contacts {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 850px;
  margin-top: -2px;
  background-color: #106482;
}

.contacts_container {
  display: flex;
  align-items: center;
  width: 1000px;
  height: 410px;
  border: 5px solid #7cd2b0;
  border-radius: 100px;
  margin-right: 100px;
  background-color: #21806d;
  box-shadow: 75px 75px 100px 0px #072631;
}

.contacts img {
  width: 400px;
  height: 100%;
  border-right: 5px solid #7cd2b0;
  border-top-left-radius: 95px;
  border-bottom-left-radius: 95px;
}

.contacts_description {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}

.contacts h2 {
  display: block;
  margin-top: 15px;
  font-family: Kdam, sans-serif;
  font-size: 50px;
  line-height: 1;
  color: #FCFCFC;
  text-decoration: underline #FCFCFC;
}

.contacts ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 93%;
  margin: auto;
  font-family: Abel, sans-serif;
  font-size: 35px;
  line-height: 80px;
  list-style-type:  none;
  color: #FCFCFC;
}

.about {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 850px;
  margin-top: -2px;
  background-color: #106482;
}

.about_container {
  display: flex;
  align-items: center;
  width: 1000px;
  height: 410px;
  border: 5px solid #7cd2b0;
  border-radius: 100px;
  margin-left: 100px;
  background-color: #21806d;
  box-shadow: 75px 75px 100px 0px #072631;
}

.about img {
  width: 400px;
  height: 100%;
  border-left: 5px solid #7cd2b0;
  border-top-right-radius: 95px;
  border-bottom-right-radius: 95px;
}

.about_description {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}

.about h2 {
  display: block;
  margin-top: 15px;
  font-family: Kdam, sans-serif;
  font-size: 50px;
  line-height: 1;
  color: #FCFCFC;
  text-decoration: underline #FCFCFC;
}

.about p {
  display: block;
  width: 87%;
  margin: auto;
  font-family: Abel, sans-serif;
  font-size: 26px;
  line-height: 34px;
  color: #FCFCFC;
}

.skills {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 850px;
  margin-top: -2px;
  background-color: #106482;
}

.skills_container {
  display: flex;
  align-items: center;
  width: 1000px;
  height: 410px;
  border: 5px solid #7cd2b0;
  border-radius: 100px;
  margin-right: 100px;
  background-color: #21806d;
  box-shadow: 75px 75px 100px 0px #072631;
}

.skills img {
  width: 400px;
  height: 100%;
  border-right: 5px solid #7cd2b0;
  border-top-left-radius: 95px;
  border-bottom-left-radius: 95px;
}

.skills_description {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}

.skills h2 {
  display: block;
  margin-top: 15px;
  font-family: Kdam, sans-serif;
  font-size: 50px;
  line-height: 1;
  color: #FCFCFC;
  text-decoration: underline #FCFCFC;
}

.skills ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 49%;
  margin: auto;
  font-family: Abel, sans-serif;
  font-size: 35px;
  line-height: 50px;
  color: #FCFCFC;
  list-style-position: inside;
}

.projects {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 850px;
  margin-top: -2px;
  background-color: #106482;
}

.projects_container {
  display: flex;
  align-items: center;
  width: 1000px;
  height: 410px;
  border: 5px solid #7cd2b0;
  border-radius: 100px;
  margin-left: 100px;
  background-color: #21806d;
  box-shadow: 75px 75px 100px 0px #072631;
}

.projects img {
  width: 400px;
  height: 100%;
  border-left: 5px solid #7cd2b0;
  border-top-right-radius: 95px;
  border-bottom-right-radius: 95px;
}

.projects_description {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}

.projects h2 {
  display: block;
  margin-top: 15px;
  font-family: Kdam, sans-serif;
  font-size: 50px;
  line-height: 1;
  color: #FCFCFC;
  text-decoration: underline #FCFCFC;
}

.projects ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 87%;
  margin: auto;
  font-family: Abel, sans-serif;
  font-size: 42px;
  line-height: 60px;
  color: #FCFCFC;
  list-style-position: inside;
}

.education {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 850px;
  margin-top: -2px;
  background-color: #106482;
}

.education_container {
  display: flex;
  align-items: center;
  width: 1000px;
  height: 410px;
  border: 5px solid #7cd2b0;
  border-radius: 100px;
  margin-right: 100px;
  background-color: #21806d;
  box-shadow: 75px 75px 100px 0px #072631;
}

.education img {
  width: 400px;
  height: 100%;
  border-right: 5px solid #7cd2b0;
  border-top-left-radius: 95px;
  border-bottom-left-radius: 95px;
}

.education_description {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}

.education h2 {
  display: block;
  margin-top: 15px;
  font-family: Kdam, sans-serif;
  font-size: 50px;
  line-height: 1;
  color: #FCFCFC;
  text-decoration: underline #FCFCFC;
}

.education ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 90%;
  margin: auto;
  font-family: Abel, sans-serif;
  font-size: 28px;
  line-height: 38px;
  color: #FCFCFC;
  list-style-position: inside;
}

ul#education_ul {
  width: 84%;
  list-style-type: disc;
}

.languages {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 850px;
  margin-top: -2px;
  background-color: #106482;
}

.languages_container {
  display: flex;
  align-items: center;
  width: 1000px;
  height: 410px;
  border: 5px solid #7cd2b0;
  border-radius: 100px;
  margin-left: 100px;
  background-color: #21806d;
  box-shadow: 75px 75px 100px 0px #072631;
}

.languages img {
  width: 400px;
  height: 100%;
  border-left: 5px solid #7cd2b0;
  border-top-right-radius: 95px;
  border-bottom-right-radius: 95px;
}

.languages_description {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}

.languages h2 {
  display: block;
  margin-top: 15px;
  font-family: Kdam, sans-serif;
  font-size: 50px;
  line-height: 1;
  color: #FCFCFC;
  text-decoration: underline #FCFCFC;
}

.languages ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 73%;
  margin: auto;
  font-family: Abel, sans-serif;
  font-size: 42px;
  line-height: 80px;
  color: #FCFCFC;
  list-style-position: inside;
}

#english {
  list-style-image: url("../assets/markers/english.svg");
}

#russian {
  list-style-image: url("../assets/markers/russian.svg");
}

.transition_three {
  display: block;
  width: 100%;
  height: 150px;
  margin-top: -2px;
  background: linear-gradient(#106482, 50%, #0c4458);
}

footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-top: -2px;
  font-family: Abel, sans-serif;
  font-size: 25px;
  line-height: 1;
  color: #FCFCFC;
  background-color: #0c4458;
  list-style-position: inside;
}