body {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #111;
  min-width: 320px;
  position: relative;
  -webkit-font-smoothing: antialised;
  overflow-x: hidden; }

.hidden {
  display: none; }

a {
  color: #111; }

a:hover, a:active {
  color: #C8CC07;
  text-decoration: none; }

.headers, h1, h2, h3, h4 {
  font-family: "RobotoBold", sans-serif;
  color: #F5F5F5; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.875em; }

b, strong {
  font-weight: 700; }

.before, .top-info:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute; }

.ulmnu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .ulmnu li {
    display: inline-block; }

.trans {
  transition: all 0.5s ease; }

strong {
  font-weight: bold; }

.ita {
  font-style: italic;
  font-weight: bold; }

.top-line {
  text-align: center;
  letter-spacing: 1px;
  z-index: 2;
  position: relative;
  background-color: #f0f0f0;
  border-top: gainsboro 1px solid; }
  .top-line a {
    color: #111; }
  .top-line ul, .top-line li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .top-line .sf-menu {
    margin: 0 auto -6px;
    float: none;
    display: inline-block;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }
    .top-line .sf-menu ul {
      background-color: #e8e8e8; }
    .top-line .sf-menu li {
      background-color: transparent; }
      .top-line .sf-menu li:hover {
        background-color: #f2f2f2; }
        .top-line .sf-menu li:hover > a {
          color: #C8CC07;
          text-decoration: none; }
      .top-line .sf-menu li ul {
        font-weight: normal; }
        .top-line .sf-menu li ul a {
          padding: 10px 28px;
          text-align: left; }
    .top-line .sf-menu a {
      border: none;
      padding: 10px 28px; }
    .top-line .sf-menu .fa {
      font-size: 12px;
      margin-left: 5px; }
  .top-line > li {
    display: inline-block; }

.menu__icon {
  display: none;
  width: 35px;
  height: 36px;
  margin-top: 7px;
  position: relative;
  cursor: pointer;
  float: left; }

.menu__icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #333333;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out; }

.menu__icon span:nth-child(1) {
  top: 0px; }

.menu__icon span:nth-child(2) {
  top: 11px; }

.menu__icon span:nth-child(3) {
  top: 11px; }

.menu__icon span:nth-child(4) {
  top: 22px; }

.menu_state_open .menu__icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.menu_state_open .menu__icon span:nth-child(2) {
  transform: rotate(45deg); }

.menu_state_open .menu__icon span:nth-child(3) {
  transform: rotate(-45deg); }

.menu_state_open .menu__icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.menu_state_open .menu__links {
  opacity: 1; }

.top-pannel {
  background-color: rgba(255, 255, 255, 0.1);
  color: #111;
  padding: 20px 0;
  position: relative;
  z-index: 1;
  box-shadow: rgba(255, 255, 255, 0.03) 0 5px 0 5px; }
  .top-pannel-content {
    position: relative;
    z-index: 1; }
  .top-pannel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../img/bg2.png);
    z-index: 0;
    opacity: 0.1; }
  .top-pannel-box {
    margin-top: 15px;
    letter-spacing: 1px; }
    .top-pannel-box strong {
      letter-spacing: 0; }
    .top-pannel-box h4 {
      color: #111;
      text-transform: uppercase;
      font-size: 0.75em;
      margin-top: 0;
      position: relative;
      opacity: 0.5; }
      .top-pannel-box h4::after {
        position: absolute;
        content: "";
        width: 70%;
        height: 1px;
        background-color: #111;
        left: 0;
        bottom: -10px;
        opacity: 0.2; }
    .top-pannel-box a {
      text-decoration: underline; }
    .top-pannel-box ul, .top-pannel-box li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .top-pannel-box li {
      display: inline-block;
      float: left;
      max-width: 100%;
      opacity: 0.6;
      font-size: 0.8125em;
      padding: 0 5px 0 40px;
      position: relative; }
      .top-pannel-box li:only-child {
        max-width: 100%; }
      .top-pannel-box li .fa {
        font-size: 26px;
        position: absolute;
        left: 0px;
        top: 6px; }

.text-r {
  text-align: center; }

.social {
  margin-top: 5px; }
  .social .fa {
    margin-left: 8px; }

.logo {
  text-align: center; }
  .logo img {
    max-width: 60%; }

.info a {
  color: #4C5262;
  text-decoration: underline; }

.canalia h6 {
  text-transform: uppercase;
  text-align: center; }

.itogi {
  margin-bottom: 40px; }

.error_str {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px; }
  .error_str img {
    width: 200px; }

.button {
  font-family: "BebasRegular", sans-serif;
  color: #111;
  background-color: #C8CC07;
  border-radius: 2px;
  font-size: 1em;
  padding: 8px 30px;
  letter-spacing: 1px;
  transition: ease 0.2s;
  position: relative; }
  .button::after {
    position: absolute;
    content: "";
    background-color: #989b05;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 3px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
  .button-small {
    font-size: 0.875em;
    padding: 6px 22px; }
    .button-small::after {
      height: 2px; }
  .button:hover {
    color: #F5F5F5;
    text-decoration: none;
    background-color: #e0e508; }
  .button:active {
    background-color: #b0b306; }

.top-button {
  margin-top: 10px; }

.top-info {
  background-image: url("../img/rest.jpg");
  background-position: center center;
  background-repeat: repeat-x;
  background-size: cover;
  min-height: 600px;
  position: relative; }
  .top-info:before {
    background-color: #000;
    opacity: 0.2; }
  .top-info .info-wrap {
    margin-bottom: 20px;
    margin-top: 60px;
    padding: 15px;
    text-align: center;
    background-color: rgba(14, 14, 14, 0.7); }
    .top-info .info-wrap h2 {
      margin-top: 0;
      margin-bottom: 15px;
      text-transform: uppercase;
      font-family: "PT Sans", sans-serif;
      font-size: 30px; }
    .top-info .info-wrap .item-wrap {
      text-align: left;
      width: 100%; }
      .top-info .info-wrap .item-wrap ul {
        padding-left: 10px;
        display: inline-block; }
      .top-info .info-wrap .item-wrap li {
        color: #fff;
        margin-bottom: 5px;
        list-style-type: none;
        font-size: 0.8125em;
        padding: 0 10px 0 20px;
        position: relative; }
        .top-info .info-wrap .item-wrap li .fa {
          position: absolute;
          left: 0px;
          top: 2px;
          font-size: 18px;
          color: #C8CC07; }
        .top-info .info-wrap .item-wrap li p {
          margin: 0; }

.arrow_down {
  position: relative;
  top: 80%;
  height: 80px; }
  .arrow_down .arrow {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0); }
  .arrow_down .arrow-1 {
    animation: arrow-movement 2s ease-in-out infinite; }
  .arrow_down .arrow-2 {
    animation: arrow-movement 2s 1s ease-in-out infinite; }
  .arrow_down .arrow:before,
  .arrow_down .arrow:after {
    background: #fff;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px; }
  .arrow_down .arrow:before {
    transform: rotate(45deg) translateX(-23%);
    transform-origin: top left; }
  .arrow_down .arrow:after {
    transform: rotate(-45deg) translateX(23%);
    transform-origin: top right; }

@keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 25%; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.info h2 {
  text-transform: uppercase;
  text-align: center;
  color: #C8CC07; }
  .info h2 span {
    font-family: "BebasRegular", sans-serif;
    color: #777777;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px; }
.info .img-wrap img {
  width: 100%;
  height: 100%;
  margin-top: 10px; }
.info .img-wrap p {
  font-size: 14px;
  text-align: center; }

.bg-grey {
  padding: 40px;
  background-color: rgba(29, 33, 36, 0.8);
  color: #F5F5F5; }

.bg-light {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F5F5F5; }

.bg-white {
  padding-top: 40px;
  padding-bottom: 40px; }

.icon {
  display: block;
  padding-top: 20px;
  margin: 0 auto; }

.resume-wrap {
  margin-top: 20px;
  text-align: center;
  color: #4C5262;
  padding: 40px;
  font-weight: 700;
  background-position: center center;
  background-size: cover; }
  .resume-wrap .item {
    padding: 0 40px;
    margin-bottom: 20px; }
  .resume-wrap h2 {
    text-transform: uppercase;
    color: #C8CC07;
    margin-bottom: 20px;
    margin-top: 0; }
  .resume-wrap h1 {
    color: #4C5262;
    position: relative;
    margin-bottom: 5px;
    margin-top: 10px; }
    .resume-wrap h1::after {
      position: absolute;
      content: "";
      width: 33%;
      height: 2px;
      background-color: #C8CC07;
      left: 33%;
      bottom: 0px;
      opacity: 0.9; }

.action1 {
  background-image: url(../img/image/action1.jpg);
  background-position: top center;
  background-size: cover;
  min-height: 300px; }
  .action1 .left_block {
    margin-top: 20px; }
  .action1 h2, .action1 h3 {
    text-transform: uppercase;
    color: #F5F5F5; }
  .action1 h2 {
    font-size: 32px;
    text-align: center; }
  .action1 h3 {
    text-align: center;
    font-weight: 300; }
  .action1 .fa {
    margin-right: 10px; }
  .action1 .mail_wrap {
    text-align: center;
    color: #F5F5F5; }
    .action1 .mail_wrap a {
      color: #F5F5F5; }
      .action1 .mail_wrap a:hover {
        color: #C8CC07; }

.raboty, .otzuvy, .comand {
  margin: 20px 0; }
  .raboty h2, .otzuvy h2, .comand h2 {
    text-transform: uppercase;
    color: #C8CC07; }
  .raboty h3, .otzuvy h3, .comand h3 {
    color: #111; }
  .raboty p, .otzuvy p, .comand p {
    color: #4C5262; }
  .raboty .item, .otzuvy .item, .comand .item {
    margin-top: 20px; }
    .raboty .item h3, .otzuvy .item h3, .comand .item h3 {
      margin-bottom: 0; }
    .raboty .item p, .otzuvy .item p, .comand .item p {
      margin-top: 5px;
      margin-bottom: 5px; }
    .raboty .item img, .otzuvy .item img, .comand .item img {
      width: 100%;
      height: 100%; }
    .raboty .item span, .otzuvy .item span, .comand .item span {
      font-weight: 700;
      font-size: 20px;
      color: #4C5262;
      border-bottom: 1px solid #CDCDCD; }
  .raboty .fa, .otzuvy .fa, .comand .fa {
    margin-left: 10px;
    margin-right: 10px;
    color: #e6e6e6 1px solid; }
  .raboty .name-border, .otzuvy .name-border, .comand .name-border {
    border-bottom: #e6e6e6 1px solid;
    letter-spacing: 1px;
    font-size: 12px; }
    .raboty .name-border p, .otzuvy .name-border p, .comand .name-border p {
      font-style: italic;
      display: inline-block;
      color: #C8CC07; }

.item-wrap {
  position: relative; }
  .item-wrap .port_item_cont {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10%;
    padding-top: 5%;
    background-color: rgba(2, 2, 2, 0.6);
    border: none;
    opacity: 0;
    transition: ease 0.5s; }
    .item-wrap .port_item_cont p {
      margin-bottom: 40px;
      margin-top: 40px; }
    .item-wrap .port_item_cont a {
      background-color: transparent;
      border: 1px solid #C8CC07;
      padding: 10px;
      text-decoration: none;
      color: #C8CC07;
      text-transform: uppercase;
      font-family: "BebasRegular";
      letter-spacing: 2px;
      display: inline-block; }
      .item-wrap .port_item_cont a:hover {
        transition: 0.5s ease;
        background-color: rgba(200, 204, 7, 0.2); }
    .item-wrap .port_item_cont:hover {
      opacity: 1;
      padding-top: 25%; }

.row-flex {
  display: flex;
  flex-flow: row wrap; }

.proekt, .raboty_x, .comand {
  margin: 20px 0;
  margin-bottom: 40px; }
  .proekt .item-border, .raboty_x .item-border, .comand .item-border {
    border-bottom: #e6e6e6 1px solid;
    letter-spacing: 1px;
    font-size: 12px; }
    .proekt .item-border .fa, .raboty_x .item-border .fa, .comand .item-border .fa {
      color: #e6e6e6 1px solid;
      margin-left: 10px;
      margin-right: 10px; }
    .proekt .item-border p, .raboty_x .item-border p, .comand .item-border p {
      font-style: italic;
      display: inline-block;
      color: #C8CC07; }
  .proekt h2, .proekt h3, .raboty_x h2, .raboty_x h3, .comand h2, .comand h3 {
    color: #111; }
  .proekt h3, .raboty_x h3, .comand h3 {
    margin-bottom: 5px; }
  .proekt .item, .raboty_x .item, .comand .item {
    border-bottom: #e6e6e6 1px solid; }
    .proekt .item p, .raboty_x .item p, .comand .item p {
      margin: 10px 0;
      font-style: italic; }
  .proekt .item-deskr, .raboty_x .item-deskr, .comand .item-deskr {
    margin: 20px 0; }
    .proekt .item-deskr p a, .raboty_x .item-deskr p a, .comand .item-deskr p a {
      color: #4C5262;
      list-style-type: underline;
      font-style: italic;
      font-size: 12px; }
  .proekt .item-img, .raboty_x .item-img, .comand .item-img {
    margin-top: 20px; }
    .proekt .item-img img, .raboty_x .item-img img, .comand .item-img img {
      width: 100%;
      height: 100%; }

.item-tabs {
  margin-top: 40px; }
  .item-tabs .tab {
    text-transform: uppercase;
    padding: 20px 30px;
    font-weight: bold;
    transition: 0.3s ease; }
    .item-tabs .tab:hover {
      cursor: pointer;
      color: #767676; }
  .item-tabs .wrapper .active {
    background-color: transparent;
    border-bottom: 3px solid #C8CC07;
    border-right: 3px solid #C8CC07;
    color: #1D2124; }

.tab_item {
  display: none; }

.tab_item:first-child {
  display: block; }

.tab_content {
  display: block;
  border-top: none;
  width: 100%;
  margin-top: 25px; }
  .tab_content .item_1 p {
    text-align: left;
    padding: 10px 30px; }
  .tab_content .item_1 img {
    padding-top: 0px;
    padding-bottom: 5px;
    width: 95%; }
  .tab_content .item_1 strong {
    color: #F5F5F5; }

table {
  margin-top: 40px;
  font-size: 16px;
  width: 100%; }
  table th {
    border-bottom: 2px solid #cccccc;
    border-left: 8px solid #fff;
    width: 15%;
    color: #111;
    padding: 8px 10px; }
  table td {
    text-align: center;
    color: #111;
    padding: 6px 10px; }
  table #c1 {
    text-align: left;
    padding-left: 15px;
    width: 25%; }
  table #c2 {
    text-align: center;
    padding-left: 25px;
    font-weight: bold; }
  table .bt-tb td {
    padding-top: 20px; }
  table i {
    color: #C8CC07; }

.tehnology {
  margin: 20px 0; }
  .tehnology .img-row {
    border-bottom: 2px solid #cccccc;
    border-left: 8px solid #fff;
    width: 15%;
    color: #111;
    padding: 8px 10px; }
    .tehnology .img-row .uk-visible-small {
      display: none; }
  .tehnology .title-row {
    border-bottom: 2px solid #cccccc;
    border-left: 8px solid #fff;
    width: 15%;
    font-weight: bold; }
  .tehnology .img-row, .tehnology .title-row {
    border-left: none; }
  .tehnology .item-border {
    border-bottom: #e6e6e6 1px solid;
    letter-spacing: 1px;
    font-size: 12px; }
    .tehnology .item-border .fa {
      color: #e6e6e6 1px solid;
      margin-left: 10px;
      margin-right: 10px; }
    .tehnology .item-border p {
      font-style: italic;
      display: inline-block;
      color: #C8CC07; }
  .tehnology h2, .tehnology h3 {
    color: #111; }
  .tehnology h3 {
    margin-bottom: 5px; }
  .tehnology h4 {
    text-transform: uppercase;
    color: #1D2124; }
  .tehnology .tab-wrap {
    padding: 10px;
    background-color: #F5F5F5; }
    .tehnology .tab-wrap .tehnology-tab {
      margin-top: 0; }
    .tehnology .tab-wrap p {
      font-style: italic; }
    .tehnology .tab-wrap tr .green {
      background-color: #CFE5AC; }
    .tehnology .tab-wrap tr .red {
      background-color: #E25C5C; }
  .tehnology .item-wrap {
    text-align: center; }

.comand {
  margin-top: 40px;
  margin-bottom: 40px; }
  .comand h2 {
    line-height: 30px; }
  .comand .com {
    position: relative;
    margin-bottom: 20px;
    padding-left: 0; }
    .comand .com p {
      position: absolute;
      bottom: 0;
      left: 420px;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 0; }
  .comand img {
    width: 400px;
    float: left;
    margin-right: 10px; }
  .comand h2 {
    color: #111; }

footer {
  padding: 40px 0;
  padding-bottom: 10px;
  min-height: 100px;
  background-color: #202125; }
  footer .logo {
    text-align: center;
    margin: 40px auto; }
    footer .logo img {
      width: 100%; }
  footer .top_mnu_foot, footer .soc {
    margin: auto; }
    footer .top_mnu_foot h5, footer .soc h5 {
      color: #555;
      font-weight: normal;
      text-transform: uppercase;
      margin-top: 5px;
      display: inline-block;
      border-bottom: 5px solid #555; }
  footer ul {
    margin-top: 0;
    padding-left: 5px; }
    footer ul li {
      list-style-type: none; }
      footer ul li a {
        text-decoration: underline;
        color: #fff; }
  footer span {
    display: inline-block;
    color: #555;
    font-size: 12px;
    padding-top: 40px; }
  footer .social span {
    padding-top: 10px; }
    footer .social span a {
      color: #fff;
      font-size: 16px; }
  footer .soc {
    font-family: "RobotoRegular";
    padding-left: 5px;
    color: #fff;
    font-size: 14px; }
  footer p {
    color: #999;
    text-align: center;
    font-size: 12px;
    padding-top: 20px;
    border-top: 1px solid #333; }
    footer p a {
      text-decoration: underline;
      color: #999; }
    footer p img {
      margin-left: 5px; }

.hidden {
  display: none; }

#hidden_form {
  width: 500px;
  margin: auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative; }
  #hidden_form h3 {
    color: #111; }

.top_form {
  text-align: center;
  margin: 20px auto;
  margin-top: 20px; }
  .top_form p {
    font-size: 10px; }
  .top_form h2 {
    color: #fff;
    font-weight: normal; }
  .top_form input {
    background-color: rgba(255, 255, 255, 0.8);
    width: 200px;
    height: 50px;
    padding-left: 60px;
    border: none;
    margin: 10px; }
  .top_form #phone {
    background-image: url("../img/phone-left.png");
    background-repeat: no-repeat;
    background-position: 17px center; }
  .top_form #name {
    background-image: url("../img/user-icon.png");
    background-repeat: no-repeat;
    background-position: 17px center; }
  .top_form #email {
    background-image: url("../img/mail.png");
    background-repeat: no-repeat;
    background-position: 17px center; }
  .top_form button {
    margin-top: 20px;
    margin-bottom: 20px;
    border: none; }

.tops {
  color: #666;
  font-size: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: ease 0.3s; }
  .tops:hover {
    color: #C8CC07; }

.tops.mPS2id-highlight {
  display: none; }

/*# sourceMappingURL=main.css.map */
