body, html{
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.42857;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
  -webkit-font-smoothing: antialised; }

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; }
  section h3,
  .main_head h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 35px; }

section {
  padding: 70px 0 90px; }
  section h2 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 15px; }
  section .personal_header {
    font-size: 13px;
    text-align: left;
    margin-bottom: 30px;
    color: #555; }
  section .s_descr_wrap {
    text-align: center; }
    section .s_descr_wrap .s_descr {
      display: inline-block;
      text-transform: uppercase;
      font-size: 12px;
      position: relative;
      margin-bottom: 100px;
      font-weight: 600; }
      section .s_descr_wrap .s_descr::after {
        content: "";
        width: 150px;
        height: 1px;
        position: absolute;
        left: 50%;
        margin-left: -75px;
        margin-top: 60px; }

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

.loader {
  background: none repeat scroll 0 0 #ffffff;
  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-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 160px;
    width: 150px;
    margin-top: -30px;
    margin-left: -30px;
    left: 45%;
    top: 50%;
    position: absolute; }

.logo_container {
  float: left; }

.navbar{
    width: 100%;
    background: #000;
    position: fixed;
    top:0;
    left:0;
    right:0;
    height: 50px;
    z-index: 99
}
.nav-main{
    padding-left:5%;
    padding-right: 5%;
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index: 999;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.nav-main ul{
    list-style: none;
}.nav-main ul li{
    list-style: none;
    display: inline-block;
    padding: 15px 10px;
    font-size: 1em;
}.nav-main ul li a{
    color:#f1f1f1;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}.nav-main ul li a:hover{
    color:#fff;
    text-decoration: none;
}

a.logo{
    margin:5px 20px 0 0;
}a.logo img{
   height: 35px;
}

.stickytop{
    background: transparent;
    
height: 90px;
    padding-top:20px;
    padding-bottom: 20px;
}
.sm-heidt{
    opacity: 0.8;
    background: #000;
        height: 60px;
    padding-top:5px;
    padding-bottom: 5px;
    
}


.mnu_container {
  float: right; }

.sandwich {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 90px;
  right: 0;
  margin: auto;
  z-index: 200; }
.nav-label {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 60px;
  margin: auto;
    color:white;
    font-size: 1em;
    line-height: 34px;
  z-index: 200; }
  .sandwich > span {
    display: block; }

.sw-topper {
  position: relative;
  top: 0;
  width: 34px;
  height: 3px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: transform 0.5s, top 0.2s; }

.sw-bottom {
  position: relative;
  width: 34px;
  height: 3px;
  top: 12px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s; }

.sw-footer {
  position: relative;
  width: 34px;
  height: 3px;
  top: 24px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.5s;
  transition-delay: 0.1s; }

.sandwich.active .sw-topper {
  top: 15px;
  transform: rotate(-45deg); }
.sandwich.active .sw-bottom {
  top: 12px;
  transform: rotate(45deg); }
.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  transform: rotate(180deg); }

.toggle_mnu {
  width: 150px;
  height: 60px;
  float: right;
  position: fixed;
  z-index: 100;
  border: none;
  outline: none;
  right: 20px;
  top: 20px;
  background-color: #000; }

.top_mnu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  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: 120px;
    text-align: center; }
    .top_mnu ul li:nth-child(1) a {
      -webkit-animation-duration: 0.5s;
      -moz-animation-duration: 0.5s;
      animation-duration: 0.5s; }
    .top_mnu ul li:nth-child(2) a {
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      animation-duration: 1s; }
    .top_mnu ul li:nth-child(3) a {
      -webkit-animation-duration: 1.5s;
      -moz-animation-duration: 1.5s;
      animation-duration: 1.5s; }
    .top_mnu ul li:nth-child(4) a {
      -webkit-animation-duration: 2s;
      -moz-animation-duration: 2s;
      animation-duration: 2s; }
    .top_mnu ul a {
      color: #fff;
      display: block;
      padding: 20px 0;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 12px;
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.top_wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }
  .top_wrapper .top_descr {
    display: table-row; }
    .top_wrapper .top_descr .top_centered {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
  .top_wrapper .top_text {
    display: inline-block;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease; }
    .top_wrapper .top_text p {
      margin: 0;
      text-transform: uppercase;
      -webkit-animation-delay: 1.5s;
      -moz-animation-delay: 1.5s;
      animation-delay: 1.5s; }
    .top_wrapper .top_text h1 {
      display: inline-block;
      padding: 10px 35px;
      color: #fff;
      border: 8px solid #fff;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 2.3em;
      background-color: rgba(0, 0, 0, 0.1);
      margin-left: 20px;
      margin-right: 20px;
      -webkit-animation-delay: 1s;
      -moz-animation-delay: 1s;
      animation-delay: 1s; }

.toggle_mnu {
  background-color: #000; }

.h_opacify {
  opacify: 0.3;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.main_footer {
  padding: 50px 0;
  font-size: 13px;
  font-weight: 300; }
  .main_footer .social_wrap {
    float: right;
    line-height: 0; }
    .main_footer .social_wrap ul {
      margin: 0; }

.person {
  text-align: center;
  margin-bottom: 35px; }
  .person img {
    max-width: 220px;
    display: inline-block;
    border-radius: 50%; }

.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; }

.social_wrap {
  margin-top: 25px; }

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

a.popup {
  outline: 0px; }

.resume_container .left {
  text-align: right;
  border-right: #d2d2d2 1px solid; }
  .resume_container .left h3 {
    text-align: right; }
.resume_container .right {
  text-align: left; }
  .resume_container .right h3 {
    text-align: left; }
.resume_container h3 {
  margin-top: 30px; }

.resume_item .year {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 15px;
  font-weight: 600;
  font-style: italic; }
.resume_item strong {
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase; }
.resume_item .resume_description {
  font-style: italic; }
.resume_item p {
  margin-top: 10px; }
.resume_item:last-child {
  margin-bottom: 0; }
  .resume_item:last-child p {
    margin-bottom: 0; }

.s_portfolio ul,
.s_portfolio li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center; }
.s_portfolio li {
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  line-height: 2; }
.s_portfolio ul {
  margin-bottom: 50px; }

.portfolio_item {
  display: none;
  padding: 0; }
  .portfolio_item img {
    width: 100%; }
  .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: 15%;
    opacity: 0;
    transition: all 0.5s; }
  .portfolio_item:hover .port_item_cont {
    opacity: 1;
    padding-top: 20%; }
  .portfolio_item h3 {
    color: #fff;
    margin-bottom: 0; }
  .portfolio_item a {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 2px 10px;
    display: inline-block;
    outline: 0;
    text-decoration: none; }

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

.modal-box-content {
  position: relative; }

.contact_box {
  margin-bottom: 30px; }
  .contact_box h3 {
    text-align: left;
    color: #000;
    margin-bottom: 0px;
    font-size: 14px; }
  .contact_box .contacts_icon {
    font-size: 30px; }
  .contact_box p {
    margin-top: 5px; }

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

.form-group {
  display: block;
  margin-bottom: 20px; }
  .form-group input,
  .form-group textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 5px;
    text-indent: 15px;
    font-size: 12px;
    background-color: transparent;
    outline: 0;
    font-weight: 400;
    height: 40px; }
  .form-group input[type="checkbox"] {
    float: left;
    margin-right: 20px;
    display: inline;
    width: 5%;
    outline: none;
    margin-top: -10px; }
  .form-group a {
    outline: none;
    text-decoration: none; }
  .form-group textarea {
    height: 100px; }

#resume {
  padding-top: 50px; }

