body {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.42857;
  overflow-x: hidden;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

.hidden {
  display: none;
}

section,
.main_head {
  position: relative;
}

.main_head {
  min-height: 620px;
  padding-top: 20px;
}

.loader {
  background: none repeat scroll 0 0 black;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.loader .loader_inner {
  background-image: url("../img/preloader.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  position: absolute;
}

section {
  padding: 70px 0 90px;
}

section h2 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

section h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 35px;
}

section .personal_header {
  font-size: 13px;
  text-align: left;
  margin-bottom: 30px;
  color: #555;
}

.s_descr_wrap {
  text-align: center;
}

.s_descr_wrap .s_descr {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  margin-bottom: 120px;
}

.s_descr_wrap .s_descr::after {
  content: "";
  width: 150px;
  height: 1px;
  left: 50%;
  margin-left: -75px;
  margin-top: 40px;
  position: absolute;
}

.main_footer {
  padding: 50px 0;
  font-size: 13px;
  font-weight: 300;
}

.main_footer .social_wrap {
  list-style-type: none;
  float: right;
}

.main_footer .social_wrap ul {
  margin: 0;
}

.logo_container {
  float: left;
}

svg {
  height: 60px;
  width: 60px;
  z-index: 100;
  position: relative;
}

.top_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 150;
  display: none;
}

.top_menu ul,
.top_menu li {
  list-style-type: nome;
  padding: 0;
  margin: 0;
}

.top_menu ul {
  margin-top: 180px;
  text-align: center;
}

.top_menu ul li:nth-child(1) a {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.top_menu ul li:nth-child(2) a {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.top_menu ul li:nth-child(3) a {
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.top_menu ul li:nth-child(3) a {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.top_menu ul a {
  color: #fff;
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top_wraper {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.top_wraper .top_descr {
  display: table-row;
}

.top_wraper .top_descr .top_centered {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.top_wraper .logo_text {
  display: inline-block;
}

.top_wraper .logo_text h1 {
  font-size: 2.7vw;
  display: inline-block;
  color: #fff;
  border: 8px solid;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.top_wraper .logo_text p {
  font-size: 1.3vw;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.h_opacity {
  opacity: 0.1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.s_about p {
  margin-bottom: 25px;
}

.s_about ul,
.s_about li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.s_about li {
  margin-bottom: 10px;
}

.s_about .social_wrap {
  margin-top: 25px;
}

.person_photo {
  text-align: center;
  margin-bottom: 35px;
}

.person_photo img {
  max-width: 220px;
  display: inline-block;
  border-radius: 50%;
}

.social_wrap li {
  display: inline-block;
  font-size: 20px;
  padding: 0 3px;
}

.resume_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.resume_container h3 {
  font-size: 18px;
  font-weight: 600;

}

.width-limit {
  max-width: 1440px;
}

.resume_description ul{
  list-style-type: none;
}

.left_resume {
  text-align: right;

}

.left_resume h3 {
  text-align: right;
}

.right_resume {
  text-align: left;
}

.right_resume h3 {
  text-align: left;
}

.resume_icons {
  font-size: 40px;
  margin-bottom: 35px;
}

.resume_item {
  font-style: italic;
  margin-bottom: 30px;
  list-style-type: none;
}

.resume-list-item {
  color: #888;
}

.resume_item .year {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 20px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
}

.resume_item strong {
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.right_resume strong {
  margin-right: 10px;
}

.left_resume strong {
  margin-left: 10px;
}

.s_portfolio ul,
.s_portfolio li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.s_portfolio li {
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}

.s_portfolio ul {
  margin-bottom: 50px;
  text-align: center;
}

.portfolio_item {
  display: none;
  padding: 0;
}

.portfolio_item img {
  width: 100%;
}

.portfolio_item .hover_content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  text-align: center;
  padding-top: 15%;
  opacity: 0;
  transition: all 0.5s;
}

.portfolio_item .hover_content:hover {
  opacity: 1;
  padding-top: 20px;
}

.portfolio_item .hover_content h3 {
  color: #fff;
  margin-bottom: 0;
}

.portfolio_item .hover_content a {
  background-color: transparent;
  border: 1px solid;
  padding: 2px 10px;
}

.portfolio_popup {
  position: relative;
  background-color: #fff;
  min-width: 500px;
  height: 50%;
  margin: auto;
  width: 80%;
}

.portfolio_popup p,
.portfolio_popup h3 {
  padding: 20px;
  margin-bottom: 0;
}

.portfolio_popup h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
}

.portfolio_popup p {
  margin-top: 0;
}

.portfolio_popup img {
  width: 100%;
  margin-top: 20px;
}

.contact_box {
  margin-bottom: 30px;
}

.contact_box h3 {
  text-align: left;
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
}

.contact_box .contacts_icon {
  font-size: 30px;
}

.contact_box p {
  margin-top: 5px;
}

form button {
  border: none;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
}

form input,
form textarea {
  display: block;
  width: 100%;
  border: 2px solid #ccc;
  text-indent: 15px;
  outline: none;
  line-height: 35px;
  margin-top: 7px;
  background-color: transparent;
}

ul {
  list-style-type: none;
}
/*# sourceMappingURL=main.css.map */
