body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  min-width: 320px;
  line-height: 1.6;
  -webkit-font-smoothing: antialised; }

body input:focus::-webkit-input-placeholder {
  color: transparent; }

body input:focus::-moz-placeholder {
  color: transparent; }

body input:focus:-moz-placeholder {
  color: transparent; }

body input:focus:-ms-input-placeholder {
  color: transparent; }

body textarea:focus::-webkit-input-placeholder {
  color: transparent; }

body textarea:focus::-moz-placeholder {
  color: transparent; }

body textarea:focus:-moz-placeholder {
  color: transparent; }

body textarea:focus:-ms-input-placeholder {
  color: transparent; }

.hidden {
  display: none; }

.main_head {
  overflow: hidden;
  position: relative;
  min-height: 480px; }

.loader {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100; }

.loaderImg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(../img/hex-loader2.gif) no-repeat 50% 50%;
  z-index: 101; }

.top_mnu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 50;
  right: 0;
  top: 0;
  display: none; }
  .top_mnu ul,
  .top_mnu li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .top_mnu ul {
    margin-top: 15%;
    text-align: center; }
    .top_mnu ul li:hover {
      background-color: rgba(255, 255, 255, 0.08);
      -webkit-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s; }
    .top_mnu ul li:hover a {
      color: #b1714b; }
    .top_mnu ul li:nth-child(1) a {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    .top_mnu ul li:nth-child(2) a {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .top_mnu ul li:nth-child(3) a {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    .top_mnu ul li:nth-child(4) a {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .top_mnu ul a {
      color: #fff;
      display: block;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500;
      position: relative;
      height: 60px;
      padding-top: 20px;
      outline: none;
      letter-spacing: 8px; }

section {
  padding: 70px 0px; }

.sectionAbout {
  background-color: #fff3e0;
  text-align: center; }

.section_header {
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 20px; }
  .section_header h2 {
    font-size: 24px;
    font-weight: 700; }
  .section_header .s_descr {
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid #111;
    margin-bottom: 50px; }

.section_content h3 {
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 20px; }
.section_content h2 {
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 24px; }
.section_content img {
  width: 100%;
  border-radius: 50%;
  max-width: 250px; }
.section_content .personal_last_block li {
  display: inline-block;
  margin: 10px; }

.social_wrap a {
  padding: 5px;
  font-size: 24px; }

.sectionPortfolio {
  text-align: center;
  background-color: #9e9e9e; }
  .sectionPortfolio .filter_div {
    margin-bottom: 40px; }
    .sectionPortfolio .filter_div li {
      letter-spacing: 2px;
      font-weight: 400;
      font-size: 18px;
      list-style-type: none;
      cursor: pointer;
      display: inline-block;
      margin: 0 40px 0 0; }
  .sectionPortfolio .active {
    border-bottom: 2px solid #b1714b;
    color: #fff; }
  .sectionPortfolio .portfolio_item {
    display: none;
    padding: 3px;
    position: relative; }
    .sectionPortfolio .portfolio_item img {
      width: 100%;
      border: 1px solid #e6e6e6; }
    .sectionPortfolio .portfolio_item .port_item_cont {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      text-align: center;
      padding-top: 5%;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .sectionPortfolio .portfolio_item:hover .port_item_cont {
      opacity: 1;
      padding-top: 0%; }
    .sectionPortfolio .portfolio_item h3 {
      font-weight: 400;
      font-size: 16px;
      color: #fff;
      text-transform: uppercase; }
    .sectionPortfolio .portfolio_item p {
      color: #b3b3b3;
      font-weight: 400;
      font-size: 14px; }
    .sectionPortfolio .portfolio_item a {
      background-color: transparent;
      border: #b3b3b3 1px solid;
      padding: 2px 10px;
      display: inline-block;
      color: #b1714b; }

.podrt_descr {
  background-color: #fff;
  max-width: 500px;
  margin: auto;
  padding: 3px; }
  .podrt_descr p,
  .podrt_descr h3 {
    padding: 20px;
    padding-bottom: 0; }
  .podrt_descr h3 {
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px;
    padding-top: 25px; }
  .podrt_descr p {
    margin-top: 0; }
  .podrt_descr img {
    width: 100%;
    margin-top: 10px; }

.sectionContacts {
  background: #fff; }
  .sectionContacts .section_header {
    text-align: center; }
  .sectionContacts .section_content {
    text-align: left; }
    .sectionContacts .section_content .contact_box {
      margin-top: 50px; }
      .sectionContacts .section_content .contact_box h3 {
        margin-bottom: -10px; }
      .sectionContacts .section_content .contact_box i {
        font-size: 24px;
        color: gray; }
  .sectionContacts form {
    margin-top: 50px;
    text-align: left;
    width: 100%; }
    .sectionContacts form i {
      color: red;
      margin-right: 5px; }
    .sectionContacts form .controls {
      margin-bottom: 50px;
      position: relative; }
      .sectionContacts form .controls p {
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 12px;
        font-weight: 500;
        color: #b30000; }
      .sectionContacts form .controls .tArea {
        position: absolute;
        top: 85px;
        left: 0;
        font-size: 12px;
        font-weight: 500;
        color: #b30000; }
      .sectionContacts form .controls textarea {
        width: 100%;
        padding-bottom: 50px; }
      .sectionContacts form .controls input {
        width: 100%; }
    .sectionContacts form .submitBtn {
      background-color: #fff;
      outline: none;
      border: 1px solid #b1714b;
      padding: 5px; }
      .sectionContacts form .submitBtn:hover {
        background-color: #b1714b;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        border: 1px solid #593926; }

footer {
  background-color: black; }
  footer p {
    color: gray;
    margin-top: 50px;
    padding-bottom: 30px; }
  footer li {
    text-decoration: none;
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 30px;
    padding-bottom: 30px; }