#about {
  padding-bottom: 50px; }

#conversion {
  padding-bottom: 0;
  padding-top: 0; }

.conversion_head_wrap {
  text-align: center; }
  .conversion_head_wrap img {
    width: 70px;
    margin-top: 60px; }
  .conversion_head_wrap h2 {
    text-align: center;
    color: #000;
    margin-top: 50px;
    margin-bottom: 15px;
    text-transform: uppercase; }

.block_conversion {
  margin: 20px;
  margin-bottom: 30px; }
  .block_conversion h3 {
    color: #135377;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    text-align: left; }
  .block_conversion ul {
    padding-left: 0; }
    .block_conversion ul li {
      list-style-type: none;
      margin: 15px 0;
      color: #135377; }
      .block_conversion ul li i {
        padding-right: 5px;
        color: #FF6347; }
  .block_conversion img {
    margin-top: 30px;
    height: 200px; }

.learn_more a {
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FF6347;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 15px;
  outline: none;
  cursor: pointer;
  text-align: center; }

.border_first {
  border-bottom: 1px dashed #135377; }

.border_second {
  height: 7px;
  float: right;
  margin: 30px 0 0 0;
  border-bottom: 1px dashed #135377;
  border-top: 1px dashed #135377; }

.result_list {
  margin-top: 75px;
  padding: 0; }
  .result_list svg {
    width: 50px;
    float: left;
    margin: 0 10px; }
    .result_list svg path,
    .result_list svg polygon {
      fill: #0EA4E4; }
  .result_list li {
    list-style-type: none;
    margin-bottom: 30px;
    text-transform: uppercase; }

a.result_link {
  text-transform: uppercase;
  background-color: #FF6347;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 15px;
  display: inline-block;
  margin: 60px;
  outline: none;
  cursor: pointer; }

.price {
  /*background: url(../img/footer_man.jpg) no-repeat right bottom;*/
  padding-bottom: 190px; }

.price_block {
  padding: 0;
  border-radius: 10px;
  background-color: #e5edf5;
  margin: 0 5px 20px; }
  .price_block h4 {
    background-color: #9ab4ce;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 8px 0;
    border-radius: 10px 10px 0 0; }
  .price_block p {
    background-color: #eef3f8;
    margin: 0;
    text-align: center;
    color: #FF6347;
    padding-bottom: 5px;
    font-size: 20px; }
  .price_block ul {
    padding-left: 30px; }
    .price_block ul li {
      list-style-type: none;
      padding-right: 20px;
      margin: 0;
      margin-bottom: 20px; }
      .price_block ul li i {
        padding-right: 5px;
        color: #FF6347; }
  .price_block a {
    text-transform: uppercase;
    text-decoration: none;
    background-color: #FF6347;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
    margin: 30px 20px;
    outline: none;
    cursor: pointer;
    text-align: center; }
  .price_block p.through {
    text-align: center;
    text-decoration: line-through;
    color: #000; }

.block_modal h4 {
  font-size: 24px;
  text-align: center; }
.block_modal h5 {
  text-align: center;
  margin: 10px 0;
  color: #000;
  font-weight: 700;
  font-size: 22px; }
.block_modal h6 {
  font-size: 15px;
  font-weight: 800; }
.block_modal p {
  padding: 0 20px; }
.block_modal strong {
  color: #000; }
.block_modal button {
  opacity: 1;
  outline: none; }
  .block_modal button img {
    margin-top: -20px;
    margin-right: -15px; }

.modal .modal-body form .input_block {
  text-align: center; }
  .modal .modal-body form .input_block input[type="submit"] {
    margin-bottom: 20px;
    height: 50px;
    width: 250px;
    border-radius: 8px;
    outline: 0;
    border: 0;
    background-color: #FF6347;
    color: #fff; }
  .modal .modal-body form .input_block input[type="text"],
  .modal .modal-body form .input_block input[type="tel"] {
    margin: 20px;
    height: 50px;
    width: 250px;
    border-radius: 8px;
    outline: 0;
    border: 1px solid #A9A9A9;
    padding-left: 15px; }
.modal .modal-body form h4 {
  padding: 10px 0; }

.popup_confidencial p {
  color: #000; }
  .popup_confidencial p b {
    color: #000; }

.popup_content {
  text-decoration: none; }

.personal_last_contact_block {
  width: 400px;
  margin: 0 auto; }
  .personal_last_contact_block .personal_header {
    text-align: center;
    margin-top: 40px; }
  .personal_last_contact_block ul {
    list-style-type: none; }
    .personal_last_contact_block ul li {
      margin: 10px; }

.logos {
  display: block;
  margin: 0 auto; }

section .s_descr_wrap .podnyat {
  margin-bottom: 44px; }
