.titleC {
  font-size: 24px;
  font-weight: 700; }

html {
  height: 100%;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 16px;
  background: #1f2026;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: 'Azo', sans-serif; }

main {
  border-radius: 10px;
  background: #e8f4f0;
  padding: 20px; }
  @media all and (max-width: 767px) {
  main {
    border-radius: 0; } }

.box {
  border-radius: 10px;
  background: #fff; }

table {
  border-collapse: collapse; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  margin: 0;
  padding: 0;
  outline: none; }

td {
  vertical-align: top; }

textarea {
  overflow: auto; }

img {
  border: none;
  display: block; }

map {
  display: none; }

object, embed {
  display: block; }

.wf {
  width: 100%; }

.hf {
  height: 100%; }

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

.wh1 {
  width: 1px;
  height: 1px; }

.posrel {
  position: relative; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

.taj {
  text-align: justify; }

.ma {
  margin: auto; }

.m0a {
  margin: 0 auto; }

.curp {
  cursor: pointer; }

.nowrap {
  white-space: nowrap; }

.di {
  display: inline; }

.dib {
  display: inline-block; }

.dn {
  display: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.vat {
  vertical-align: top; }

.vam {
  vertical-align: middle; }

.vab {
  vertical-align: bottom; }

.clr, .clear {
  clear: both; }

.clrf {
  display: block !important;
  float: none !important;
  width: 1px !important;
  height: 1px !important;
  clear: both !important;
  padding: 0 !important;
  margin: 0 !important; }

.cl:after {
  content: "";
  display: table;
  clear: both; }

table.debug, .debug table {
  border: 1px dotted #c33;
  border-collapse: collapse; }

td.debug, .debug td {
  border: 1px dotted #ff7769; }

div.debug, .debug div {
  border: 1px dotted #33c; }

span.debug, .debug span {
  border: 1px dotted #3c3; }

@media screen, handheld, projection, speech, tty, tv {
  .forPrint {
    display: none; } }

@media print {
  .forScreen {
    display: none; } }

.inv {
  display: fixed;
  left: -9999px;
  top: -9999px;
  visibility: hidden;
  z-index: -1; }

ul.uns {
  list-style: none; }

@font-face {
  font-family: "Azo";
  src: url('../fonts/AzoSans-Regular.ttf') format('truetype'), url('../fonts/AzoSans-Regular.woff') format('woff');
  font-weight: 400; }

@font-face {
  font-family: "Azo";
  src: url('../fonts/AzoSans-Bold.ttf') format('truetype'), url('../fonts/AzoSans-Bold.woff') format('woff');
  font-weight: 700; }

.routePath-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #f5f5f5; }
  .routePath-icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px; }
  @media screen and (max-width: 768px) {
  .routePath-icon {
    width: 50px;
    height: 50px; }
    .routePath-icon img {
      width: 30px;
      height: 30px; } }

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

ul, ul li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  margin: 0;
  outline: none;
  border: none;
  font-family: 'ProximaNova', sans-serif; }

a {
  text-decoration: none;
  color: inherit; }

b, b *, strong, strong * {
  font-weight: bold !important; }

em, em *, i, i * {
  font-style: italic !important; }

* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }
/* Tables
 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

.form-input {
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  padding: 0 15px;
  outline: none;
  font-size: 14px;
  font-weight: 700;
  width: 100%; }
  .form-input::-webkit-input-placeholder {
    color: #9f9999; }
  .form-input:-moz-placeholder {
    color: #9f9999; }
  .form-input::-moz-placeholder {
    color: #9f9999; }
  .form-input:-ms-input-placeholder {
    color: #9f9999; }
  .form-input:focus::-webkit-input-placeholder {
    text-indent: -9999px;
    font-size: 0; }
  .form-input:focus:-moz-placeholder {
    text-indent: -9999px;
    font-size: 0; }
  .form-input:focus::-moz-placeholder {
    text-indent: -9999px;
    font-size: 0; }
  .form-input:focus:-ms-input-placeholder {
    text-indent: -9999px;
    font-size: 0; }

textarea.form-input {
  padding: 10px 15px;
  resize: none; }

.error .form-input {
  border-color: red; }

.btn {
  height: 40px;
  line-height: 43px;
  font-size: 12px;
  font-weight: 700;
  background: #41dd9f;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  padding: 0 30px;
  text-transform: uppercase;
  border: 0; }
  .btn i {
    display: inline-block;
    margin-top: 2px;
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
    margin-left: 10px;
    background-image: url("../images/icons/btn-icon.svg");
    background-position: center center;
    background-repeat: no-repeat; }
  .btn:hover {
    text-decoration: none; }
  @media screen and (max-width: 768px) {
  .btn {
    width: 100%; } }

body {
  height: auto;
  color: #453857;
  height: 100%; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.forprint, .preload {
  display: none; }

.forscreen {
  display: block; }

.wrapper {
  max-width: 1245px;
  width: 100%;
  margin: 0 auto; }

.clra:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0; }

footer {
  background: #453857;
  color: #d8cfe6;
  padding-top: 25px;
  margin-top: 40px; }
  footer .wrapper {
    padding: 0 30px; }
    @media screen and (max-width: 768px) {
  footer .wrapper {
    padding: 0 20px; } }
  footer .footer-list {
    width: 100%;
    display: table;
    table-layout: fixed; }
    footer .footer-list .footerBlock {
      display: table-cell;
      vertical-align: top;
      padding: 15px 0 15px 30px;
      border-right: 1px solid #554867; }
      footer .footer-list .footerBlock:first-child {
        padding-left: 0; }
      footer .footer-list .footerBlock:last-of-type {
        border-right: 0; }
      footer .footer-list .footerBlock .contacts {
        font-size: 14px;
        line-height: 20px;
        color: #fff; }
    @media screen and (max-width: 768px) {
  footer .footer-list {
    display: block; }
    footer .footer-list .footerBlock {
      display: block;
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      border-right: 0; } }
  footer .title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block; }
  footer .footerNav {
    font-size: 12px;
    line-height: 20px; }
  footer .apps a {
    width: 146px;
    height: 46px;
    display: block;
    margin-bottom: 10px; }
    footer .apps a:last-of-type {
      margin-bottom: 0; }
    footer .apps a.googleplay {
      background-image: url("../images/google-icon.svg");
      background-position: left center;
      background-repeat: no-repeat; }
    footer .apps a.appstore {
      background-image: url("../images/appstore-icon.svg");
      background-position: left center;
      background-repeat: no-repeat; }
  footer .cRights {
    font-size: 14px;
    color: #d8cfe6;
    border-top: 1px solid #554867;
    margin-top: 25px;
    line-height: 50px; }

header {
  height: 135px;
  padding: 20px; }
  @media screen and (max-width: 768px) {
  header {
    height: 80px; } }
  header .hLeftBlock {
    float: left; }
    header .hLeftBlock .logo {
      width: 140px;
      height: 95px;
      display: inline-block;
      vertical-align: middle;
      background-image: url("../images/logo.svg");
      background-position: center center;
      background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
    header .hLeftBlock .logo {
      height: 45px;
      width: 70px;
      background-size: contain; } }
    header .hLeftBlock .logo-text {
      display: inline-block;
      vertical-align: middle;
      margin-left: 35px;
      position: relative; }
    header .hLeftBlock .logo-text::before {
      content: "";
      position: absolute;
      background: #e8f1f4;
      width: 1px;
      height: 95px;
      left: -20px;
      top: -23px; }
    header .hLeftBlock .logo-text strong {
      color: #41dd9f; }
    @media screen and (max-width: 768px) {
    header .hLeftBlock .logo-text {
      margin-left: 0px;
      font-size: 13px; }
      header .hLeftBlock .logo-text::before {
        display: none; } }
  header .my-objects {
    float: right;
    margin-top: 20px; }
    header .my-objects .myObjectsBtn {
      height: 50px;
      line-height: 53px;
      background: #41dd9f;
      border-radius: 50px;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      padding: 0 25px;
      display: inline-block;
      text-transform: uppercase; }
    header .my-objects .myObjectsBtn .count {
      display: inline-block;
      width: 30px;
      height: 30px;
      background-color: #453857;
      border-radius: 30px;
      line-height: 33px;
      text-align: center;
      margin-left: 10px; }
    header .my-objects .myObjectsBtn p {
      display: inline-block; }
    @media screen and (max-width: 768px) {
    header .my-objects .myObjectsBtn {
      height: 35px;
      line-height: 35px;
      padding: 0;
      background: none;
      position: absolute;
      top: 26px;
      right: 20px; }
      header .my-objects .myObjectsBtn p {
        display: none; } }

.content {
  float: left;
  max-width: 850px;
  width: 100%; }
  @media screen and (max-width: 1245px) {
  .content {
    width: 70%;
    max-width: none; } }
  @media screen and (max-width: 768px) {
  .content {
    width: 100%;
    border-radius: 0; } }

.routebox {
  margin-bottom: 20px; }
  .routebox:last-of-type {
    margin-bottom: 0; }
  .routebox .routeImage {
    width: 100%;
    height: 320px;
    position: relative;
    border-radius: 10px 10px 0 0; }
  .routebox .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    border-radius: 10px 10px 0 0; }
  .routebox .routeTitle-info {
    position: absolute;
    z-index: 2;
    width: 80%;
    top: 45px;
    left: 4%; }
  .routebox .title {
    color: #fff;
    font-size: 24px;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
  .routebox .title {
    font-size: 20px; } }
  .routebox .info {
    padding: 25px 30px 20px 30px; }
    @media screen and (max-width: 768px) {
  .routebox .info {
    padding: 25px 20px 20px 20px; } }
  .routebox .detailsIinfo {
    display: inline-block;
    width: 100%;
    font-size: 16px; }
    .routebox .detailsIinfo .weekendD {
      float: left;
      width: 48%; }
    @media screen and (max-width: 768px) {
    .routebox .detailsIinfo .weekendD {
      width: 100%;
      margin-bottom: 20px; } }
  .routebox .destinationInfo {
    float: right;
    width: 40%;
    text-align: right; }
    .routebox .destinationInfo li {
      margin-bottom: 5px; }
    @media screen and (max-width: 768px) {
    .routebox .destinationInfo li {
      margin-bottom: 10px; } }
    .routebox .destinationInfo span {
      float: left;
      font-weight: 700; }
    @media screen and (max-width: 768px) {
  .routebox .destinationInfo {
    width: 100%;
    text-align: left; }
    .routebox .destinationInfo span {
      width: 100%; } }
  .routebox .distanceRoute {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #e8f4f0;
    margin-top: 20px; }
    .routebox .distanceRoute.shorter {
      display: block;
      width: 80%;
      margin: 0 auto; }
    @media screen and (max-width: 768px) {
    .routebox .distanceRoute.shorter {
      width: 100%; } }
    .routebox .distanceRoute .routePath-icon {
      margin-bottom: 20px; }
    .routebox .distanceRoute:empty {
      display: none; }
    .routebox .distanceRoute .distance {
      display: inline-block;
      vertical-align: middle;
      font-size: 11px;
      margin: 0 5px;
      position: relative;
      width: 7%;
      margin-top: -27px;
      text-align: left; }
    .routebox .distanceRoute .distance::after {
      content: "";
      width: 100%;
      height: 10px;
      position: absolute;
      left: 0;
      bottom: -7px;
      background: url("../images/icons/routeArrow.svg") right center no-repeat;
      background-size: contain; }
    @media screen and (max-width: 768px) {
    .routebox .distanceRoute .distance {
      width: 30px; } }
    @media screen and (max-width: 768px) {
  .routebox .distanceRoute .routePath-icon {
    margin-bottom: 10px; } }
  .routebox .routesControll {
    padding-top: 20px;
    border-top: 1px solid #e8f4f0;
    text-align: right; }

.types {
  margin-top: 10px;
  margin-left: 20px;
  display: inline-block;
  width: 100%; }
  @media screen and (max-width: 768px) {
  .types {
    margin-top: 25px; } }
  .types > li {
    float: left; }
    .types > li .type {
      height: 26px;
      line-height: 28px;
      background: #453857;
      border-radius: 26px;
      font-size: 11px;
      color: #fff;
      padding: 0 10px 0 30px;
      position: relative;
      letter-spacing: 1px;
      margin-right: 40px; }
    .types > li .type::before {
      content: "";
      position: absolute;
      width: 40px;
      height: 40px;
      background-color: #41dd9f;
      border-radius: 50%;
      top: -7px;
      left: -20px; }
    .types > li .type.car::before {
      background-image: url("../images/icons/car.svg");
      background-position: center center;
      background-repeat: no-repeat; }
    .types > li .type.bicycle::before {
      background-image: url("../images/icons/bicycle.svg");
      background-position: center center;
      background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
  .types > li {
    width: 100%;
    margin-bottom: 25px; }
    .types > li .type {
      float: left; } }

.sidebar {
  float: right;
  width: 330px; }
  .sidebar.desktop {
    display: block; }
  .sidebar.mobile {
    display: none; }
  @media screen and (max-width: 1245px) {
  .sidebar {
    width: 28%; } }
  @media screen and (max-width: 768px) {
  .sidebar {
    width: 100%; }
    .sidebar.desktop {
      display: none; }

    .sidebar.mobile {
      display: block;
      margin-bottom: 15px; } }
  .sidebar .box {
    margin-bottom: 20px;
    padding: 25px 20px;
    font-size: 12px; }
    .sidebar .box .title {
      font-size: 16px;
      font-weight: 700;
      padding: 3px 0 3px 35px;
      margin-bottom: 20px; }
    .sidebar .box .title.route_durations {
      background-image: url("../images/icons/route-duration.svg");
      background-position: left center;
      background-repeat: no-repeat; }
    .sidebar .box .title.route_objects {
      background-image: url("../images/icons/route-objects.svg");
      background-position: left center;
      background-repeat: no-repeat; }
    .sidebar .box .title.route_types {
      background-image: url("../images/icons/route-types.svg");
      background-position: left center;
      background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
  .sidebar .box {
    padding: 5px 20px;
    margin-bottom: 10px; }
    .sidebar .box .title {
      padding: 10px 0 10px 35px;
      margin-bottom: 0;
      width: 100%;
      display: inline-block; }
    .sidebar .box .filters {
      display: none;
      margin-top: 0; } }
  .sidebar .top {
    padding: 20px; }
    .sidebar .top .types {
      padding-right: 20px; }
    .sidebar .top .types li {
      float: left; }
      .sidebar .top .types li:last-of-type {
        float: right; }
      .sidebar .top .types li .type {
        margin-right: 0; }
  .sidebar.my-objects .infoText {
    background-image: url("../images/icons/heart-active.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-bottom: 0; }

.filters {
  margin-top: 20px; }
  .filters li {
    border-bottom: 1px solid #e8f4f0;
    margin-bottom: 4px;
    display: table;
    width: 100%;
    padding: 7px 0; }
    .filters li:last-child {
      border-bottom: 0; }
    .filters li input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    .filters li input:checked + label::before {
      background: #41dd9f; }
      .filters li input:checked + label::after {
        content: "";
        position: absolute;
        left: 3px;
        top: 6px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        transform: rotate(45deg); }
    .filters li label {
      position: relative;
      display: inline-block;
      width: 100%;
      cursor: pointer;
      padding-left: 25px; }
    .filters li label:before {
      content: "";
      position: absolute;
      width: 17px;
      height: 17px;
      border: 1px solid #41dd9f;
      border-radius: 3px;
      top: -2px;
      left: 0; }
    .filters li label p {
      float: right; }
    .filters li .left {
      font-size: 12px;
      width: 100px;
      display: table-cell;
      vertical-align: top; }
    .filters li .right {
      font-size: 12px;
      width: calc(100% - 100px);
      text-align: right;
      display: table-cell; }
  .filters.thinner li {
    margin-bottom: 0; }

.infoText {
  font-weight: 700;
  padding-left: 30px;
  background-image: url("../images/icons/info.svg");
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 20px;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px; }
  .infoText.favorite {
    background-image: url("../images/icons/heart-active.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-bottom: 0; }

.fAreaFixed.fixed {
  float: left;
  position: static;
  right: 0;
  margin-left: 2%; }
  .fAreaFixed.fixed .sidebar {
    position: fixed;
    top: 0; }
  @media screen and (max-width: 768px) {
      .fAreaFixed.fixed .sidebar {
        position: static; } }
  .fAreaFixed .sidebar.bottomF {
    bottom: 0;
    top: inherit; }
  .fAreaFixed.mobile {
    display: none; }
  .fAreaFixed.desktop {
    display: block; }
  @media screen and (max-width: 768px) {
  .fAreaFixed.mobile {
    display: block; }
    .fAreaFixed.desktop {
      display: none; } }

.stepsFixed {
  padding: 0 10px 20px 10px; }
  .stepsFixed li {
    padding: 10px; }
  .stepsFixed li.active {
    background: #e8f4f0;
    border-radius: 20px; }
  .stepsFixed li.active .routePath-text {
    font-weight: 700; }
  .stepsFixed li a:hover {
    text-decoration: none; }
    .stepsFixed li a:hover .routePath-text {
      font-weight: 700; }
  .stepsFixed li .routePath-icon {
    width: 40px;
    height: 40px; }
  .stepsFixed li .routePath-icon img {
    width: 25px;
    height: 25px; }
  .stepsFixed li .routePath-text {
    font-size: 12px;
    margin-left: 10px;
    width: calc(100% - 60px);
    display: inline-block;
    vertical-align: middle; }

.promo-block {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 30px 50px;
  margin-top: 20px; }
  .promo-block.promo-block {
    margin-bottom: 20px; }
  .promo-block .left-text-block {
    float: left;
    font-size: 24px;
    width: 46%; }
  .promo-block .left-text-block .promo-title {
    font-size: 40px; }
  .promo-block .left-text-block .promo-title-green {
    color: #41dd9f;
    font-size: 40px;
    font-weight: 700; }
  .promo-block .left-text-block .btn {
    margin-top: 35px; }
  .promo-block .promoPath-list {
    float: right;
    width: 51%; }
  .promo-block .promoPath-list li {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    text-align: center;
    margin: 0 20px; }
  .promo-block .promoPath-list li:last-of-type {
    margin-right: 0; }
  .promo-block .promoPath-list li .promoPathIcon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    background-color: #453857;
    position: relative; }
    .promo-block .promoPath-list li .promoPathIcon img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 60px;
      height: 60px; }
  .promo-block .promoPath-list li span {
    font-size: 16px;
    color: #453857;
    margin-top: 5px; }
  @media screen and (max-width: 768px) {
  .promo-block {
    padding: 30px 20px;
    border-radius: 0;
    margin-top: 0; }
    .promo-block .left-text-block {
      width: 100%; }
      .promo-block .left-text-block .text {
        text-align: center; }

    .promo-block .promoPath-list {
      margin-top: 20px;
      float: none;
      display: inline-block;
      width: 100%; }
      .promo-block .promoPath-list li {
        width: 50%;
        margin: 10px 0;
        float: left; }
        .promo-block .promoPath-list li .promoPathIcon {
          width: 70px;
          height: 70px; }
          .promo-block .promoPath-list li .promoPathIcon img {
            width: 40px;
            height: 40px; }
        .promo-block .promoPath-list li span {
          width: 100px;
          display: block;
          margin: 0 auto; } }

.about-route {
  padding: 30px 25px;
  margin-bottom: 20px; }
  .about-route:empty {
    display: none; }
  .about-route .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px; }
  .about-route .text {
    font-size: 16px; }

.routebox .favorite {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #453857;
  z-index: 2;
  background-image: url("../images/icons/heart.svg");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 10px 0 10px; }
  .routebox .favorite.active {
    background-image: url("../images/icons/heart-active.svg");
    background-position: center center;
    background-repeat: no-repeat; }
  .routebox .aboutText {
    padding: 20px 0;
    border-top: 1px solid #e8f4f0;
    border-bottom: 1px solid #e8f4f0;
    margin-top: 20px; }
  .routebox .distance-left {
    padding-top: 25px;
    border-top: 1px solid #e8f4f0; }

.maps .headline {
  padding: 30px 30px 20px 30px; }
  .maps .mapsView {
    width: 100%;
    height: 500px; }

.shareRoute {
  padding: 0 30px; }
  .shareRoute a {
    padding-left: 40px;
    color: #3b5a95;
    line-height: 55px;
    display: inline-block; }
  .shareRoute a.facebook {
    background-image: url("../images/icons/facebook.svg");
    background-position: left center;
    background-repeat: no-repeat; }
  .shareRoute a:hover {
    text-decoration: none; }

.commentBlock {
  padding: 25px 30px;
  margin-top: 20px; }
  .commentBlock .titleC {
    padding-bottom: 20px;
    border-bottom: 1px solid #e8f4f0;
    width: 100%;
    display: inline-block; }
  .commentBlock .commentBox {
    border-bottom: 1px solid #e8f4f0;
    margin-top: 15px; }
  .commentBlock .commentBox .name {
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px; }
  .commentBlock .commentBox p {
    line-height: 20px;
    margin-bottom: 15px; }

.form_holder {
  margin-top: 25px;
  display: inline-block;
  width: 100%; }
  .form_holder .titleC {
    border-bottom: 0; }
  .form_holder .split {
    display: inline-block;
    width: 100%; }
  .form_holder .split .form-input {
    width: 48.5%;
    float: left; }
  .form_holder .split .form-input:last-of-type {
    float: right; }
  .form_holder textarea {
    margin-top: 15px;
    height: 110px; }
  .form_holder .captcha {
    float: left;
    margin-top: 15px; }
  @media screen and (max-width: 768px) {
    .form_holder .captcha {
      transform: scale(0.7);
      transform-origin: left top;
      -webkit-transform-origin: left top; } }
  .form_holder .btn {
    float: right;
    margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .form_holder .btn {
      margin-top: 0; } }

.galleryThumb {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  z-index: 2;
  overflow: hidden;
  text-align: center; }
  .galleryThumb li {
    display: inline-block;
    margin: 0 5px;
    width: 155px;
    height: 90px;
    position: relative;
    bottom: -60px;
    overflow: hidden;
    float: none;
    transition: bottom 0.5s ease;
    -webkit-transition: bottom 0.5s ease;
    -moz-transition: bottom 0.5s ease;
    border-radius: 10px 10px 0 0; }
  .galleryThumb li:hover {
    bottom: -10px; }
  .galleryThumb li img {
    width: 100%;
    border-radius: 10px 10px 0 0; }
  .galleryThumb li.active_ph {
    bottom: -10px; }
  @media screen and (max-width: 768px) {
  .galleryThumb {
    display: table;
    table-layout: fixed; }
    .galleryThumb li {
      display: table-cell;
      width: auto; }
      .galleryThumb li.active_ph {
        bottom: -40px; } }
