*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, caption, tbody, tfoot, thead, tr, th,
fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font: inherit;
  border: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

html, body {
  height: 100%; }

a {
  text-decoration: none;
  outline: 0; }

section, div, input, textarea {
  box-sizing: border-box; }

/* ------------------------------------------- */
.footer .padding {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex; }

/* ------------------------------------------- */
.btn a, .btn.small a, .group {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

/* ------------------------------------------- */
/*
@font-face{
  font-family:"GraphikLCG";
  src:url("../fonts/GraphikLCG/GraphikLCG.eot");
  src:url("../fonts/GraphikLCG/GraphikLCG.eot?#iefix") format("embedded-opentype"), url("../fonts/GraphikLCG/GraphikLCG.woff") format("woff"), url("../fonts/GraphikLCG/GraphikLCG.ttf") format("truetype"), url("../fonts/GraphikLCG/GraphikLCG.svg#partnercondensedbold") format("svg"); font-weight:normal; font-style:normal;
}
*/
h1 {
  padding-bottom: 16px;
  color: #000;
  font-size: 28px;
  font-weight: bold; }

h2 {
  padding-bottom: 6px;
  color: #000;
  font-size: 18px;
  font-weight: bold; }

a {
  color: #0852a4; }

html, body {
  height: 100%; }

body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  letter-spacing: 0.01em;
  color: #7a8994;
  font-size: 14px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: normal;
  /*	font-family:"Roboto", Arial;*/ }

.container_width {
  padding: 0px 30px; }
  @media only screen and (max-width: 768px) {
    .container_width {
      padding: 0px 10px; } }

label {
  cursor: pointer; }

.c {
  clear: both; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.abs {
  position: absolute; }

.relative {
  position: relative; }

.hidden, .row.hidden {
  display: none; }

.hidden_i {
  display: none !important; }

.visible, .visible.hidden {
  display: block !important; }

.nowrap {
  white-space: nowrap; }

.nopadd {
  padding: 0px !important; }

.center {
  text-align: center; }

.center_i {
  text-align: center !important; }

.left_i {
  text-align: left !important; }

.right {
  text-align: right; }

.right_i {
  text-align: right !important; }

.top {
  vertical-align: top; }

.top_i {
  vertical-align: top !important; }

.middle {
  vertical-align: middle; }

.bottom {
  vertical-align: bottom; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.left_f, .float_l {
  float: left; }

.right_f, .float_r {
  float: right !important; }

.inline {
  display: inline-block; }

.table {
  display: table;
  width: 100%; }

.table.auto {
  width: auto;
  margin: auto; }

.table.nowidth {
  width: auto; }

.table.auto.marg0 {
  margin: 0; }

.row {
  display: table-row; }

.cell {
  display: table-cell;
  vertical-align: middle; }

.underline a, a.underline {
  text-decoration: underline; }

.hr {
  clear: both;
  height: 1px;
  background-color: #e0e0e0;
  font-size: 0px; }

/* ----------------------------------------- */
/*                   Errors                  */
/* ----------------------------------------- */
.error_input {
  background-color: #fdecea !important;
  color: #000 !important;
  border: 1px solid red !important; }

.error1 {
  padding-top: 2px;
  color: #ea2c54;
  font-size: 12px; }

/* ----------------------------------------- */
/*               /// Errors ///              */
/* ----------------------------------------- */
.width100 {
  width: 100%; }

.btn {
  display: inline-block;
  position: relative;
  z-index: 6; }
  .btn a {
    display: inline-block;
    padding: 7px 17px 9px;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .btn.small a {
    font-size: 14px !important;
    display: inline-block;
    padding: 3px 15px 5px;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

.btn_blue a {
  background-color: #007be8; }
  .btn_blue a:hover {
    background-color: #3395ed; }

.btn_green {
  padding: 6px 30px !important;
  background-color: #007be8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.filters {
  display: flex;
  margin-bottom: 10px;
  padding: 5px;
  background: #dcf5ff;
  flex-wrap: wrap; }
  .filters__block {
    flex-basis: 25%;
    padding: 5px 5px; }
    @media only screen and (max-width: 768px) {
      .filters__block {
        flex-basis: 50%; } }
    @media only screen and (max-width: 470px) {
      .filters__block {
        flex-basis: 100%; } }
    .filters__block input {
      width: 100%;
      height: 30px;
      padding: 4px;
      background-color: #fff;
      border-top: 1px solid #abadb3;
      border-left: 1px solid #e2e3ea;
      border-right: 1px solid #dbdfe6;
      border-bottom: 1px solid #e3e9ef; }
    .filters__block select {
      width: 100%;
      height: 30px !important;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #fff url("/img/ua/arrow_down.png") no-repeat right 10px center;
      border-top: 1px solid #abadb3;
      border-left: 1px solid #e2e3ea;
      border-right: 1px solid #dbdfe6;
      border-bottom: 1px solid #e3e9ef; }
    .filters__block button {
      width: 100%;
      height: 30px;
      padding: 8px 32px;
      background-color: #00ABFF;
      cursor: pointer;
      color: white;
      border: 0; }

.registration_main {
  width: 600px;
  margin: auto;
  padding-bottom: 40px; }
  @media only screen and (max-width: 670px) {
    .registration_main {
      width: 100%; } }
  .registration_main .names .empty {
    padding: 0px 3px; }
  .registration_main .registration_agree {
    margin: 5px 0px 0px;
    padding: 5px 0px 5px;
    color: #6b6b6b;
    font-size: 13px; }
    .registration_main .registration_agree .group {
      margin-bottom: 0px;
      background: none;
      color: #6b6b6b;
      border: 0px; }
    .registration_main .registration_agree a {
      color: #6b6b6b;
      text-decoration: underline; }
  @media only screen and (max-width: 670px) {
    .registration_main .table, .registration_main .row {
      display: block;
      width: 100% !important; } }
  .registration_main .cell {
    vertical-align: top; }
    @media only screen and (max-width: 670px) {
      .registration_main .cell {
        display: block;
        width: 100% !important; } }
  .registration_main .cell:nth-child(1), .registration_main .cell:nth-child(3) {
    width: 50%; }
  .registration_main input[type="checkbox"] {
    margin: 0px 5px 2px 0px;
    vertical-align: middle; }

.group {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  overflow: hidden;
  color: #7a8994;
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .group .padd {
    padding: 7px 12px 4px; }
  .group.nopadd {
    padding: 0px 2px 0px 0px; }
  .group strong {
    display: block;
    margin: 0;
    opacity: 1;
    line-height: 20px;
    letter-spacing: 0.06em;
    font-size: 10.5px;
    font-weight: 500;
    text-transform: uppercase;
    -o-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    touch-action: manipulation; }
  .group .label {
    padding: 3px 0px;
    font-size: 13px; }
  .group.required:after, .group .form-group-default.required:after {
    position: absolute;
    right: 12px;
    top: 6px;
    content: "*";
    color: #ea2c54;
    font-size: 20px;
    font-family: arial; }
  .group input[type="text"], .group input[type="password"], .group input[type="email"], .group input[type="tel"], .group textarea, .group select {
    display: block;
    width: 100%;
    height: 25px;
    padding: 0;
    margin-top: -4px;
    background-color: #fff;
    opacity: .5;
    color: #373e43;
    font-size: 14px;
    font-family: Arial, sans-serif;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -o-transition: background 0.2s linear 0s;
    -webkit-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
    border: none; }
  .group input.short {
    display: inline-block;
    width: 80px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #373e43; }
  .group textarea {
    height: 70px;
    margin-top: 10px; }
  .group.not_required input[type="file"] {
    margin: 5px 0px; }
  .group.active, .group.filled {
    background-color: #f6f9fa !important; }
    .group.active strong, .group.filled strong {
      opacity: 1; }
    .group.active input, .group.active textarea, .group.filled input, .group.filled textarea {
      opacity: 1;
      background: none; }
  .group.error {
    background-color: rgba(234, 44, 84, 0.1); }
    .group.error input {
      background: none; }
    .group.error select {
      background: none;
      background-image: url("/img/ua/arrow_down.png");
      background-position: right 6px center;
      background-repeat: no-repeat; }

.form-group-default strong {
  position: absolute;
  padding: 5px 12px 0 12px;
  z-index: 100; }

.error_text {
  /*	margin-top:-8px;*/
  padding-bottom: 10px;
  /*	padding-left:10px;*/
  color: #ea2c54;
  font-size: 12px; }

#autorisation {
  width: 360px;
  margin: 0 auto; }
  #autorisation #autorisize .float_r {
    padding-top: 14px; }

.message {
  padding-bottom: 10px;
  color: green;
  font-size: 13px; }

#forget {
  font-size: 13px; }

.text_main {
  padding-bottom: 20px;
  font-size: 14px;
  color: #666666; }

.star {
  color: #ea2c54; }

.bg_blue {
  padding: 0px 10px;
  background: #dcf5ff; }

.cell_first {
  padding-top: 10px; }

.registration-popup {
  position: relative;
  width: 420px;
  margin: auto;
  padding: 20px;
  background-color: #fff;
  color: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  @media only screen and (max-width: 470px) {
    .registration-popup {
      width: 340px; } }
  .registration-popup__success {
    padding: 30px 0px; }

.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px; }
  .navigation li {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .navigation__arrow {
    font-size: 26px; }
  .navigation__link {
    display: inline-block;
    padding: 2px 8px;
    color: #333; }
    .navigation__link:hover {
      text-decoration: underline; }
    .navigation__link_current {
      padding: 0 6px;
      background-color: #00ABFF;
      color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .navigation__link_current:hover {
        text-decoration: none; }

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media only screen and (max-width: 590px) {
    .header {
      flex-direction: column;
      justify-content: flex-start;
      text-align: center; } }
  .header .logo {
    padding: 20px 0px 20px 30px; }
    @media only screen and (max-width: 768px) {
      .header .logo {
        padding-left: 10px; } }
    @media only screen and (max-width: 590px) {
      .header .logo {
        padding-left: 0px; } }
    .header .logo img {
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 830px) {
        .header .logo img {
          width: 300px; } }
  .header .tel {
    padding-top: 50px;
    padding-right: 30px;
    white-space: nowrap;
    color: #01AEFD; }
    @media only screen and (max-width: 768px) {
      .header .tel {
        padding-right: 10px; } }
    @media only screen and (max-width: 590px) {
      .header .tel {
        padding-bottom: 20px; } }
    @media only screen and (max-width: 590px) {
      .header .tel p {
        display: inline-block;
        padding: 0px 10px; } }
    @media only screen and (max-width: 470px) {
      .header .tel p {
        display: block;
        padding: 0px; } }
    @media only screen and (max-width: 830px) {
      .header .tel {
        padding-top: 30px; } }
    @media only screen and (max-width: 590px) {
      .header .tel {
        padding-top: 0px; } }

.menu {
  position: relative;
  height: 60px;
  margin-bottom: 30px;
  padding: 1px 20px 0px 20px;
  background: #00ABFF; }
  @media only screen and (max-width: 1030px) {
    .menu {
      padding-right: 8px; } }
  @media only screen and (max-width: 999px) {
    .menu {
      padding: 0px; } }
  @media only screen and (max-width: 999px) {
    .menu__items {
      display: none;
      position: absolute;
      width: 100%;
      background: #00ABFF;
      z-index: 10; } }
  .menu .item {
    float: left;
    height: 58px;
    text-transform: uppercase; }
    @media only screen and (max-width: 999px) {
      .menu .item {
        float: none;
        height: auto;
        border-top: 1px solid #fff; } }
    .menu .item_right {
      float: right; }
      @media only screen and (max-width: 999px) {
        .menu .item_right {
          float: none;
          border-bottom: 1px solid #fff; } }
      .menu .item_right a {
        padding: 5px 5px !important;
        text-transform: none; }
        @media only screen and (max-width: 999px) {
          .menu .item_right a {
            display: block;
            padding: 10px !important;
            text-transform: uppercase;
            border-bottom: 1px solid #fff; } }
      @media only screen and (max-width: 999px) {
        .menu .item_right span {
          display: none; } }
    .menu .item a {
      display: inline-block;
      padding: 20px 10px;
      color: #FFF; }
      @media only screen and (max-width: 1099px) {
        .menu .item a {
          padding: 20px 5px; } }
      @media only screen and (max-width: 999px) {
        .menu .item a {
          display: block;
          padding: 10px; } }
      .menu .item a:hover {
        background: #04A3ED; }

.menu_ico {
  display: none; }
  @media only screen and (max-width: 999px) {
    .menu_ico {
      display: block; } }
  .menu_ico__block {
    position: relative;
    height: 60px;
    padding-top: 13px;
    padding-left: 30px;
    background: #00ABFF;
    cursor: pointer;
    z-index: 11; }
    @media only screen and (max-width: 768px) {
      .menu_ico__block {
        padding-left: 15px; } }
  .menu_ico__line {
    width: 30px;
    height: 5px;
    margin: 5px 0px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

.footer {
  padding: 50px 0px;
  background-color: #ededed;
  font-family: "GraphikLCG-Light", Arial; }
  @media only screen and (max-width: 590px) {
    .footer {
      display: none; } }
  .footer .padding {
    justify-content: space-between;
    align-items: flex-end; }
    @media only screen and (max-width: 590px) {
      .footer .padding {
        display: block; } }
  .footer__copyright {
    color: #808080;
    font-size: 14px; }
  .footer__title {
    padding-bottom: 8px;
    color: #000;
    font-weight: 600; }
  .footer__created {
    color: #808080;
    font-size: 14px; }
    @media only screen and (max-width: 590px) {
      .footer__created {
        padding-top: 20px; } }
    .footer__created a {
      color: #808080;
      font-weight: 600; }

body {
  font: 100% Arial, Helvetica, sans-serif;
  color: #001425;
  height: auto; }

.main {
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  box-shadow: 0 0 12px #999;
  min-height: 100vh; }

.cell-title {
  padding: 10px 5px;
  background-color: #9c9c9c; }

.lawyers {
  padding-bottom: 50px; }
  .lawyers .row:nth-child(2n) {
    background-color: #fff; }
  .lawyers .row:nth-child(2n-1) {
    background-color: #e0e0e0; }
  .lawyers .row .cell {
    padding: 10px 5px; }
  .lawyers .row a {
    color: #0852a4; }

.catalog-one {
  padding-bottom: 30px;
  font-size: 14px; }
  @media only screen and (max-width: 470px) {
    .catalog-one {
      font-size: 13px; } }
  .catalog-one__info {
    display: flex; }
    @media only screen and (max-width: 768px) {
      .catalog-one__info {
        display: block; } }
    .catalog-one__info_left {
      flex-basis: 250px;
      padding-right: 20px; }
      @media only screen and (max-width: 768px) {
        .catalog-one__info_left {
          padding-bottom: 20px;
          text-align: center; } }
    .catalog-one__info .cell {
      padding-right: 10px;
      padding-bottom: 10px; }

/*# sourceMappingURL=style.css.map */
