@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic");
@font-face {
  font-family: "Geometria-Medium";
  src: url("../fonts/Geometria-Medium/Geometria-Medium.eot");
  src: url("../fonts/Geometria-Medium/Geometria-Medium.woff2") format("woff2"), url("../fonts/Geometria-Medium/Geometria-Medium.woff") format("woff"), url("../fonts/Geometria-Medium/Geometria-Medium.ttf") format("truetype"), url("../fonts/Geometria-Medium/Geometria-Medium.svg#Geometria-Medium") format("svg"), url("../fonts/Geometria-Medium/Geometria-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Geometria-Bold";
  src: url("../fonts/Geometria-Bold/Geometria-Bold.eot");
  src: url("../fonts/Geometria-Bold/Geometria-Bold.woff2") format("woff2"), url("../fonts/Geometria-Bold/Geometria-Bold.woff") format("woff"), url("../fonts/Geometria-Bold/Geometria-Bold.ttf") format("truetype"), url("../fonts/Geometria-Bold/Geometria-Bold.svg#Geometria-Bold") format("svg"), url("../fonts/Geometria-Bold/Geometria-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'Ubuntu', sans-serif;
  background-color: #fff;
  letter-spacing: .5px; }

.list-wrapper {
  margin-top: 55px;
  margin-bottom: 70px; }

h1 {
  margin-top: 47px;
  margin-bottom: 23px;
  line-height: 28px;
  font-family: "Geometria-Bold";
  font-size: 23px;
  color: #282828; }

p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 25px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  color: #000; }

h2 {
  margin-top: 44px;
  margin-bottom: 23px;
  font-family: "Geometria-Bold";
  font-size: 20px;
  color: #282828; }

h3 {
  margin-top: 43px;
  margin-bottom: 23px;
  font-family: "Roboto";
  font-size: 17px;
  color: #282828; }

.bulleted-list {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .bulleted-list li {
    display: block;
    list-style: none; }
  .bulleted-list a {
    display: inline-block;
    border-bottom: 1px solid #5bbad4;
    color: #2da7c8;
    text-decoration: none;
    outline: none;
    margin-left: 25px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    margin-bottom: 6px; }
    .bulleted-list a:hover, .bulleted-list a:focus {
      text-decoration: none;
      border-bottom-color: transparent;
      color: #474747; }
    .bulleted-list a:before {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      background-color: #2da7c8;
      border-radius: 50%;
      vertical-align: middle;
      margin-right: 15px;
      position: absolute;
      top: 8px;
      left: -21px; }

.numbered-list {
  counter-reset: list 0;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .numbered-list li {
    display: block;
    list-style: none; }
    .numbered-list li:before {
      counter-increment: list;
      content: counter(list) ". ";
      color: #2da7c8; }
  .numbered-list a {
    display: inline-block;
    border-bottom: 1px solid #5bbad4;
    color: #2da7c8;
    text-decoration: none;
    outline: none;
    margin-left: 25px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    margin-bottom: 6px;
    margin-left: 0; }
    .numbered-list a:hover, .numbered-list a:focus {
      text-decoration: none;
      border-bottom-color: transparent;
      color: #474747; }

.list-title {
  margin-top: 0;
  margin-bottom: 11px;
  padding-left: 4px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 14px;
  color: #333; }

::-moz-selection {
  background-color: #0f94b8;
  color: #fff; }

::selection {
  background-color: #0f94b8;
  color: #fff; }

.mobile {
  position: relative; }
  .mobile-menu {
    position: absolute;
    background-color: #fff;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    display: none; }
    .mobile-menu li {
      display: block;
      list-style: none; }
    .mobile-menu a {
      display: block;
      text-decoration: none;
      outline: none;
      width: 100%;
      color: #0b7490;
      padding: 10px; }

.button {
  font-family: "Geometria-Bold";
  font-size: 11px;
  text-decoration: none;
  outline: none;
  color: #fff;
  text-align: center;
  background-image: -webkit-linear-gradient(bottom, rgba(215, 215, 215, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-image: linear-gradient(0deg, rgba(215, 215, 215, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  box-shadow: 0px 3px 15px 0px rgba(45, 167, 200, 0.16);
  border-radius: 3px;
  background-color: #2da7c8;
  display: block;
  text-transform: uppercase;
  padding: 16px 5px 14px;
  -webkit-transition: .2s;
  transition: .2s;
  border: none;
  width: 100%; }
  .button:hover, .button:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9; }

.header.another {
  border-bottom: 1px solid #ebebeb; }

.header-logo {
  display: block;
  width: 100%;
  max-width: 152px;
  margin: 14px auto 13px;
  height: auto; }
  .header-logo img {
    width: 100%;
    height: auto; }

.header-menu {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .header-menu li {
    float: left;
    display: block;
    list-style: none; }
  .header-menu a {
    display: block;
    outline: none;
    text-decoration: none;
    color: #7e7e7e;
    font-family: "Geometria-Bold";
    text-transform: uppercase;
    font-size: 11px;
    -webkit-transition: .2s;
    transition: .2s;
    background-color: #fff;
    padding: 33px 10px 27px;
    margin-right: 30px; }
    .header-menu a:hover {
      color: #2da7c8; }
    .header-menu a.active {
      color: #2da7c8;
      border-bottom: 3px solid #2da7c8;
      background-color: #fafcfd; }

.header .button {
  max-width: 140px;
  float: left;
  margin-top: 17px; }

.header-favorite {
  background: transparent url(../img/hearth.png) left top no-repeat;
  width: 20px;
  height: 18px;
  position: relative;
  display: block;
  float: right;
  margin: 31px 29px 0 0; }
  .header-favorite:after {
    content: "";
    display: block;
    width: 1px;
    height: 41px;
    background-color: #eaeaea;
    float: right;
    margin-top: -14px;
    margin-right: -27px; }
  .header-favorite span {
    background: transparent url(../img/mego-circle.png) left top no-repeat;
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: -14px;
    right: -14px; }
    .header-favorite span:before {
      content: attr(data-liked);
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 6px;
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      font-family: "Geometria-Bold"; }

.header-search {
  outline: none;
  text-decoration: none;
  display: block;
  background: transparent url(../img/search.png) center center no-repeat;
  width: 18px;
  height: 18px;
  float: right;
  background-color: #fff;
  padding: 39px 25px;
  position: relative;
  z-index: 1000; }
  .header-search.active {
    background-color: #c1e3eb; }

.header-search-form {
  display: none;
  position: absolute;
  width: 367px;
  right: 0;
  top: 78px;
  padding: 8px 11px;
  pointer-events: none;
  background-color: #c1e3eb;
  z-index: 1600; }
  .header-search-form input[type="text"] {
    width: 100%;
    height: 35px;
    line-height: 35px;
    outline: none;
    font-size: 11px;
    color: #888888;
    padding: 0 14px;
    pointer-events: auto;
    border-radius: 3px;
    border: none;
    padding-right: 33px; }
  .header-search-form button[type="submit"] {
    width: 27px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 8px;
    background: transparent url(../img/submit-arrow.png) left center no-repeat;
    border: none;
    outline: none;
    pointer-events: auto; }

.banner {
  background: transparent url(../img/banner.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 24px;
  padding-bottom: 67px; }
  .banner-title {
    margin-top: 0;
    margin-bottom: 216px;
    color: #fff;
    text-align: center;
    font-family: "Geometria-Bold";
    font-size: 33px;
    letter-spacing: 1px; }

.new-input-block-wrap {
  position: absolute;
  left: 24%;
  width: 52%;
  top: 54px;
  background-color: #fff;
  z-index: 1000; }
  .new-input-block-wrap .block-input.new:first-child .text-input {
    border-top: 1px solid #dfdfdf; }

.search {
  max-width: 824px;
  width: 100%;
  margin: 0 auto; }
  .search-links {
    margin: 0;
    padding: 0; }
    .search-links:after {
      content: "";
      display: table;
      clear: both; }
    .search-links li {
      float: left;
      display: block;
      list-style: none; }
      .search-links li:nth-of-type(1) a.active {
        border-right: 0; }
      .search-links li:nth-of-type(2) a.active {
        border-right: 0; }
      .search-links li:nth-of-type(3) a.active {
        border-left: 0; }
      .search-links li:first-child a {
        border-top-left-radius: 4px; }
      .search-links li:last-child a {
        border-top-right-radius: 4px;
        border-left: 1px solid #9f9f9f;
        border-right: 0; }
    .search-links a {
      text-decoration: none;
      outline: none;
      display: block;
      padding: 15px 30px 12px;
      font-family: "Geometria-Bold";
      font-size: 11px;
      color: #fff;
      text-transform: uppercase;
      background-color: #afaeae;
      position: relative;
      border-right: 1px solid #9f9f9f; }
      .search-links a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        border: 4px solid transparent;
        border-bottom: 4px solid #fff;
        opacity: 0;
        -webkit-transition: .2s;
        transition: .2s; }
      .search-links a:hover:before, .search-links a.active:before {
        opacity: 1; }
      .search-links a.active {
        background-color: #0e8bad; }
  .search-form {
    position: relative; }
    .search-form:after {
      content: "";
      display: table;
      clear: both; }
    .search-form-row:after {
      content: "";
      display: table;
      clear: both; }
    .search-form-row > .block-input {
      float: left;
      width: 46%;
      position: relative; }
      .search-form-row > .block-input.new {
        width: 100%; }
      .search-form-row > .block-input > .text-input {
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
        border-radius: 0;
        padding-left: 23px; }
        .search-form-row > .block-input > .text-input:focus {
          border-color: #dfdfdf !important; }
  .search .text-input {
    border-color: transparent;
    width: 100%;
    height: 54px;
    line-height: 52px;
    padding-right: 16px !important;
    border-radius: 0;
    display: block; }
  .search .find-select {
    border-radius: 0;
    border-color: transparent;
    float: left;
    clear: none;
    height: 54px;
    line-height: 52px;
    width: 27%; }
    .search .find-select.open .find-select-button:after {
      top: 23px; }
    .search .find-select-dropdown {
      margin-top: 0;
      border-radius: 0; }
    .search .find-select-search .text-input {
      border-radius: 3px;
      border-color: #dfdfdf;
      height: 40px;
      line-height: 40px;
      padding-top: 0;
      padding-bottom: 0; }
    .search .find-select.city {
      border-bottom-left-radius: 3px; }
    .search .find-select.specialization {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
  .search .block-button {
    top: 16px !important; }
    .search .block-button.add, .search .block-button.remove {
      width: 24px;
      height: 24px; }
      .search .block-button.add:before, .search .block-button.add:after, .search .block-button.remove:before, .search .block-button.remove:after {
        width: 10px;
        height: 2px;
        left: 7px;
        top: 11px; }
  .search-filter-open {
    border: none;
    outline: none;
    background-color: transparent;
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    position: relative;
    margin-top: 13px;
    border: 1px solid #6a6a6b;
    border-radius: 4px;
    width: 140px;
    height: 32px;
    line-height: 28px;
    padding-right: 30px;
    -webkit-transition: .2s;
    transition: .2s; }
    .search-filter-open span {
      content: "";
      display: block;
      width: 17px;
      height: 17px;
      position: absolute;
      top: 7px;
      right: 16px;
      border-radius: 50%;
      background-color: #3297b2;
      pointer-events: none; }
      .search-filter-open span:after {
        content: attr(data-value);
        font-weight: 700;
        font-size: 10px;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .search-filter {
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    top: 61px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 14px 23px;
    display: none;
    z-index: 1001; }
    .search-filter-title {
      font-weight: 500;
      font-size: 14px;
      color: #333333;
      margin-top: 0;
      margin-bottom: 20px; }
    .search-filter-list {
      margin: 0;
      padding: 0;
      overflow: hidden; }
      .search-filter-list:after {
        content: "";
        display: table;
        overflow: hidden; }
      .search-filter-list li {
        list-style: none;
        display: block;
        float: left;
        width: 25%;
        margin-bottom: 16px; }
    .search-filter-clear {
      outline: none;
      border: none;
      padding: 0;
      background-color: transparent;
      font-weight: 500;
      font-size: 12px;
      color: #2d75db;
      border-bottom: 1px dashed #5690e2;
      -webkit-transition: .2s;
      transition: .2s;
      position: relative; }
      .search-filter-clear:hover {
        border-color: transparent; }
      .search-filter-clear:after {
        content: "";
        display: block;
        position: absolute;
        right: -30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 1px;
        height: 18px;
        background-color: #bfbfbf; }
    .search-filter-result {
      font-weight: 500;
      display: inline-block;
      font-size: 11px;
      color: #919191;
      margin-left: 50px;
      margin-bottom: -6px;
      overflow: hidden; }
    .search-filter .checkbox input[type="checkbox"] + label {
      padding-left: 25px; }
      .search-filter .checkbox input[type="checkbox"] + label:before {
        background-color: #fff;
        width: 14px;
        height: 14px;
        top: 4px; }
    .search-filter .checkbox input[type="checkbox"] + label span {
      font-size: 12px;
      color: #7c7c7c;
      white-space: nowrap;
      width: 84%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block; }
      .search-filter .checkbox input[type="checkbox"] + label span:before {
        left: 3px;
        top: 11px;
        width: 4px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .search-filter .checkbox input[type="checkbox"] + label span:after {
        left: 5px;
        top: 10px;
        width: 8px;
        -webkit-transform: rotate(-49deg);
                transform: rotate(-49deg); }
    .search-filter-close {
      border: none;
      outline: none;
      background-color: transparent;
      position: absolute;
      right: 20px;
      top: 12px;
      width: 20px;
      height: 20px;
      padding: 0; }
      .search-filter-close:before, .search-filter-close:after {
        content: "";
        position: absolute;
        left: 3px;
        top: 10px;
        display: block;
        width: 13px;
        height: 1px;
        background-color: #828282; }
      .search-filter-close:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .search-filter-close:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .search-show-list, .search-show-map {
    width: 168px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    color: #fff;
    border: none;
    outline: none;
    background-color: transparent;
    padding-left: 18px;
    float: right;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    margin-top: 8px;
    display: block; }
    .search-show-list:before, .search-show-map:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-right: 12px; }
    .search-show-list:hover, .search-show-list:focus, .search-show-map:hover, .search-show-map:focus {
      color: #fff;
      text-decoration: none;
      opacity: .9; }
  .search-show-list {
    border: 1px solid #6a6a6b;
    margin-right: 18px; }
    .search-show-list:before {
      background: transparent url(../img/list.png) left top no-repeat;
      width: 14px;
      height: 10px; }
  .search-show-map {
    background-color: #0e8bad; }
    .search-show-map:before {
      background: transparent url(../img/point.png) left top no-repeat;
      width: 10px;
      height: 14px; }
  .search-dropdown {
    background-color: #fff;
    margin: 0;
    padding: 16px 0;
    max-width: 412px;
    width: 100%;
    border-radius: 3px;
    position: absolute;
    top: 55px;
    left: 29%;
    display: none;
    z-index: 1001;
    border: 1px solid #dfdfdf; }
    .search-dropdown li {
      display: block;
      list-style: none;
      -webkit-transition: .2s;
      transition: .2s;
      padding: 0 20px 0 14px;
      cursor: pointer;
      height: 36px;
      line-height: 36px;
      font-weight: 500; }
      .search-dropdown li:hover {
        background-color: #e4edfa; }
    .search-dropdown-common-value {
      color: #787878;
      pointer-events: none; }
    .search-dropdown-place {
      font-size: 13px;
      color: #515050;
      pointer-events: none; }
    .search-dropdown-type {
      font-size: 12px;
      color: #6c6c6c;
      display: inline-block;
      float: right;
      pointer-events: none; }
      .search-dropdown-type.metro:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 13px;
        background: transparent url(../img/subway.png) left top no-repeat;
        background-size: cover;
        margin-right: 9px;
        vertical-align: middle;
        margin-top: -3px; }

.advantage {
  background-color: #fbfbfb; }
  .advantage-list {
    margin: 0;
    padding: 0; }
    .advantage-list li {
      display: block;
      float: left;
      list-style: none;
      border-left: 1px solid #e8e8e8;
      border-right: 1px solid #e8e8e8;
      width: 37%;
      padding-left: 61px;
      padding-top: 72px;
      padding-bottom: 59px;
      padding-right: 10px; }
      .advantage-list li:first-child {
        border: none;
        padding-left: 0;
        width: 33%; }
        .advantage-list li:first-child .advantage-title:before {
          background: transparent url(../img/advantage-1.png) left top no-repeat;
          width: 43px;
          height: 50px; }
      .advantage-list li:last-child {
        border: none;
        width: 30%;
        padding-left: 43px;
        padding-right: 0; }
        .advantage-list li:last-child .advantage-title:before {
          background: transparent url(../img/advantage-2.png) left top no-repeat;
          width: 46px;
          height: 46px; }
  .advantage-title {
    margin-top: 0;
    margin-bottom: 13px;
    padding-left: 80px;
    font-weight: 700;
    font-family: "Geometria-Bold";
    color: #333;
    font-size: 17px;
    position: relative; }
    .advantage-title:before {
      content: "";
      display: block;
      width: 46px;
      height: 46px;
      background: transparent url(../img/advantage-2.png) left top no-repeat;
      position: absolute;
      left: 0;
      top: 0; }
  .advantage-description {
    margin-top: 0;
    margin-bottom: 0;
    color: #5f5f5f;
    font-size: 13px;
    font-weight: 500;
    padding-left: 80px; }

.lawyers {
  padding-top: 65px; }
  .lawyers-title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-family: "Geometria-Bold";
    font-size: 16px;
    padding-bottom: 23px;
    border-bottom: 1px solid #e9e9e9; }
  .lawyers-list {
    margin: 30px 0 32px 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    max-height: 156px; }
    .lawyers-list.full {
      max-height: 100%; }
    .lawyers-list li {
      list-style: none;
      display: block;
      width: calc(100% / 6);
      float: left;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 26px;
      padding-left: 10px; }
    .lawyers-list a {
      text-decoration: none;
      outline: none;
      color: #6c6c6c;
      -webkit-transition: .2s;
      transition: .2s;
      font-family: "Geometria-Medium"; }
      .lawyers-list a:hover {
        color: #0b7490; }
  .lawyers-show, .lawyers-hide {
    text-decoration: none;
    outline: none;
    font-family: "Geometria-Medium";
    color: #0b7490;
    font-size: 13px;
    border-bottom: 2px dashed #0b7490;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
    padding-bottom: 3px;
    letter-spacing: .6px; }
    .lawyers-show:before, .lawyers-show:after, .lawyers-hide:before, .lawyers-hide:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #0b7490;
      height: 2px;
      width: 8px;
      top: 8px; }
    .lawyers-show:before, .lawyers-hide:before {
      right: -20px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .lawyers-show:after, .lawyers-hide:after {
      right: -25px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .lawyers-show:hover, .lawyers-show:focus, .lawyers-hide:hover, .lawyers-hide:focus {
      text-decoration: none;
      border-color: transparent; }
  .lawyers-hide {
    display: none;
    color: #515050;
    border-color: #515050; }
    .lawyers-hide:before, .lawyers-hide:after {
      background-color: #515050; }
    .lawyers-hide:before {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .lawyers-hide:after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.short-company {
  margin-top: 55px;
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #f7f7f7; }
  .short-company-title {
    margin-top: 0;
    margin-bottom: 27px;
    color: #262626;
    font-weight: 500; }
  .short-company-text {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 400;
    color: #5f5f5f;
    font-size: 14px; }
    .short-company-text span {
      color: #262626; }

.footer-menu-wrapper {
  background-color: #0e82a1; }

.footer-menu {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .footer-menu li {
    display: block;
    float: left;
    list-style: none; }
    .footer-menu li:last-child a:before {
      display: none; }
  .footer-menu a {
    display: block;
    color: #fff;
    font-size: 13px;
    padding: 35px 20px 32px;
    height: 100%;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .footer-menu a:before {
      content: "";
      display: block;
      height: 38px;
      width: 1px;
      background-color: #3e9bb4;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .footer-menu a:hover {
      background-color: #1994af; }

.footer-link {
  padding: 15px 0 9px; }

.footer-copyright {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  text-transform: uppercase;
  font-weight: 500;
  color: #454545;
  font-size: 11px;
  padding-right: 38px;
  padding-top: 5px;
  padding-bottom: 5px; }
  .footer-copyright:hover, .footer-copyright:focus {
    text-decoration: none;
    color: #0b7490; }

.footer-mobile-version {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-weight: 500;
  color: #454545;
  font-size: 12px;
  padding-left: 34px;
  padding-right: 34px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  padding-top: 5px;
  padding-bottom: 5px; }
  .footer-mobile-version:before {
    content: "";
    display: block;
    float: left;
    background: transparent url(../img/phone.png) left top no-repeat;
    width: 7px;
    height: 14px;
    margin-right: 15px;
    margin-top: 1px; }
  .footer-mobile-version:hover, .footer-mobile-version:focus {
    text-decoration: none;
    color: #0b7490; }

.footer-site-map {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-weight: 500;
  color: #454545;
  font-size: 12px;
  padding-left: 28px;
  padding-top: 5px;
  padding-bottom: 5px; }
  .footer-site-map:before {
    content: "";
    display: block;
    float: left;
    background: transparent url(../img/site-map.png) left top no-repeat;
    width: 13px;
    height: 11px;
    margin-right: 15px;
    margin-top: 3px; }
  .footer-site-map:hover, .footer-site-map:focus {
    text-decoration: none;
    color: #0b7490; }

.mobile-burger {
  width: 41px;
  height: 27px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  float: right;
  margin-top: 30px; }
  .mobile-burger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #0b7490;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .mobile-burger span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
    .mobile-burger span:nth-child(2) {
      top: 10px;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
    .mobile-burger span:nth-child(3) {
      top: 21px;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
  .mobile-burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -1px;
    left: 1px; }
  .mobile-burger.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .mobile-burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 29px;
    left: 1px; }

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Geometria-Bold";
  font-size: 24px;
  color: #222222; }

.text-input {
  outline: none;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  font-family: "Roboto";
  font-size: 13px;
  color: #595959;
  padding: 10px 15px;
  -webkit-transition: .2s;
  transition: .2s;
  letter-spacing: .5px; }
  .text-input.error {
    border-color: #f81b1b; }
  .text-input:focus {
    border-color: #2da7c8 !important; }

.block-input .text-input {
  padding-right: 40px; }

.select {
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  font-size: 13px;
  color: #595959;
  padding: 0 15px;
  letter-spacing: .5px; }
  .select .current {
    overflow: hidden;
    width: calc(100% - 20px);
    display: inline-block;
    text-overflow: ellipsis; }
  .select.metro {
    padding-left: 44px; }
    .select.metro:before {
      content: "";
      display: block;
      position: absolute;
      left: 14px;
      top: calc(50% - 7px);
      background: transparent url(../img/subway.png) left top no-repeat;
      width: 16px;
      height: 14px; }
  .select:after {
    border: 4px solid transparent;
    border-top: 4px solid #a7a7a7;
    height: auto;
    width: auto;
    right: 20px;
    top: calc(50% + 2px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .select:active, .select.open, .select:focus {
    border-color: #2da7c8 !important; }
  .select.open:after {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    top: calc(50% - 4px); }
  .select .list {
    width: calc(100% + 2px);
    left: -1px;
    border-radius: 3px;
    max-height: 284px;
    overflow-y: auto;
    z-index: 1100; }
    .select .list li {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 10px; }

.checkbox {
  position: relative; }
  .checkbox input[type="checkbox"] {
    display: none; }
  .checkbox input[type="checkbox"] + label {
    padding-left: 30px;
    cursor: pointer; }
    .checkbox input[type="checkbox"] + label:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 9px;
      width: 17px;
      height: 17px;
      border: 1px solid #b8b8b8;
      border-radius: 2px;
      background-color: #2da7c8;
      -webkit-transition: .2s;
      transition: .2s; }
  .checkbox input[type="checkbox"]:checked + label:before {
    background-color: #fff; }
  .checkbox input[type="checkbox"] + label span {
    pointer-events: none; }
    .checkbox input[type="checkbox"] + label span:before {
      content: "";
      display: block;
      position: absolute;
      left: 3px;
      top: 18px;
      width: 5px;
      height: 2px;
      background-color: #2da7c8;
      -webkit-transform: rotate(48deg);
              transform: rotate(48deg);
      opacity: 0;
      -webkit-transition: .2s;
      transition: .2s; }
    .checkbox input[type="checkbox"] + label span:after {
      content: "";
      display: block;
      position: absolute;
      left: 5px;
      top: 17px;
      width: 10px;
      height: 2px;
      background-color: #2da7c8;
      -webkit-transform: rotate(-50deg);
              transform: rotate(-50deg);
      opacity: 0;
      -webkit-transition: .2s;
      transition: .2s; }
  .checkbox input[type="checkbox"]:checked + label span:before, .checkbox input[type="checkbox"]:checked + label span:after {
    opacity: 1; }

.shedule .text-input {
  margin: 0 !important; }

.shedule-item {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px; }
  .shedule-item:last-child {
    margin-bottom: 24px; }

.shedule-label {
  width: 135px;
  float: left;
  margin-left: 20px; }
  .shedule-label span {
    display: inline-block;
    margin-top: 8px; }

.shedule-input {
  float: left;
  max-width: calc(580px - 135px);
  width: 100%; }

.upload {
  overflow: hidden;
  margin-bottom: 24px;
  margin-left: 20px; }
  .upload-item {
    width: 53px;
    height: 45px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    background-color: #222222;
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 10px; }
    .upload-item:before, .upload-item:after {
      content: "";
      display: block;
      width: 18px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .upload-item:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .upload-item img {
      width: 100%;
      height: auto;
      opacity: .4; }
  .upload input[type="file"] {
    display: none; }
  .upload input[type="file"] + label {
    display: block;
    float: left;
    font-size: 13px;
    background-color: #f2f2f2;
    padding: 14px 45px 11px 68px;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    border: 1px solid #e1e1e1;
    margin-right: 20px;
    margin-top: 0; }
    .upload input[type="file"] + label:before {
      content: "";
      display: block;
      position: absolute;
      left: 29px;
      top: calc(50% - 8px);
      width: 16px;
      height: 16px;
      border: 2px solid #3aaccb;
      border-radius: 50%; }
    .upload input[type="file"] + label span:before, .upload input[type="file"] + label span:after {
      content: "";
      display: block;
      width: 8px;
      height: 2px;
      background-color: #48b1ce;
      position: absolute;
      top: calc(50% - 1px);
      left: 33px; }
    .upload input[type="file"] + label span:after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }

.block-button.add, .block-button.remove {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #20a106;
  border-radius: 2px;
  border: 0;
  font-size: 0;
  outline: none;
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-transition: .2s;
  transition: .2s; }
  .block-button.add:hover, .block-button.remove:hover {
    opacity: .8; }
  .block-button.add:before, .block-button.add:after, .block-button.remove:before, .block-button.remove:after {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: 5px; }
  .block-button.add:after, .block-button.remove:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.block-button.remove {
  background-color: #fb2e2e; }
  .block-button.remove:after {
    display: none; }

.add-company {
  margin-top: 57px;
  margin-bottom: 58px; }
  .add-company-error-message {
    margin: 0;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #fdb8b8;
    padding: 18px 15px 15px 187px;
    position: relative;
    margin-left: 20px;
    margin-top: 36px; }
    .add-company-error-message:before {
      content: "Не заполнено поле :";
      display: block;
      position: absolute;
      left: 52px;
      color: #f50000;
      font-family: "Geometria-Medium";
      font-size: 12px; }
    .add-company-error-message:after {
      content: "";
      display: block;
      position: absolute;
      left: 21px;
      top: 18px;
      width: 18px;
      height: 16px;
      background: transparent url(../img/attention.png) left top no-repeat; }
    .add-company-error-message li {
      list-style: none;
      display: block;
      color: #f50000;
      font-family: "Geometria-Medium";
      font-size: 12px;
      margin-bottom: 7px; }
      .add-company-error-message li:last-child {
        margin-bottom: 0; }
  .add-company .button {
    max-width: 220px;
    margin-left: 20px;
    display: inline-block;
    margin-top: 30px;
    margin-right: 50px;
    vertical-align: bottom; }
  .add-company-robot {
    margin-top: 30px;
    display: inline-block; }
    .add-company-robot img {
      width: 100%; }
  .add-company .agent-code {
    color: #222;
    background-color: #f6f6f6;
    margin-left: 20px;
    display: inline-block;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 150px 8px 20px; }
  .add-company .checkbox {
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px; }
    .add-company .checkbox:first-child {
      margin-left: 20px;
      margin-right: 0; }
    .add-company .checkbox:last-child {
      margin-left: 0; }
  .add-company .block-input {
    margin-left: 20px;
    margin-bottom: 10px;
    position: relative;
    max-width: 580px;
    width: 100%; }
    .add-company .block-input:after {
      content: "";
      display: table;
      clear: both; }
    .add-company .block-input .select {
      margin: 0; }
      .add-company .block-input .select:after {
        right: 55px; }
    .add-company .block-input:last-child {
      margin-bottom: 24px; }
    .add-company .block-input .text-input {
      margin: 0; }
  .add-company-description {
    margin-top: 14px;
    margin-bottom: 46px;
    line-height: 25px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 13px;
    color: #595959; }
  .add-company-form label {
    font-family: "Roboto";
    font-size: 15px;
    color: #222222;
    font-weight: 500;
    display: inline-block;
    margin-top: 8px; }
  .add-company-form .text-input {
    margin-left: 20px;
    max-width: 580px;
    width: 100%;
    margin-bottom: 24px; }
  .add-company-form .select {
    margin-left: 20px;
    max-width: 580px;
    width: 100%;
    margin-bottom: 24px; }

.crumbs {
  margin: 27px 0 15px;
  overflow: hidden;
  padding: 0; }
  .crumbs li {
    float: left;
    list-style: none; }
    .crumbs li:last-child a {
      /*color: #299eb8;*/
      /*pointer-events: none;*/
      /*margin-right: 0;*/
       }
      .crumbs li:last-child a:after {
        display: none; }
  .crumbs a {
    text-decoration: none;
    outline: none;
    font-family: "Ubuntu";
    font-weight: 500;
    color: #7b7b7b;
    font-size: 12px;
    display: inline-block;
    margin-right: 15px; }
    .crumbs a:after {
      content: "";
      display: inline-block;
      background: transparent url(../img/crumbs-separator.png) left top no-repeat;
      width: 5px;
      height: 6px;
      margin-left: 16px;
      pointer-events: none; }
    .crumbs a:hover {
      color: #0b7490; }

.aside {
  margin-bottom: 30px; }
  .aside-menu-title, .aside-sub-section-title, .aside-sub-menu-title {
    text-decoration: none;
    outline: none;
    font-family: "Roboto";
    font-weight: 500;
    color: #222;
    -webkit-transition: .2s;
    transition: .2s;
    display: inline;
    position: relative; }
    .aside-menu-title:before, .aside-sub-section-title:before, .aside-sub-menu-title:before, .aside-menu-title:after, .aside-sub-section-title:after, .aside-sub-menu-title:after {
      content: "";
      display: block;
      position: absolute;
      top: 9px;
      width: 6px;
      height: 1px;
      background-color: #222;
      -webkit-transition: .2s;
      transition: .2s; }
    .aside-menu-title:before, .aside-sub-section-title:before, .aside-sub-menu-title:before {
      -webkit-transform: rotate(40deg);
              transform: rotate(40deg);
      right: -18px; }
    .aside-menu-title:after, .aside-sub-section-title:after, .aside-sub-menu-title:after {
      -webkit-transform: rotate(-40deg);
              transform: rotate(-40deg);
      right: -22px; }
    .aside-menu-title:hover, .aside-sub-section-title:hover, .aside-sub-menu-title:hover, .aside-menu-title:focus, .aside-sub-section-title:focus, .aside-sub-menu-title:focus, .aside-menu-title.active, .active.aside-sub-section-title, .active.aside-sub-menu-title {
      color: #2da7c8;
      text-decoration: none; }
      .aside-menu-title:hover:before, .aside-sub-section-title:hover:before, .aside-sub-menu-title:hover:before, .aside-menu-title:hover:after, .aside-sub-section-title:hover:after, .aside-sub-menu-title:hover:after, .aside-menu-title:focus:before, .aside-sub-section-title:focus:before, .aside-sub-menu-title:focus:before, .aside-menu-title:focus:after, .aside-sub-section-title:focus:after, .aside-sub-menu-title:focus:after, .aside-menu-title.active:before, .active.aside-sub-section-title:before, .active.aside-sub-menu-title:before, .aside-menu-title.active:after, .active.aside-sub-section-title:after, .active.aside-sub-menu-title:after {
        background-color: #2da7c8; }
    .aside-menu-title.active:before, .active.aside-sub-section-title:before, .active.aside-sub-menu-title:before {
      -webkit-transform: rotate(-40deg);
              transform: rotate(-40deg); }
    .aside-menu-title.active:after, .active.aside-sub-section-title:after, .active.aside-sub-menu-title:after {
      -webkit-transform: rotate(40deg);
              transform: rotate(40deg); }
  .aside-menu {
    margin: 0;
    padding: 0 0 0 0; }
    .aside-menu.disabled {
      pointer-events: none; }
    .aside-menu > li {
      list-style: none;
      display: block;
      margin-bottom: 18px;
      padding-right: 20px; }
      .aside-menu > li:last-child {
        margin-bottom: 0; }
  .aside-sub-section {
    margin: 12px 0 0 0;
    padding: 0 0 0 0;
    display: none; }
    .aside-sub-section-wrap {
      padding-left: 15px; }
    .aside-sub-section li {
      list-style: none;
      display: block;
      padding-bottom: 8px; }
    .aside-sub-section-title {
      font-size: 13px !important;
      border-bottom: 0 !important;
      padding-bottom: 0 !important; }
  .aside-sub-menu {
    margin: 19px 0 35px 0;
    padding: 0;
    display: none; }
    .aside-sub-menu-title {
      font-size: 14px; }
    .aside-sub-menu > li {
      list-style: none;
      display: block;
      margin-bottom: 15px; }
      .aside-sub-menu > li:last-child {
        margin-bottom: 0; }
    .aside-sub-menu a {
      text-decoration: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      color: #222;
      -webkit-transition: .2s;
      transition: .2s;
      border-bottom: 1px dashed #222;
      padding-bottom: 2px;
      font-size: 13px;
      display: inline; }
      .aside-sub-menu a:hover, .aside-sub-menu a:focus {
        color: #299eb9;
        text-decoration: none;
        border-color: #299eb9; }

.articles {
  /*margin-bottom: 160px; */
}
  .articles .title {
    margin-bottom: 54px; }
  .articles-title {
    margin-top: 0;
    margin-bottom: 22px; }
    .articles-title a {
      text-decoration: none;
      outline: none;
      display: inline;
      border-bottom: 2px solid #90d0e2;
      font-size: 20px;
      -webkit-transition: .2s;
      transition: .2s;
      color: #2da7c8;
      font-weight: 700; }
      .articles-title a:hover, .articles-title a:focus {
        border-color: transparent;
        color: #2da7c8; }
  .articles-text {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto";
    font-weight: 400;
    color: #595959;
    line-height: 23px; }
  .articles-sub-title {
    margin-top: 34px;
    margin-bottom: 17px;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 20px;
    color: #222; }

.articles-more-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-family: "Geometria-Bold";
  color: #282828;
  line-height: 30px; }

.articles-more-sub-title {
  margin-top: 45px;
  margin-bottom: 0;
  font-family: "Geometria-Medium";
  font-size: 20px;
  color: #282828;
  line-height: 28px; }

.articles-more-text {
  margin-top: 24px;
  margin-bottom: 0;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  color: #454545;
  line-height: 23px; }

.articles-more-other-title {
  margin-top: 42px;
  margin-bottom: 7px;
  padding-top: 38px;
  font-family: "Roboto";
  font-weight: 700;
  color: #333;
  border-top: 1px solid #d0d0d0; }

.articles-more-other {
  margin: 0 0 100px;
  padding: 0;
  overflow: hidden; }
  .articles-more-other li {
    display: block;
    list-style: none; }
  .articles-more-other a {
    display: inline-block;
    border-bottom: 1px solid #5bbad4;
    color: #2da7c8;
    text-decoration: none;
    outline: none;
    margin-left: 25px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    margin-bottom: 6px; }
    .articles-more-other a:hover, .articles-more-other a:focus {
      text-decoration: none;
      border-bottom-color: transparent;
      color: #474747; }
    .articles-more-other a:before {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      background-color: #2da7c8;
      border-radius: 50%;
      vertical-align: middle;
      margin-right: 15px;
      position: absolute;
      top: 8px;
      left: -21px; }

.favorite {
  position: relative;
  width: 10px;
  height: 17px;
  background-color: #a9a9a9;
  border-radius: 50px 50px 0 0;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  display: block;
  -webkit-transition: .2s;
  transition: .2s; }
  .favorite:hover
   /*.favorite.added */
   {
    background-color: #cf3d3e;
  }
    .favorite:hover:before
    /*.favorite.added:before */
    {
      background-color: #cf3d3e;
    }
  .favorite:before {
    position: absolute;
    width: 17px;
    height: 10px;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #a9a9a9;
    border-radius: 0 50px 50px 0;
    -webkit-transition: .2s;
    transition: .2s; }

.checked {
  width: 19px;
  height: 19px;
  position: relative;
  border-radius: 50%;
  display: block;
  background: transparent url(../img/checked.png) left top no-repeat;
  width: 19px;
  height: 19px;
  position: relative; }
  .checked-title {
    display: block;
    position: absolute;
    top: 30px;
    left: -60px;
    border-radius: 3px;
    background-color: #575656;
    white-space: nowrap;
    font-size: 13px;
    color: #fff;
    padding: 12px 22px 13px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1000; }
    .checked-title:before {
      content: "";
      display: block;
      border: 5px solid transparent;
      border-bottom: 5px solid #575656;
      position: absolute;
      top: -10px;
      left: 65px; }
  .checked:hover .checked-title {
    opacity: 1; }

.rating {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block; }
  .rating:before {
    content: attr(data-value);
    display: block;
    position: absolute;
    right: -47px;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    color: #222; }
  .rating:after {
    content: "";
    display: table;
    clear: both; }
  .rating li {
    display: block;
    float: left;
    list-style: none;
    width: 20px;
    height: 19px;
    margin-right: 8px; }
    .rating li:last-child {
      margin-right: 0; }
    .rating li.full {
      background: transparent url(../img/star-full.png) left top no-repeat; }
    .rating li.empty {
      background: transparent url(../img/star-empty.png) left top no-repeat; }

.cart-company-title {
  margin-top: 27px;
  margin-bottom: 33px;
  font-family: "Geometria-Bold";
  color: #222;
  display: inline-block;
  vertical-align: middle; }

.cart-company .favorite {
  display: inline-block;
  vertical-align: middle; }

.cart-company .checked {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  margin-right: 20px; }

.cart-company-aside {
  max-width: 322px;
  width: 100%;
  margin-bottom: 30px;
  float: left; }

.cart-company-main {
  max-width: calc(100% - 322px - 58px);
  width: 100%;
  float: right;
  margin-left: 58px;
  padding-top: 3px;
  margin-bottom: 70px; }

.cart-company-title-rating {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  color: #222; }

.cart-company-title-map {
  margin-top: 35px;
  margin-bottom: 15px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  color: #4c4c4c; }

.cart-company-map {
  width: 100%;
  margin-bottom: 36px;
  height: 293px; }

.cart-company-banner {
  max-width: 322px;
  width: 100%;
  height: auto;
  display: block; }
  .cart-company-banner img {
    width: 100%;
    height: auto; }

.cart-company-report-error-wrap {
  text-align: center;
  margin-top: 36px; }

.cart-company-report-error {
  display: inline-block;
  font-family: "Roboto";
  font-weight: 500;
  color: #646464;
  border-bottom: 1px dashed #646464;
  text-decoration: none;
  outline: none;
  -webkit-transition: .2s;
  transition: .2s;
  margin-left: 43px;
  position: relative;
  outline: none; }
  .cart-company-report-error:before {
    content: "";
    display: block;
    width: 17px;
    height: 15px;
    background: transparent url(../img/warning.png) left top no-repeat;
    position: absolute;
    left: -43px; }
  .cart-company-report-error:hover, .cart-company-report-error:focus {
    color: #646464;
    text-decoration: none;
    border-color: transparent;
    outline: none; }

.cart-company-table {
  width: 100%;
  margin-bottom: 27px; }
  .cart-company-table a {
    outline: none;
    display: inline-block;
    text-decoration: none;
    font-family: "Roboto";
    font-size: 15px;
    color: #289fba;
    border-bottom: 1px dashed #289fba;
    -webkit-transition: .2s;
    transition: .2s; }
    .cart-company-table a:hover {
      color: #289fba;
      text-decoration: none;
      border-color: transparent; }
  .cart-company-table td {
    padding: 22px 0 21px; }
  .cart-company-table tr {
    border-top: 1px solid #e4e4e4; }
    .cart-company-table tr td:first-of-type {
      width: 200px;
      vertical-align: top; }
      .cart-company-table tr td:first-of-type span {
        display: block;
        font-family: "Roboto";
        font-weight: 700;
        font-size: 15px;
        color: #222; }
    .cart-company-table tr td:last-of-type span {
      display: block;
      font-family: "Roboto";
      font-size: 15px;
      color: #5e5e5e;
      margin-top: 8px; }
      .cart-company-table tr td:last-of-type span:first-of-type {
        margin-top: 0; }
      .cart-company-table tr td:last-of-type span.metro:before {
        content: "";
        display: inline-block;
        width: 19px;
        height: 15px;
        background: transparent url(../img/subway-gold.png) left top no-repeat;
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 22px; }

.cart-company-smile {
  float: left;
  display: block;
  position: relative;
  margin-top: 22px;
  margin-right: 39px; }
  .cart-company-smile:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: transparent url(../img/smile.png) left top no-repeat;
    vertical-align: sub;
    margin-right: 10px; }
  .cart-company-smile:after {
    content: "";
    display: block;
    width: 1px;
    height: 43px;
    background-color: #b6b6b6;
    position: absolute;
    right: -19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.cart-company-melancholy {
  display: block;
  float: left;
  margin-top: 22px; }
  .cart-company-melancholy:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: transparent url(../img/melancholy.png) left top no-repeat;
    vertical-align: sub;
    margin-right: 10px; }

.cart-company-social {
  margin: 12px 0 0;
  padding: 0; }
  .cart-company-social:after {
    content: "";
    display: table;
    clear: both; }
  .cart-company-social li {
    float: left;
    list-style: none;
    display: block; }
    .cart-company-social li:last-child a {
      margin-right: 0; }
  .cart-company-social a {
    display: block;
    width: 43px;
    height: 43px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    font-size: 0;
    border: none;
    margin-right: 12px;
    -webkit-transition: .2s;
    transition: .2s; }
    .cart-company-social a:hover {
      opacity: .9; }
    .cart-company-social a.ok {
      background-image: url(../img/ok.png); }
    .cart-company-social a.vk {
      background-image: url(../img/vk.png); }
    .cart-company-social a.tw {
      background-image: url(../img/tw.png); }
    .cart-company-social a.in {
      background-image: url(../img/in.png); }
    .cart-company-social a.fb {
      background-image: url(../img/fb.png); }
    .cart-company-social a.g {
      background-image: url(../img/g.png); }

.cart-company-login {
  clear: both;
  overflow: hidden;
  margin-bottom: 12px; }
  .cart-company-login-name {
    display: inline-block;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    color: #383838; }
  .cart-company-login-from {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    color: #c0c0c0; }
  .cart-company-login-picture {
    display: inline-block;
    width: 12px;
    height: 7px; }
    .cart-company-login-picture img {
      width: 100%;
      height: 100%; }

.cart-company-logout {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  color: #383838;
  position: relative;
  display: inline-block;
  text-decoration: none;
  float: right; }
  .cart-company-logout:hover {
    text-decoration: none;
    color: #383838; }
    .cart-company-logout:hover:before {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
  .cart-company-logout:before {
    content: "";
    display: inline-block;
    background: transparent url(../img/exit.png) left top no-repeat;
    width: 13px;
    height: 11px;
    margin-right: 9px;
    -webkit-transition: .2s;
    transition: .2s; }

.cart-company-review-form .button {
  max-width: 196px;
  text-transform: none;
  font-size: 13px;
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: .7px;
  display: inline-block;
  margin-right: 41px; }

.cart-company-review-form textarea {
  height: 150px;
  resize: vertical;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  margin: 0;
  padding: 10px 15px;
  outline: none;
  font-family: "Roboto";
  font-size: 14px;
  margin-bottom: 10px; }

.cart-company-review-form input[type="radio"] {
  display: none; }
  .cart-company-review-form input[type="radio"] + label {
    display: inline-block;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 13px;
    color: #646464;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative; }
    .cart-company-review-form input[type="radio"] + label.cart-company-bad:before {
      content: "";
      display: inline-block;
      width: 25px;
      height: 25px;
      background: transparent url(../img/melancholy.png) left top no-repeat;
      vertical-align: middle;
      margin-right: 12px;
      -webkit-transition: .2s;
      transition: .2s;
      opacity: .6; }
    .cart-company-review-form input[type="radio"] + label.cart-company-nice {
      margin-right: 48px; }
      .cart-company-review-form input[type="radio"] + label.cart-company-nice:before {
        content: "";
        display: inline-block;
        width: 25px;
        height: 25px;
        background: transparent url(../img/smile.png) left top no-repeat;
        vertical-align: middle;
        margin-right: 12px;
        -webkit-transition: .2s;
        transition: .2s;
        opacity: .6; }
      .cart-company-review-form input[type="radio"] + label.cart-company-nice:after {
        content: "";
        display: block;
        width: 1px;
        height: 29px;
        background-color: #a0a0a0;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: -28px; }
  .cart-company-review-form input[type="radio"]:checked + label {
    color: #222222; }
    .cart-company-review-form input[type="radio"]:checked + label:before {
      opacity: 1; }

.cart-company-form-wrap {
  float: right;
  max-width: calc(100% - 200px);
  width: 100%; }

.cart-company-share {
  display: inline-block;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 13px;
  color: #626262;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  float: right;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 8px 15px 7px;
  margin-top: 31px; }
  .cart-company-share:hover {
    color: #fff;
    background-color: #0b98bf;
    text-decoration: none; }
    .cart-company-share:hover:before {
      background-position: 0 -12px;
      margin-bottom: 1px;
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
  .cart-company-share:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent url(../img/share.png) 0 0 no-repeat;
    -webkit-transition: .2s;
    transition: .2s;
    margin-right: 18px;
    vertical-align: middle; }

.contacts .title {
  margin-bottom: 40px;
  margin-top: 42px; }

.contacts-shedule {
  display: block;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  margin-top: 24px;
  margin-bottom: 43px; }
  .contacts-shedule:before {
    content: "";
    display: inline-block;
    background: transparent url(../img/clock.png) left top no-repeat;
    width: 22px;
    height: 22px;
    vertical-align: sub;
    margin-right: 16px; }
  .contacts-shedule span {
    font-weight: 500; }

.contacts-map {
  margin-bottom: 70px;
  height: 340px; }

.contacts-addresses {
  margin: 0;
  padding: 0; }
  .contacts-addresses li {
    display: block;
    list-style: none;
    margin-bottom: 31px; }
  .contacts-addresses-title {
    display: block;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 15px;
    color: #222;
    margin-bottom: 19px; }
  .contacts-addresses-body {
    display: block;
    font-family: "Roboto";
    font-weight: 400;
    color: #595959;
    font-size: 14px; }
    .contacts-addresses-body:before {
      content: "";
      display: inline-block;
      background: transparent url(../img/point-blue.png) left top no-repeat;
      width: 11px;
      height: 15px;
      vertical-align: sub;
      margin-right: 16px;
      margin-bottom: 1px; }

.faq .title {
  margin-bottom: 56px; }

.faq-body {
  margin-bottom: 200px; }

.faq-aside-menu li:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  margin-bottom: 4px; }

.faq-aside-menu li.faq-info:before {
  width: 15px;
  height: 15px;
  background: transparent url(../img/faq-info.png) left top no-repeat; }

.faq-aside-menu li.faq-pravo:before {
  width: 16px;
  height: 16px;
  background: transparent url(../img/faq-pravo.png) left top no-repeat; }

.faq-aside-menu li.faq-new-company:before {
  width: 14px;
  height: 14px;
  background: transparent url(../img/faq-new-company.png) left top no-repeat; }

.faq-aside-menu li.faq-advertising:before {
  width: 16px;
  height: 12px;
  background: transparent url(../img/faq-advertising.png) left top no-repeat; }

.faq-aside-menu li.faq-rating:before {
  width: 14px;
  height: 14px;
  background: transparent url(../img/faq-rating.png) left top no-repeat; }

.faq-title {
  margin-top: 0;
  margin-bottom: 18px;
  font-family: "Geometria-Bold";
  font-size: 20px; }

.faq-text {
  margin-top: 0;
  margin-bottom: 31px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 13px;
  color: #595959;
  line-height: 24px; }

.all-list-title {
  margin-top: 44px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 21px;
  color: #262626; }

.all-list .crumbs {
  margin: 15px 0 34px; }

.all-list-amount {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #545454;
  margin-bottom: 41px; }
  .all-list-amount span {
    font-weight: 700; }

.all-list-show-list, .all-list-show-map {
  width: 182px;
  height: 38px;
  font-size: 12px;
  line-height: 38px;
  color: #fff;
  border: none;
  outline: none;
  background-color: transparent;
  padding-left: 0;
  float: right;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  margin-top: -7px;
  display: block;
  text-align: center; }
  .all-list-show-list:before, .all-list-show-map:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px; }
  .all-list-show-list:hover, .all-list-show-list:focus, .all-list-show-map:hover, .all-list-show-map:focus {
    text-decoration: none;
    opacity: .9; }

.all-list-show-list {
  background-color: #29a0bc;
  color: #fff; }
  .all-list-show-list:hover {
    color: #fff; }
  .all-list-show-list:before {
    background: transparent url(../img/list.png) left top no-repeat;
    width: 14px;
    height: 10px; }

.all-list-show-map {
  background-color: #fff;
  color: #565656;
  border: 1px solid #cccccc;
  margin-right: 10px; }
  .all-list-show-map:hover {
    color: #565656; }
  .all-list-show-map:before {
    background: transparent url(../img/earth.png) left top no-repeat;
    width: 13px;
    height: 13px; }

.all-list-pagination {
  margin-top: 45px;
  margin-bottom: 50px; }

.all-list-banners {
  text-align: center; }

.all-list-banner {
  margin-bottom: 15px;
  display: block;
  max-width: 230px;
  float: right; }
  .all-list-banner img {
    width: 100%; }

.small-rating {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block; }
  .small-rating:after {
    content: "";
    display: table;
    clear: both; }
  .small-rating li {
    display: block;
    float: left;
    list-style: none;
    width: 14px;
    height: 14px;
    margin-right: 5px; }
    .small-rating li:last-child {
      margin-right: 0; }
    .small-rating li.full {
      background: transparent url(../img/small-star-full.png) left top no-repeat; }
    .small-rating li.empty {
      background: transparent url(../img/small-star-empty.png) left top no-repeat; }

.pagination {
  clear: both;
  text-align: center;
  font-size: 17px;
}
  .pagination-list {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 0; }
    .pagination-list li {
      display: inline-block;
      list-style: none; }
      .pagination-list li:last-child a {
        /*margin-right: 0;*/
        /*position: relative;*/
        /*margin-left: 19px; */
      }
        .pagination-list li:last-child a:before {
          /*content: "....";*/
          display: block;
          position: absolute;
          font-size: 17px;
          font-weight: 500;
          color: #262626;
          pointer-events: none; }
    .pagination-list a {
      font-size: 17px;
      font-weight: 500;
      color: #262626;
      text-decoration: none;
      -webkit-transition: .2s;
      transition: .2s;
      padding: 5px 9px 4px;
      border-radius: 3px;
      margin-right: 4px; }
      .pagination-list a:hover {
        color: #1994af; }
      .pagination-list li.active span{
        background-color: #1994af;
        color: #fff;
        pointer-events: none;
        transition: .2s;
        padding: 5px 9px 4px;
        border-radius: 3px;
        margin-right: 4px;

      }
  .pagination-prev, .pagination-next {
    background-color: transparent;
    outline: none;
    border: none;
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    margin-bottom: 5px; }
    .pagination-prev:hover:before, .pagination-prev:hover:after, .pagination-next:hover:before, .pagination-next:hover:after {
      background-color: #1994af; }
    .pagination-prev:before, .pagination-prev:after, .pagination-next:before, .pagination-next:after {
      content: "";
      display: block;
      width: 7px;
      height: 2px;
      background-color: #7f7f7f;
      position: absolute;
      left: calc(50% - 3px);
      -webkit-transition: .2s;
      transition: .2s; }
    .pagination-prev:before, .pagination-next:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 9px; }
    .pagination-prev:after, .pagination-next:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 6px; }
  .pagination-prev {
    margin-right: 17px; }
  .pagination-next {
    margin-left: 17px; }
    .pagination-next:before {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .pagination-next:after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.result-item {
  border: 1px solid #e8e8e8;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 31px 42px 37px 30px;
  clear: both;
  margin-bottom: 16px; }
  .result-item:before {
    content: "";
    display: table; }
  .result-item:before {
    content: "";
    display: table;
    clear: both; }
  .result-item-title {
    margin-top: 0;
    margin-bottom: auto;
    font-weight: 500;
    display: inline-block; }
    .result-item-title a {
      font-size: 18px;
      margin-right: 31px;
      border-bottom: 1px solid transparent;
      -webkit-transition: .2s;
      transition: .2s;
      color: #262626;
      text-decoration: none; }
    .result-item-title:hover a, .result-item-title:focus a {
      border-bottom-color: #262626;
      text-decoration: none; }
    .result-item-title.king:before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent url(../img/king.png) left top no-repeat;
      vertical-align: sub;
      margin-right: 18px; }
  .result-item:hover {
    border-color: #eacb4c; }

.result .checked, .result .favorite {
  float: right;
  margin-top: 8px; }

.result .checked {
  margin-right: 20px; }

.result-phone {
  color: #818181 !important; }

.result-address {
  display: block;
  font-style: normal;
  clear: both;
  margin-top: 25px;
  overflow: hidden; }
  .result-address:before {
    content: "";
    display: table; }
  .result-address:before {
    content: "";
    display: table;
    clear: both; }
  .result-address-item {
    font-weight: 500;
    font-size: 13px;
    color: #818181;
    position: relative;
    display: block;
    float: left;
    padding-right: 48px; }
    .result-address-item:first-child {
      width: 50%; }
      .result-address-item:first-child:after {
        content: "";
        display: block;
        width: 1px;
        height: 26px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: #c1c1c1;
        margin-right: 24px; }
    .result-address-item:last-child {
      width: 50%; }
    .result-address-item span {
      color: #262626; }

.with-another-search .search {
  background-color: #eeeeee;
  max-width: 100%;
  padding: 17px 0 17px; }
  .with-another-search .search .new-input-block-wrap {
    top: 44px; }
  .with-another-search .search .find-select {
    height: 43px;
    border-radius: 2px 0 0 2px;
    line-height: 43px; }
    .with-another-search .search .find-select.open .find-select-button:after {
      top: 16px; }
    .with-another-search .search .find-select-dropdown .text-input {
      height: 40px;
      line-height: 40px; }
    .with-another-search .search .find-select.city {
      border-left: 1px solid #e5e5e5; }
    .with-another-search .search .find-select.specialization {
      border-right: 1px solid #e5e5e5; }
  .with-another-search .search-dropdown {
    border: 1px solid #e3e3e3;
    left: 20%;
    top: 43px; }
  .with-another-search .search-form-row {
    max-width: 100%;
    width: 100%;
    float: left;
    position: relative; }
    .with-another-search .search-form-row > .block-input {
      width: 38%; }
  .with-another-search .search .find-select {
    width: 20%; }
  .with-another-search .search .button {
    max-width: 92px;
    float: right;
    height: 42px;
    margin-left: 13px; }
  .with-another-search .search-filter {
    max-width: 700px;
    right: 0;
    top: 43px;
    z-index: 3000; }
    .with-another-search .search-filter-list li {
      width: 33.333333%; }
  .with-another-search .search-filter-open {
    width: 140px;
    height: 42px;
    font-size: 12px;
    line-height: 42px;
    font-weight: 500;
    color: #575656;
    outline: none;
    background-color: transparent;
    float: right;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    display: block;
    border: 1px solid #cccccc;
    position: relative;
    padding-right: 30px;
    margin-top: 0; }
    .with-another-search .search-filter-open:hover {
      background-color: #73c7dd;
      color: #fff;
      border-color: #73c7dd; }
    .with-another-search .search-filter-open span {
      background: transparent url(../img/megogo-circle.png) left top no-repeat;
      width: 37px;
      height: 37px;
      display: block;
      position: absolute;
      top: 6px;
      right: 6px; }
      .with-another-search .search-filter-open span:after {
        content: attr(data-value);
        position: absolute;
        left: calc(50% - 1px);
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: -7px;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        font-family: "Geometria-Bold"; }
  .with-another-search .search .text-input {
    height: 43px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    line-height: 43px;
    display: block; }
  .with-another-search .search .block-button.add, .with-another-search .search .block-button.remove {
    width: 19px;
    height: 19px;
    top: 12px !important; }
    .with-another-search .search .block-button.add:before, .with-another-search .search .block-button.add:after, .with-another-search .search .block-button.remove:before, .with-another-search .search .block-button.remove:after {
      width: 8px;
      left: 6px;
      top: 9px; }

.result-search .crumbs {
  margin-top: 50px;
  margin-bottom: 27px; }

.result-search .all-list-title {
  margin-top: 0;
  margin-bottom: 20px; }

.result-search .result-address-item:first-child {
  width: 36%; }

.result-search .result-address-item:last-child {
  width: 64%; }

.lazy-search .title {
  margin-top: 50px;
  margin-bottom: 15px; }

.lazy-search-description {
  display: block;
  font-family: "Roboto";
  font-size: 13px;
  color: #595959; }

.lazy-search-note {
  display: block;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  color: #222;
  margin-top: 85px;
  margin-bottom: 35px; }
  .lazy-search-note span {
    color: #fb2e2e; }

.lazy-search-block {
  width: 25%;
  padding: 0 15px;
  float: left;
  padding-bottom: 40px;
  position: relative; }
  .lazy-search-block:first-child {
    padding-left: 0; }
  .lazy-search-block:last-child {
    padding-right: 0; }
  .lazy-search-block.error:before {
    content: attr(data-error);
    position: absolute;
    font-family: "Roboto";
    font-size: 12px;
    color: #fb2e2e;
    top: 49px; }

.lazy-search-form {
  display: block;
  margin-bottom: 30px; }
  .lazy-search-form .text-input {
    width: 100%; }
  .lazy-search-form .select {
    width: 100%; }
  .lazy-search-form textarea {
    height: 180px;
    resize: vertical;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #b1b1b1;
    margin: 0;
    padding: 20px;
    outline: none;
    font-family: "Roboto";
    font-size: 14px;
    margin-bottom: 20px;
    color: #8a8a8a;
    -webkit-transition: .2s;
    transition: .2s; }
    .lazy-search-form textarea:focus {
      border-color: #2da7c8; }
  .lazy-search-form .button {
    max-width: 225px;
    display: inline-block;
    margin-bottom: 25px;
    outline: none; }
    .lazy-search-form .button:focuse {
      outline: none; }

.lazy-search-secure {
  position: relative;
  display: inline-block;
  margin-left: 45px; }
  .lazy-search-secure:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 17px;
    background: transparent url(../img/secure.png) left top no-repeat;
    vertical-align: sub;
    margin-right: 19px; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-close {
  font-weight: 100;
  font-family: "Roboto";
  font-size: 32px;
  color: #9f9f9f !important;
  -webkit-transition: .2s;
  transition: .2s; }
  .mfp-close:hover {
    color: #a7a7a7 !important; }

.mfp-bg {
  background-color: #808080;
  opacity: .6; }

.popup {
  position: relative;
  background: #FFF;
  padding: 90px 10px;
  margin: 10px auto;
  max-width: 580px;
  width: 100%;
  text-align: center; }
  .popup-title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 19px;
    color: #222; }
  .popup-text {
    margin-top: 18px;
    margin-bottom: 0;
    font-family: "Roboto";
    font-size: 16px;
    color: #4e4e4e; }

.popup-form {
  text-align: left;
  padding-top: 68px;
  padding-bottom: 23px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 380px; }
  .popup-form .popup-title {
    font-size: 17px; }
  .popup-form .button {
    max-width: 196px;
    text-transform: none;
    font-size: 13px;
    font-family: "Roboto";
    font-weight: 400; }
  .popup-form textarea {
    height: 172px;
    resize: vertical;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #b1b1b1;
    margin: 0;
    padding: 20px;
    outline: none;
    font-family: "Roboto";
    font-size: 14px;
    margin-bottom: 20px;
    color: #8a8a8a;
    -webkit-transition: .2s;
    transition: .2s;
    margin-top: 20px; }
    .popup-form textarea:focus {
      border-color: #2da7c8; }

.map-container {
  width: 100%;
  height: 755px;
  background-color: #e5e3df;
}

.map-increase, .map-decrease {
  position: absolute;
  bottom: 30px;
  z-index: 2000;
  background-color: #585858;
  width: 37px;
  height: 37px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  opacity: .8;
  -webkit-transition: .2s;
  transition: .2s; }
  .map-increase:hover, .map-decrease:hover {
    opacity: 1; }

.map-increase {
  right: 102px; }

.map-decrease {
  right: 60px; }

.map-show-map, .map-show-list {
  display: block;
  position: absolute;
  top: 25px;
  z-index: 1500;
  background-color: #585858;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 9px 30px 10px; }
  .map-show-map:before, .map-show-list:before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    margin-bottom: 2px;
    margin-right: 15px; }
  .map-show-map.active, .map-show-list.active {
    background-color: #434343; }
  .map-show-map:hover, .map-show-map:focus, .map-show-list:hover, .map-show-list:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    opacity: 1; }

.map-show-list {
  border-radius: 0 3px 3px 0;
  right: 61px; }
  .map-show-list:before {
    width: 14px;
    height: 10px;
    background: transparent url(../img/show-list-white.png) left top no-repeat; }

.map-show-map {
  right: 259px;
  border-radius: 3px 0 0 3px; }
  .map-show-map:before {
    width: 13px;
    height: 13px;
    background: transparent url(../img/show-map-white.png) left top no-repeat; }

.map-main {
  position: relative;
  height: 100%;
  min-height: 100%;
}

@media screen and (min-width: 991px){

    .map-content {
  position: absolute;
  z-index: 1000;
  top: 0;
  left:0;
  /*left: 50%;*/
  /*-webkit-transform: translateX(-50%);*/
          /*transform: translateX(-50%);*/
  /*pointer-events: none;*/
   }

}



.map-aside {
  width: 358px;
  background-color: #fafafa;
  pointer-events: auto; }

.map-header {
  background-color: #2aa0bd;
  text-align: center;
  padding-top: 21px;
  padding-bottom: 24px; }

.map-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff; }

.map-note {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-top: 10px; }

.map-result {
  display: block;
  font-size: 14px;
  color: #7c7c7c;
  background-color: #fafafa;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative; }
  .map-result span {
    font-weight: 500;
    color: #5b5b5b; }

.map-hide-list {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  background-color: transparent;
  border: none;
  outline: none; }
  .map-hide-list:before, .map-hide-list:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #0b7490;
    height: 2px;
    width: 8px;
    top: 15px; }
  .map-hide-list:before {
    left: 6px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .map-hide-list:after {
    left: 11px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .map-hide-list:hover, .map-hide-list:focus {
    text-decoration: none;
    border-color: transparent; }
  .map-hide-list.active:before, .map-hide-list.active:after {
    background-color: #515050; }
  .map-hide-list.active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .map-hide-list.active:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.map-list {
  margin: 0;
  padding: 0 18px 80px 0; }
  .map-list li {
    display: block;
    list-style: none;
    padding-top: 14px;
    padding-bottom: 0px; }

.map-company-name {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #262626;
  padding-left: 23px;
  padding-right: 23px;
  text-decoration: none;
  outline: none;
  -webkit-transition: .2s;
  transition: .2s;
  margin-bottom: 3px;
  line-height: 24px; }
  .map-company-name:hover, .map-company-name:focus {
    color: #2aa2bf;
    text-decoration: none;
    outline: none; }

.map-company-address {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #767676;
  padding-left: 23px;
  padding-right: 23px;
  margin-bottom: 14px;
  line-height: 20px; }

.map-company-footer {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 8px 0 9px 23px; }

.map-company-show-on-map {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  color: #7f7f7f;
  text-decoration: none;
  outline: none;
  position: relative;
  margin-left: 6px;
  padding-left: 12px; }
  .map-company-show-on-map:before, .map-company-show-on-map:after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background-color: #7f7f7f;
    position: absolute;
    right: -14px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .2s;
    transition: .2s;
    pointer-events: none; }
  .map-company-show-on-map:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 2px); }
  .map-company-show-on-map:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% + 2px); }
  .map-company-show-on-map:hover, .map-company-show-on-map:focus {
    text-decoration: none;
    outline: none;
    color: #7f7f7f; }
    .map-company-show-on-map:hover:before, .map-company-show-on-map:hover:after, .map-company-show-on-map:focus:before, .map-company-show-on-map:focus:after {
      right: -20px; }
  .map-company-show-on-map span:before {
    content: "";
    display: block;
    height: 23px;
    width: 1px;
    background-color: #cccccc;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0; }

.map .small-rating {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 12px;
  margin-right: 8px; }
  .map .small-rating:after {
    content: "";
    display: block;
    height: 23px;
    width: 1px;
    background-color: #cccccc;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .map .small-rating li {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-right: 0; }

.map .favorite {
  display: inline-block;
  -webkit-transform: rotate(315deg) scale(0.7);
          transform: rotate(315deg) scale(0.7);
  vertical-align: sub;
  margin-right: 6px; }

.map .checked {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7); }

.map .checked-wrap {
  position: relative;
  display: inline-block;
  padding-left: 18px; }
  .map .checked-wrap:before {
    content: "";
    display: block;
    height: 23px;
    width: 1px;
    background-color: #cccccc;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 6px; }

.map-pagination {
  position: absolute;
  bottom: 18px;
  left: 0;
  font-size:
  /*-webkit-transform: translateX(-50%);*/
          /*transform: translateX(-50%);*/
  margin: 0;
  padding: 0;
  z-index: 1500;
  font-size: 14px;
}
  .map-pagination li {
    display: block;
    float: left;
    list-style: none;
      font-size: 14px;
  }
  .map-pagination a,
  .map-pagination span {
    display: block;
      font-size: 14px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    -webkit-transition: .2s;
    transition: .2s;
    color: #545454;
    text-decoration: none;
  }
    .map-pagination a:hover {
      color: #7fc0ca;
    }
    .map-pagination li.active,
    .map-pagination li.active span
    {
      background-color: #7fc0ca;
      color: #fff;
      border-radius: 20px;
    }

.map-pagination-prev, .map-pagination-next {
  display: block;
  text-decoration: none;
  outline: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 25px;
  z-index: 2000;
}
  .map-pagination-prev:before, .map-pagination-prev:after, .map-pagination-next:before, .map-pagination-next:after {
    content: "";
    display: block;
    width: 7px;
    height: 2px;
    background-color: #7f7f7f;
    position: absolute; }
  .map-pagination-prev:before, .map-pagination-next:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 6px; }
  .map-pagination-prev:after, .map-pagination-next:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 2px; }

.map-pagination-prev {
  left: 23%; }

.map-pagination-next {
  right: 23%; }
  .map-pagination-next:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 5px; }
  .map-pagination-next:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

#map-list {
  position: relative; }
  #map-list:after {
    width: 100%;
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    height: 80px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9), white, white);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9), white, white); }
  #map-list .scrollbar {
    position: absolute;
    top: 0;
    right: 4px;
    width: 7px;
    background-color: #e9e9e9;
    z-index: 1000; }
  #map-list .viewport {
    /*height: 609px;*/
    min-height: 80px;
    overflow: hidden;
    position: relative; }
  #map-list .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0; }
  #map-list .thumb {
    height: 69px;
    width: 5px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 2px;
    background-color: #575656;
    border-radius: 3px; }

.find-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .find-select-button {
    cursor: pointer; }
    .find-select-button:after {
      border: 4px solid transparent;
      border-top: 4px solid #a7a7a7;
      height: auto;
      width: auto;
      right: 20px;
      top: calc(50% + 2px);
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      content: '';
      display: block;
      margin-top: -4px;
      pointer-events: none;
      position: absolute;
      -webkit-transform-origin: 66% 66%;
              transform-origin: 66% 66%;
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      border: 4px solid transparent;
      border-top: 4px solid #a7a7a7;
      height: auto;
      width: auto;
      right: 20px;
      top: calc(50% + 2px);
      transform: rotate(0deg); }
    .find-select-button .text-input {
      pointer-events: none; }
  .find-select.with-block-button .find-select-button:after {
    right: 50px; }
  .find-select.open .find-select-button:after {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    top: 16px; }
  .find-select-dropdown {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    border: 1px solid rgba(68, 68, 68, 0.11);
    z-index: 4000;
    background-color: #fff;
    width: 100%;
    margin-top: 4px;
    border-radius: 3px; }
  .find-select.open .find-select-dropdown {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .find-select-search {
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 16px;
    padding-right: 16px; }
  .find-select-list {
    margin: 0;
    padding: 0;
    width: calc(100%);
    max-height: 284px;
    overflow-y: auto;
    margin-top: 4px;
    padding: 0; }
    .find-select-list li {
      list-style: none;
      display: block;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      text-align: left;
      line-height: 40px;
      list-style: none;
      min-height: 40px;
      outline: none;
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-left: 18px;
      padding-right: 18px; }
      .find-select-list li:hover {
        background-color: #f6f6f6; }


.form-control {
            display: block;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857;
            color: #555555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}



