body {
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -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-transform: uppercase;
    font-weight: lighter;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 35px; 
  }

section {
  padding: 70px 0px 0px; }
  section h2 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 30px;
    letter-spacing: 1px; }
  section .personal_header {
    font-size: 13px;
    text-align: left;
    margin-bottom: 30px;
    color: #555; }

.s_descr_wrap { 
  margin-left: 25px;
  margin-right: 25px; 
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 50px;
  }
    
 
.s_descr {
  text-align: center;
  line-height: 2.5;
  }
.about_block {
  line-height: 5;
  text-transform: uppercase;
  font-size: 12px;
}
ul {
  margin: 0px;
}

li {
	list-style-position: outside; 
	color: #c53c00; /* Цвет маркера */
}

li span {
  color: #888;
}
.s_descr_block {
  margin-left: 33%;
  margin-top: 5%;
  padding-left: 10px;
  border-left: 5px solid #c53c00;
  }
.about_block {
  text-align: justify;
  margin-left: 25%;
  margin-right: 10%;
  margin-bottom: 0px;
  padding-left: 10px;
  }


.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-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute; }


.toggle_mnu {
  background: #000000;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 100;
  border: none;
  right: 0px;
  top: 0px; }
  .toggle_mnu span {
    display: block; }

.sandwich {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200; }

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

svg path {
  fill: #e0e0e0; }

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

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

.sandwich.active .sw-topper {
  top: 9px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
.sandwich.active .sw-bottom {
  top: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.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: 180px;
    text-align: center;
    -webkit-animation-duration: 0.01s;
    animation-duration: 0.01s; }
    .top_mnu ul li:nth-child(1) a {
      -webkit-animation-delay: 0;
       }
    .top_mnu ul li:nth-child(2) a {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    .top_mnu ul li:nth-child(3) a {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .top_mnu ul li:nth-child(4) a {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    .top_mnu ul a {
      color: #fff;
      display: block;
      text-transform: uppercase;
      font-size: 12px;
      opacity: 0;
      position: relative;
      height: 60px;
      outline: none; }
      .top_mnu ul a span {
        display: block;
        position: relative;
        top: -40px;
        left: 0;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .top_mnu ul a span:hover {
          background-color: rgba(255, 255, 255, 0.08); }

.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;
    transition: all 1s ease; }
    .top_wrapper .top_text p {
      text-transform: uppercase;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }

  .sticky-content {
   animation-delay: 1.2s; 
  }
  
  .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.8em;
      background-color: rgba(0, 0, 0, 0.1);
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; 
    }

.toggle_mnu {
  background-color: #000; }

.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; }
.s_about .social_wrap {
  margin-top: 25px; }

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

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

.resume_icon {
   text-align: center; }

  .resume_icon .year {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 10px; }

.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;
    -webkit-transition: all 0.5s;
            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: #fff 1px solid;
    padding: 2px 10px;
    display: inline-block; }

.podrt_descr {
  background-color: #fff;
  max-width: 1120px;
  margin: auto; }
  .podrt_descr p,
  .podrt_descr h3 {
    padding: 20px;
    padding-bottom: 0; }
  .podrt_descr h3 {
    margin-bottom: auto;
    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%; }

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

.contact_box {
  margin: auto;
  margin-bottom: 30px; }
  .contact_box h3 {
    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 25px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  float: right; }

.form-group {
  display: block;
  margin-bottom: 20px; }
  .form-group .color_element {
    font-weight: 700;
    font-size: 18px; }
  .form-group .text-danger {
    font-size: 11px;
    margin-top: 5px;
    display: block; }
    .form-group .text-danger ul,
    .form-group .text-danger li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
  .form-group input,
  .form-group textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 5px;
    line-height: 40px;
    text-indent: 12px;
    font-size: 12px;
    background-color: transparent; }

.service-block {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}


.service-block.last {
  margin-right: 0px;
}

.service-overlay {
  border: 1px solid #fff;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  cursor:pointer;
}
.service-block.active {
  position: relative;
}

/*маленькая стрелочка при переключении тарифов*/
.service-block.active:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;

  border-bottom: 20px solid #222;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  width: 30px;
  box-sizing: border-box;

}

.service-block.active .service-overlay {
 background-color: rgba(0, 0, 0, .1); 
}


.service-title-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
}

/*серый фон при переключении тарифов*/
.services_texts {
  position: relative;
  background-color: #222;
  margin-top:40px;
}
.service_texts_container {
  max-width: 100%;
  margin:auto;
}


.services_text {  
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  color:#ffffff;
  transition:opacity 1s ease;
  -webkit-transition:opacity 1s ease;
}

.services_text.active {
  padding: 10px 10px;
  visibility: visible;
  max-height: inherit;
  opacity: 1;
}

.services_text_row:nth-child(2n) {
  text-align: right;
}

.services_text_row:nth-child(2n) .services_text_row_text_title {
  text-align: right;
}

.services_text_row_img {
  width: 100%;
  float:left;
  padding: 0 0px;
  text-align: right;
  margin-top: 15px;
}

.services_text_row_img img {
  width: 50%;
  max-width: 100%;
  padding: 0px;
}

#rectangle {
  width: auto;
  height: 130px;
}

tr {
  color: #888;
}
.table_1 th { 
  text-align: left; /* Выравнивание по левому краю */
  background: #FAFAFA; /* Цвет фона ячеек */
  padding: 5px; /* Поля вокруг содержимого ячеек */
  border: 1px solid #eceeef; /* Граница вокруг ячеек */
}

.table_2 th { 
  text-align: left; /* Выравнивание по левому краю */
  padding: 5px; /* Поля вокруг содержимого ячеек */
}


.table_1 td { 
  padding: 5px; /* Поля вокруг содержимого ячеек */
  border: 1px solid #eceeef; /* Граница вокруг ячеек */
}

.table_2 td { 
  padding: 15px; /* Поля вокруг содержимого ячеек */
  
}

.border_color_price {
  border: 2px solid #222; /* Граница вокруг ячеек */
}

.table_2 h2 {
  margin: auto;
  text-align: center;
  color: #c53c00;
}

.table_2 p {
  margin: auto;
  text-align: center;
  margin: 13px;
}

.grey td { 
  background: #333;
}

.line {
  border-top: 2px solid #333; /* Граница сверху ячеек */
}

table {
  margin: auto;
}

.about {
  margin-top: 60px;
}

.none th {
  background: #ff0;
}


.sticky-content{
  background: #000000;
}

.sticky-content.fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.resume_icon {
  transition: 0.07s linear; /* Время изменения */
}
.resume_icon:hover {
  color: #c53c00; /* Цвет текста */
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}


.table_2 .red {
  color: #c53c00; /* Цвет текста */
}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

.item {
  margin-right: -8px;
}

.large-12 {
  margin-top: 60px;
}

.cursor {
  cursor:pointer;
}

.col-sm-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.container {
  width: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.parallax-window {
  background: transparent;
}


.main_form {
  margin-right: 150px;
  margin-left: 150px;
}

.f_img {
	padding-left: 1px;
	padding-right: 1px;
}

.popup_content {
  width: 100%;
  height: 100%;
}

.polit {
  background-color: #fff;
  max-width: 700px;
  margin: auto; }
  .polit p,
  .polit h3 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0; }
  .polit h3 {
    margin-bottom: auto;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px;
    padding-top: 25px; }
  .polit p {
    margin-top: 0; }
  .polit img {
    width: 100%; }