@charset "UTF-8";
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

[data-toggle~="collapse"] {
  cursor: pointer;
}

.visible-phone {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
}

.container {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1200px) {
  .container {
    width: 1020px !important;
  }
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea,
select {
  border: 1px solid #E5E5E5;
  text-shadow: none !important;
  outline: none;
}

.input-append .add-on,
.input-prepend .add-on,
.input-group-addon {
  border-color: #E5E5E5;
}

.alert-popup {
  z-index: 9999;
}

.alert-popup .alert-popup__content {
  max-width: 980px;
}
@media (max-width: 767px) {
  .alert-popup .alert-popup__content {
    margin-right: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

ul {
  padding-left: 0;
}

a, .hidden-link {
  color: #0096C7;
}
a:hover, .hidden-link:hover {
  color: #008ab8;
}

body {
  font-family: "Open Sans", sans-serif;
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 100vh !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto !important;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.hide {
  display: none;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: inherit !important;
  }
}
@media (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}

body > .l-page {
  padding-top: 0 !important;
}

.l-info:empty {
  display: none;
}

.l-page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 425px;
  padding: 0;
}
@media (min-width: 768px) {
  .l-page {
    padding-top: 10px;
  }
}

.c-input-mini {
  height: 30px !important;
  max-width: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-link-ajax {
  text-decoration: none !important;
}
.c-link-ajax:hover span {
  border-bottom-color: transparent;
}
.c-link-ajax span:not(.rn-ico-arrow) {
  border-bottom: 1px dashed #0096C7;
}

.c-close {
  margin-left: 15px;
  min-width: 15px;
  max-width: 15px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-ico-link {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-ico-link:hover span {
  text-decoration: none;
}
.c-ico-link .ico {
  max-width: 18px;
  min-width: 18px;
  margin-right: 10px;
}
.c-ico-link span {
  color: #333333;
  text-decoration: underline;
}

.dropdown.open .rn-ico-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.dropdown-menu > li a:hover .fa {
  color: white;
}

.c-link-user:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .c-link-user {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.c-link-user span {
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-link-user span:not(.c-link-ico-rel) {
    display: none;
  }
}
.c-link-user .ico {
  margin-right: 6px;
}
@media (max-width: 767px) {
  .c-link-user .ico {
    margin-right: 0;
  }
}
.c-link-user.has-msg .c-link-ico-rel {
  position: relative;
}
.c-link-user.has-msg .c-link-ico-rel:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #74B31B;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 12px;
}

.rn-header-r-menu .btn,
.rn-in-promo-acts .btn {
  background-color: #74B31B;
  color: white;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
}
.rn-header-r-menu .btn:hover,
.rn-in-promo-acts .btn:hover {
  opacity: .8;
}
.rn-header-r-menu .btn .fa-plus,
.rn-in-promo-acts .btn .fa-plus {
  font-size: 15px;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -1px;
}

.sr-2-page-grid .sr-2-box,
.sr-page__result__navigation,
.nav-tabs {
  border-bottom: 1px solid #E8EDEF !important;
}

.sr-breakLisk,
.sr-bottomLocations,
.sr-2-page-grid,
.spacer {
  border-top: 1px solid #E8EDEF !important;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border: 1px solid #E8EDEF;
  border-bottom-color: transparent;
}

.sr-2-page-grid .spacer {
  border-left: 1px solid #E8EDEF !important;
}

.l-banner.l-banner_top {
  margin: 0 auto;
}
.l-banner.l-banner_top .l-banner__content {
  text-align: center;
}

.rn-ico-arrow {
  min-width: 9px;
  min-height: 5px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url("../img/icons/arrow.svg");
}

.rn-primary-color {
  color: #FF9D00;
}

.rn-success-color {
  color: #74B31B;
}

.c-carousel-heading-nav {
  float: none;
  margin-left: auto;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-carousel-heading-nav .c-carousel-arrow {
  min-width: 36px;
  min-height: 36px;
  border: 1px solid #E8EDEF;
  border-radius: 50%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.c-carousel-heading-nav .c-carousel-arrow:hover .fa, .c-carousel-heading-nav .c-carousel-arrow.disabled .fa {
  opacity: .5;
}
.c-carousel-heading-nav .c-carousel-arrow .fa {
  color: #333333 !important;
}
.c-carousel-heading-nav .c-carousel-arrow + .c-carousel-arrow {
  margin-left: 10px;
}

.rn-ico-check {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  margin: 0 7px 0 0;
  vertical-align: middle;
  background-color: white;
  color: white;
  cursor: pointer;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: 50% 50%;
}
.rn-ico-check + * {
  vertical-align: middle;
}

input[type="checkbox"]:checked + .rn-ico-check {
  border-color: #FF9D00;
  position: relative;
}
input[type="checkbox"]:checked + .rn-ico-check:before {
  content: "\f00c";
  color: #FF9D00;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  font-size: 11px;
  font-weight: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-scrolltop {
  z-index: 100;
}

.dropdown-toggle.open .rn-ico-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rn-dropdown {
  position: relative;
}
.rn-dropdown .dropdown-menu {
  padding: 10px 0;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 11px rgba(0, 0, 0, 0.2);
  border: 1px solid #EBEBEB !important;
  z-index: 1002;
}
.rn-dropdown .dropdown-menu li {
  list-style-type: none;
}
.rn-dropdown .dropdown-menu li:hover {
  background-color: #F4F4F4;
}
.rn-dropdown .dropdown-menu li a {
  color: #333333;
  display: inline-block;
  padding: 5px 15px;
  list-style-type: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
.rn-dropdown .dropdown-menu li a:hover {
  background-color: transparent;
  background-image: none;
}

.rn-lang-dropdown ul {
  margin: 0;
}
.rn-lang-dropdown .country-icon-element.active {
  background-color: #F4F4F4;
}

.rn-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .rn-header {
    margin: 0;
  }
}

.rn-header-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .rn-header-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.rn-header-r-actions {
  margin-left: auto;
  background: white;
  z-index: 1003;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 767px) {
  .rn-header-r-actions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 42px;
    margin: 0 -20px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .rn-header-m-actions {
    margin-left: auto;
  }
}

.rn-header-m-nav-btn {
  display: inline-block;
}
@media (min-width: 768px) {
  .rn-header-m-nav-btn {
    display: none;
  }
}
.rn-header-m-nav-btn:not(.collapsed) span {
  background-color: #FF9D00;
}
.rn-header-m-nav-btn span {
  display: block;
  width: 18px;
  border-radius: 2px;
  background-color: #C3C3C3;
  height: 3px;
}
.rn-header-m-nav-btn span + span {
  margin-top: 3px;
}

.rn-header-m-actions-r {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rn-header-logo img {
  max-width: 200px;
  max-height: 100px;
  min-width: 40px;
}

.rn-header-logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 767px) {
  .rn-header-logo-box {
    padding: 20px;
    margin: 0 -20px;
    border-top: 1px solid #E8EDEF;
    min-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.rn-header-logo-title {
  margin-left: 10px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .rn-header-logo-title {
    font-size: 16px;
  }
}

.rn-logo-version {
  margin-left: 10px;
  font-size: 12px;
  color: #999999;
}

.rn-header-r-menu {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .rn-header-r-menu {
    padding-left: 0;
    margin-left: auto;
    height: 100%;
    padding-right: 57px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.rn-header-r-menu .btn {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  margin-left: 30px;
  background-image: none !important;
  border-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
@media (max-width: 767px) {
  .rn-header-r-menu .btn {
    border-radius: 0;
    height: 100%;
    line-height: 42px;
    min-width: 42px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .rn-header-r-menu .btn span {
    display: none;
  }
}
.rn-header-r-menu .btn .fa {
  font-size: 14px;
  margin-right: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .rn-header-r-menu .btn .fa {
    margin-right: 0;
  }
}
.rn-header-r-menu .c-ico-link + .c-ico-link {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .rn-header-r-menu .c-ico-link + .c-ico-link {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .rn-header-r-menu .rn-user-dropdown-link,
  .rn-header-r-menu .c-link-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 42px;
    min-width: 40px;
    margin: 0 5px !important;
  }
}

.rn-user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rn-user-menu .c-ico-link {
  margin-right: 20px;
}

.rn-user-dropdown {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .rn-user-dropdown {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 50px;
  }
}
.rn-user-dropdown .rn-user-dropdown-link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  white-space: nowrap;
}
.rn-user-dropdown .rn-user-dropdown-link .rn-ico-arrow {
  margin-right: 0;
}
@media (max-width: 767px) {
  .rn-user-dropdown .rn-user-dropdown-link {
    max-width: 18px;
  }
  .rn-user-dropdown .rn-user-dropdown-link.collapsed .ico path {
    stroke: none !important;
    fill: #C3C3C3 !important;
  }
}
@media (min-width: 768px) {
  .rn-user-dropdown .rn-user-dropdown-link .collapse-opened {
    display: none;
  }
}
.rn-user-dropdown .rn-user-dropdown-link .ico {
  font-size: 17px;
  margin-right: 10px;
  min-width: 18px;
  max-width: 18px;
}
@media (max-width: 767px) {
  .rn-user-dropdown .rn-user-dropdown-link .ico {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .rn-user-dropdown .rn-user-dropdown-link .rn-ico-arrow {
    display: none;
  }
}
.rn-user-dropdown .rn-user-dropdown-link:hover span {
  text-decoration: none;
}
.rn-user-dropdown .rn-user-dropdown-link span {
  display: inline-block;
  margin-right: 5px;
  text-decoration: underline;
  color: #333333;
  max-width: 199px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .rn-user-dropdown .rn-user-dropdown-link span {
    display: none;
  }
}
.rn-user-dropdown a:not(.rn-user-dropdown-link) .ico {
  display: inline-block;
  margin-right: 7px;
}
.rn-user-dropdown .dropdown-menu {
  min-width: 200px;
}
@media (max-width: 767px) {
  .rn-user-dropdown .dropdown-menu {
    display: none !important;
  }
}
.rn-user-dropdown .dropdown-menu a .fa, .rn-user-dropdown .dropdown-menu li .fa {
  color: #C3C3C3 !important;
  font-size: 17px;
  display: inline-block;
  margin-right: 7px;
}
.rn-user-dropdown .dropdown-menu a img, .rn-user-dropdown .dropdown-menu a .fa, .rn-user-dropdown .dropdown-menu li img, .rn-user-dropdown .dropdown-menu li .fa {
  min-width: 16px;
  max-width: 16px;
}

.rn-header-nav-box {
  position: relative;
  border-bottom: 1px solid #E8EDEF;
}
@media (max-width: 767px) {
  .rn-header-nav-box {
    display: none;
  }
}

.rn-header-nav-box-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0;
}

.rn-header-nav {
  margin-left: auto;
  padding-left: 20px;
}
.rn-header-nav .rn-header-nav-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
}
.rn-header-nav li + li {
  margin-left: 30px;
}
.rn-header-nav a {
  text-decoration: none;
}

.rn-footer {
  padding: 34px 0;
  position: relative;
  /*border-top: 1px solid #E8EDEF;*/
}
@media (max-width: 767px) {
  .rn-footer {
    padding: 25px 0 15px 0;
  }
}
.rn-footer li {
  list-style-type: none;
  font-size: 12px;
  line-height: 18px;
}

@media (min-width: 768px) {
  .rn-footer-debug {
    padding-bottom: 83px;
  }
}
@media (max-width: 767px) {
  .rn-footer-debug {
    padding-bottom: 162px;
  }
}

.rn-footer-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media (max-width: 767px) {
  .rn-footer-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.rn-footer-l {
  max-width: 362px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .rn-footer-l {
    max-width: 362px;
    margin-right: 10%;
  }
}
@media (max-width: 767px) {
  .rn-footer-l {
    text-align: center;
    padding-top: 15px;
  }
}

.rn-footer-r {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .rn-footer-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rn-footer-r [class*="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .rn-footer-r [class*="col-"] + [class*="col-"] {
    margin-top: 10px;
  }
}
.rn-footer-r ul {
  min-width: 100%;
}
@media (max-width: 767px) {
  .rn-footer-r ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -5px 0;
  }
}
@media (max-width: 767px) {
  .rn-footer-r li {
    display: inline-block;
    padding: 5px;
  }
  .rn-footer-r li a {
    font-size: 14px;
  }
}
.rn-footer-r li + li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .rn-footer-r li + li {
    margin-top: 0;
  }
}

.rn-footer-info {
  margin-top: 10px;
}

.rn-footer-text {
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .rn-footer-text {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
  }
}

.debugInfo {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  font-size: 12px;
}
.debugInfo > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .debugInfo > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.debugInfo > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding: 10px 15px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #777;
}
.debugInfo > ul > li span {
  color: #111;
}
@media (min-width: 768px) {
  .debugInfo {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.rn-footer-text {
  padding-top: 15px;
  width: 100%;
}

.sr-vip__footer {
  background-color: transparent;
  position: relative;
}
.sr-vip__footer > * {
  position: relative;
  z-index: 10;
}
.sr-vip__footer:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: .1;
}

.rn-index-page-pic-title {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .rn-index-page-pic-title {
    margin-top: -25px;
  }
}
.rn-index-page-pic-title:not(.rn-index-page-pic-empty) {
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.rn-index-page-pic-title:not(.rn-index-page-pic-empty).rn-index-page-title-img-loaded {
  opacity: 1;
}
.rn-index-page-pic-title.rn-index-page-pic-empty {
  margin-top: 0;
}
.rn-index-page-pic-title.rn-index-page-pic-empty + .rn-in-cat-box, .rn-index-page-pic-title.rn-index-page-pic-empty + .rn-f-mob-cats + .rn-in-cat-box {
  margin-top: 0;
}
.rn-index-page-pic-title.rn-index-page-pic-empty .rn-index-page-title-img {
  display: none;
}
.rn-index-page-pic-title.rn-index-page-pic-empty .rn-index-page-title {
  color: #333333;
  padding: 43px 0 !important;
}
@media (max-width: 767px) {
  .rn-index-page-pic-title.rn-index-page-pic-empty .rn-index-page-title {
    padding: 20px 0 !important;
  }
}
.rn-index-page-pic-title .rn-index-page-title {
  color: white;
  position: relative;
  z-index: 2;
  padding: 68px 0 53px 0;
}
@media (max-width: 767px) {
  .rn-index-page-pic-title .rn-index-page-title {
    padding: 36px 0 !important;
  }
}

.rn-index-page-text-title {
  margin-bottom: 73px;
}
.rn-index-page-text-title .rn-index-page-title {
  padding: 63px 0 0 0 !important;
}
@media (max-width: 767px) {
  .rn-index-page-text-title .rn-index-page-title {
    padding: 36px 0 !important;
  }
}

.rn-index-page-title-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: 0;
  bottom: 0;
  top: 0;
  width: 100vw;
  background-size: cover;
}
.rn-index-page-title-img:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(135%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 135%);
  opacity: 0.6;
}

.rn-index-page-title {
  text-align: center;
  max-width: 572px;
  margin: 0 auto !important;
  font-size: 24px;
  font-weight: normal !important;
}
@media (max-width: 767px) {
  .rn-index-page-title {
    font-size: 18px;
    line-height: 26px !important;
  }
}

/*items*/
.index__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-bottom: 7px;
}
.index__heading .l-content__title {
  margin-bottom: 0;
}

/*items*/
.rn-in-cat-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 47px 0 45px -15px;
}
@media (max-width: 767px) {
  .rn-in-cat-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .rn-in-cat-box [class*="col-"] {
    width: 100%;
    max-width: inherit;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.rn-in-cat-box * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .rn-in-cat-box-r {
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .rn-in-cat-box-v1 .rn-in-cat-box-r {
    padding-left: 110px;
  }
}

.rn-in-cat-box-v4 {
  margin-bottom: 40px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.rn-in-cat-box-v4 .rn-in-cat-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3333%;
          flex: 1 1 33.3333%;
  max-width: 33.3333%;
  min-width: 33.3333%;
}
@media (max-width: 991px) {
  .rn-in-cat-box-v4 .rn-in-cat-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .rn-in-cat-box-v4 .rn-in-cat-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

.rn-in-cat-box-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.rn-in-more {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 15px;
}
.rn-in-more:before {
  content: '';
  position: absolute;
  border-bottom: 1px solid #E8EDEF;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rn-in-more .rn-in-more-show {
  display: none;
}
.rn-in-more a {
  position: relative;
  background-color: white;
  display: inline-block;
  padding: 0 20px;
  color: #0096C7;
}
.rn-in-more a.collapsed .rn-in-more-show {
  display: inline-block;
}
.rn-in-more a.collapsed .rn-in-more-hide {
  display: none;
}

.rn-in-promo {
  padding: 30px;
  background-color: #FFFCEE;
  border-radius: 5px;
  background-position: top right;
  background-repeat: no-repeat;
}
.rn-in-promo li {
  line-height: 20px;
  list-style-type: none;
  position: relative;
  padding-left: 36px;
}
.rn-in-promo li:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  width: 16px;
  height: 12px;
  background-image: url("../img/icons/check-green.svg");
}
.rn-in-promo li + li {
  margin-top: 5px;
}

.rn-in-promo-acts {
  margin-top: 25px;
  text-align: center;
}
.rn-in-promo-acts .btn {
  min-height: 34px;
  max-height: 34px;
  line-height: 34px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.rn-in-cat-item {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .rn-in-cat-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .rn-in-cat-item .img {
    min-width: 60px;
    max-width: 60px;
    display: inline-block;
  }
}
.rn-in-cat-item img {
  min-width: 60px;
  max-width: 60px;
}

.rn-in-cat-item-v2 {
  margin-bottom: 35px;
}
.rn-in-cat-item-v2 img {
  min-width: 55px;
  max-width: 55px;
}
.rn-in-cat-item-v2 .rn-in-cat-item-title {
  margin-bottom: 0;
}

.rn-in-cat-item-v3 img {
  min-width: 50px;
  max-width: 50px;
}
.rn-in-cat-item-v3 .rn-in-cat-item-title {
  margin-bottom: 0;
}

.rn-in-cat-item-v4 li {
  line-height: 26px;
}

.rn-in-cat-item-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rn-in-cat-item-in a, .rn-in-cat-item-in .hidden-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rn-in-cat-item-title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .rn-in-cat-item-title {
    font-size: 16px;
  }
}

.rn-in-cat-item-count {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  margin-top: 1px;
  margin-left: 8px;
}

.rn-in-cat-item-r {
  padding-left: 25px;
}

.rn-in-cat-item-sub-links {
  margin-top: 18px;
  color: #7A7A7A;
  list-style-type: none;
}
.rn-in-cat-item-sub-links a, .rn-in-cat-item-sub-links .hidden-link {
  font-size: 13px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #7A7A7A;
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.rn-in-cat-item-sub-links a:before, .rn-in-cat-item-sub-links .hidden-link:before {
  content: '';
  position: absolute;
  top: 12px;
  left: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background-color: #FF9D00;
}
.rn-in-cat-item-sub-links a:hover, .rn-in-cat-item-sub-links .hidden-link:hover {
  text-decoration: none;
}

.rn-in-cities-box {
  margin-top: 27px;
}

.rn-in-cat-box-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media (max-width: 991px) {
  .rn-in-cat-box-l {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .rn-in-cat-box-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rn-in-cities {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  max-width: 400px;
}
@media (max-width: 991px) {
  .rn-in-cities {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .rn-in-cities {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.rn-in-cities + .rn-in-cities {
  margin-top: 10px;
}
.rn-in-cities li {
  font-size: 14px;
  min-width: calc(50% - 10px);
  max-width: calc(50% - 10px);
  padding-right: 30px;
  padding-bottom: 8px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .rn-in-cities li {
    min-width: 100%;
    max-width: 100%;
  }
}
.rn-in-cities li a, .rn-in-cities li .hidden-link {
  max-width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: initial;
}

.rn-in-geo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 25px;
}
.rn-in-geo-block .rn-in-map {
  margin-right: 60px;
}
.rn-in-geo-block .rn-in-cities {
  margin-right: -40px;
}
.rn-in-geo-block .rn-in-cities-box {
  margin-top: 0;
}
.rn-in-geo-block .rn-in-cities-box li {
  text-align: left;
  padding-right: 40px;
  min-width: calc(50% - 40px);
  max-width: calc(50% - 40px);
}
@media (max-width: 767px) {
  .rn-in-geo-block [class*="col-"] {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.rn-in-map-nomap {
  text-align: center;
  color: #333333;
  padding: 20px 0;
}

.rn-in-map svg {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.rn-in-map-aside svg {
  /*max-height: 267px;*/
}

.rn-in-map-russia {
  position: relative;
}
.rn-in-map-russia svg {
  max-width: 1050px;
}

.rn-in-map-full {
  margin-bottom: 25px;
}

.in-carousel {
  margin: 25px 0 0 0;
}
@media (max-width: 767px) {
  .in-carousel .rn-index__heading {
    margin-bottom: 13px;
  }
}
.in-carousel .sr-2-page-grid .sr-2-box {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.in-carousel .sr-2-page-grid .owl-item .sr-2-grid-item {
  border-right: 1px solid #E8EDEF !important;
}
.in-carousel .sr-2-page-grid .owl-wrapper-outer {
  border-bottom: 0;
}
.in-carousel .sr-2-page-grid .owl-wrapper-outer:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E8EDEF !important;
  height: 1px;
  width: 100%;
  z-index: 1;
}
.in-carousel .sr-2-grid-item {
  border-right: 1px solid #E8EDEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.in-carousel .rn-index__heading {
  margin-left: 0;
}
.in-carousel .sr-2-item-address {
  color: #333333;
}
.in-carousel .spacer {
  display: none;
}
.in-carousel .owl-stage-outer,
.in-carousel .owl-wrapper-outer {
  border-bottom: 1px solid #E8EDEF;
}
.in-carousel .owl-carousel {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: auto;
}
.in-carousel .owl-wrapper-outer,
.in-carousel .owl-stage-outer {
  max-width: calc(100% - 1px);
}
.in-carousel .owl-controls {
  display: none !important;
}

.rn-in-carousel-nav {
  padding-left: 20px;
  margin-left: auto;
}

@media (max-width: 992px) and (min-width: 768px) {
  .sr-2-grid-item-in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.rn-in-block-header {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .rn-in-block-header {
    margin-bottom: 15px;
  }
}

.rn-in-block-title {
  font-size: 18px;
  line-height: normal;
}

.b-list-item__title {
  font-size: 16px;
  line-height: 24px;
  margin: 22px 0 11px 0;
}

.b-list-item {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .b-list-item {
    margin-bottom: 0;
  }
}

.rn-in-grid-items {
  padding-top: 35px;
}
.rn-in-grid-items .rn-in-block-header {
  margin-bottom: 23px;
}

.rn-in-grid-items-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .rn-in-grid-items-box {
    padding-bottom: 40px;
    margin: 0 -20px;
  }
}
.rn-in-grid-items-box .sr-2-grid-item-in {
  padding: 20px;
}
.rn-in-grid-items-box .sr-2-grid-item {
  height: 297px !important;
  border-right: 1px solid #E8EDEF;
}
@media (max-width: 767px) {
  .rn-in-grid-items-box .sr-2-grid-item {
    height: 307px !important;
  }
}
@media (min-width: 992px) {
  .rn-in-grid-items-box .sr-2-grid-item {
    min-width: 20%;
    max-width: 20%;
  }
  .rn-in-grid-items-box .sr-2-grid-item:nth-child(5n) {
    border-right: none;
  }
  .rn-in-grid-items-box .sr-2-grid-item:nth-child(5n):before {
    right: 0;
  }
  .rn-in-grid-items-box .sr-2-grid-item:nth-child(1):before, .rn-in-grid-items-box .sr-2-grid-item:nth-child(5n + 6):before {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rn-in-grid-items-box .sr-2-grid-item {
    min-width: 25%;
    max-width: 25%;
  }
  .rn-in-grid-items-box .sr-2-grid-item:nth-child(4n) {
    border-right: none;
  }
  .rn-in-grid-items-box .sr-2-grid-item:nth-child(4n):before {
    right: 10px;
  }
  .rn-in-grid-items-box .sr-2-grid-item:nth-child(1):before, .rn-in-grid-items-box .sr-2-grid-item:nth-child(4n + 5):before {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .rn-in-grid-items-box .sr-2-grid-item {
    min-width: 50%;
    max-width: 50%;
  }
  .rn-in-grid-items-box .sr-2-grid-item:nth-child(2n) {
    border-right: none;
  }
  .rn-in-grid-items-box .sr-2-grid-item:nth-child(2n):before {
    right: 0;
  }
  .rn-in-grid-items-box .sr-2-grid-item:nth-child(1):before, .rn-in-grid-items-box .sr-2-grid-item:nth-child(2n + 3):before {
    left: 0;
  }
  .rn-in-grid-items-box .sr-2-grid-item .sr-2-grid-item-in {
    padding: 20px;
  }
}
.rn-in-grid-items-box .sr-2-grid-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  border-bottom: 1px solid #E8EDEF;
  z-index: 1;
}
.rn-in-grid-items-box .sr-2-grid-item .sr-2-item-pic-box {
  min-height: 125px !important;
  max-height: 125px !important;
}
@media (max-width: 767px) {
  .rn-in-grid-items-box .sr-2-grid-item .sr-2-item-pic-box {
    min-height: 96px !important;
    max-height: 96px !important;
  }
}
.rn-in-grid-items-box .sr-2-grid-item .sr-2-item-pic-box .sr-2-item-pic-in {
  max-height: 125px;
}
.rn-in-grid-items-box .sr-2-grid-item .sr-2-item-pic-box .sr-2-item-pic-in img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .rn-in-grid-items-box .sr-2-grid-item .sr-2-item-pic-box .sr-2-item-pic-in {
    max-height: 96px !important;
  }
}
@media (max-width: 767px) {
  .rn-in-grid-items-box .sr-2-grid-item .sr-2-item-fav {
    top: 5px;
    right: 5px;
  }
}
@media (max-width: 767px) {
  .rn-in-grid-items-box .sr-2-grid-item-cat-box {
    margin-bottom: 3px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .rn-in-grid-items-box .sr-2-grid-item-price {
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .rn-in-grid-items-box .sr-2-item-date {
    display: none;
  }
}
@media (max-width: 767px) {
  .rn-in-grid-items-box .sr-2-item-address {
    padding-right: 0;
    text-overflow: inherit;
    white-space: nowrap;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    display: block;
  }
  .rn-in-grid-items-box .sr-2-item-address:before {
    content: '';
    -webkit-box-shadow: -3px 5px 24px 13px white;
            box-shadow: -3px 5px 24px 13px white;
    width: 0 !important;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    background: none !important;
  }
}
@media (max-width: 767px) {
  .rn-in-grid-items-box .sr-2-extra-content {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .rn-4-items-in-row .sr-2-grid-item {
    min-width: 25%;
    max-width: 25%;
  }
  .rn-4-items-in-row .sr-2-grid-item:nth-child(5n) {
    border-right: 1px solid #E8EDEF;
  }
  .rn-4-items-in-row .sr-2-grid-item:nth-child(4n) {
    border-right: none;
  }
  .rn-4-items-in-row .sr-2-grid-item:nth-child(4n):before {
    right: 0;
  }
  .rn-4-items-in-row .sr-2-grid-item:nth-child(1):before, .rn-4-items-in-row .sr-2-grid-item:nth-child(4n + 5):before {
    left: 0;
  }
}

/*filter*/
.rn-f-search-h .checkbox input[type="checkbox"] {
  display: none;
}
.rn-f-search-h .checkbox input[type="checkbox"]:disabled {
  cursor: not-allowed;
}
.rn-f-search-h .checkbox input[type="checkbox"]:disabled + .rn-ico-check {
  opacity: .5;
}

.rn-f-search-h-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1001;
  width: 100%;
}
@media (max-width: 767px) {
  .rn-f-search-h-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    border: none !important;
  }
}
@media (min-width: 768px) {
  .rn-f-search-h-line {
    border-radius: 3px;
    border: 1px solid #FF9D00;
    height: 48px;
    background-color: white;
  }
}

.rn-f-search-h-cat-box {
  height: 100%;
}
@media (max-width: 767px) {
  .rn-f-search-h-cat-box {
    margin-bottom: 10px;
    position: relative;
  }
}

.rn-f-search-h-cat {
  border-radius: 0;
  background-color: #FF9D00;
  text-decoration: none !important;
  padding: 0 25px 0 20px;
  min-width: 250px;
  max-width: 250px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .rn-f-search-h-cat {
    min-width: 190px;
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .rn-f-search-h-cat {
    max-width: 100%;
    width: 100%;
    background-color: white !important;
    padding: 0;
    min-height: 32px;
  }
  .rn-f-search-h-cat:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    width: 9px;
    height: 5px;
    display: block;
    background-repeat: no-repeat;
    background-image: url("../img/icons/arrow.svg");
    background-size: contain;
  }
  .rn-f-search-h-cat:after {
    right: 0;
  }
}
.rn-f-search-h-cat.open .rn-ico-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.rn-f-search-h-cat.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rn-f-search-h-cat .rn-ico-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background-image: url("../img/icons/arrow-white.svg");
}

.rn-f-search-h-cat-title {
  font-size: 16px;
}
@media (min-width: 768px) {
  .rn-f-search-h-cat-title {
    color: white;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    max-width: 93%;
  }
}
@media (max-width: 767px) {
  .rn-f-search-h-cat-title {
    font-size: 14px;
    color: #333333;
  }
}

@media (max-width: 767px) {
  .rn-f-search-h-input {
    display: none;
  }
}
@media (min-width: 768px) {
  .rn-f-search-h-input {
    height: 100%;
  }
}
.rn-f-search-h-input input {
  border: none !important;
  margin-bottom: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .rn-f-search-h-input input {
    padding-right: 300px;
    padding-left: 20px;
    height: 100%;
  }
}

.rn-f-search-h-input-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .rn-f-search-h-input-box {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rn-f-search-h-input-box .btn {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  background-color: #FF9D00;
  background-image: none;
  width: 48px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0 3px 3px 0;
}
@media (max-width: 767px) {
  .rn-f-search-h-input-box .btn {
    display: none;
  }
}
.rn-f-search-h-input-box .rn-f-search-cats-dropdown {
  width: calc(100% - 280px);
}

.rn-f-search-quick-item {
  display: block;
  text-decoration: none;
  padding: 10px 0;
}
.rn-f-search-quick-item:hover {
  background-color: #F4F4F4;
}

.rn-f-search-quick-item-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10px;
}
.rn-f-search-quick-item-l img {
  max-width: 96px;
  max-height: 96px;
}

.rn-f-search-quick-title {
  font-size: 16px;
  line-height: 1.44;
  color: #333333;
  margin-bottom: 6px;
}

.rn-f-search-quick-title {
  display: block;
}

.rn-f-search-quick-price {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  color: black;
}

.rn-f-search-quick-item-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.rn-f-search-geo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .rn-f-search-geo {
    max-width: 220px;
    min-width: 220px;
    position: absolute;
    top: 0;
    right: 48px;
    height: 100%;
  }
  .rn-f-search-geo:before {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #E5E5E5;
  }
}
@media (max-width: 767px) {
  .rn-f-search-geo {
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 10px;
  }
  .rn-f-search-geo .c-close {
    display: none;
  }
}
.rn-f-search-geo:empty {
  display: none;
}

.rn-f-selected-geo {
  color: #333333 !important;
  text-decoration: none !important;
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 768px) {
  .rn-f-selected-geo {
    padding-left: 23px;
  }
}
@media (max-width: 767px) {
  .rn-f-selected-geo:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    width: 9px;
    height: 5px;
    display: block;
    background-repeat: no-repeat;
    background-image: url("../img/icons/arrow.svg");
    background-size: contain;
  }
}
.rn-f-selected-geo.open + .rn-f-search-geo-dropdown {
  display: block;
}
@media (max-width: 767px) {
  .rn-f-selected-geo.open:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.rn-f-selected-geo span {
  display: inline-block;
  max-width: calc(100% - 57px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rn-f-selected-geo .ico {
  max-width: 14px;
  min-width: 14px;
  margin-right: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  .rn-f-selected-geo .ico {
    display: none;
  }
}

.rn-f-search-geo-in-lg .rn-f-dropdown-header-r {
  margin-left: auto;
  min-width: 250px;
}
@media (max-width: 767px) {
  .rn-f-search-geo-in-lg .rn-f-dropdown-header-r {
    width: 100%;
    margin-left: 0;
    min-width: inherit;
  }
}
.rn-f-search-geo-in-lg .rn-f-dropdown-header-r input {
  height: 30px;
  width: 100%;
  margin-bottom: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rn-f-search-geo-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  border: 1px solid #EBEBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: white;
  z-index: 10;
}
@media (min-width: 768px) {
  .rn-f-search-geo-dropdown {
    min-width: calc(100% + 48px);
    right: -48px;
  }
}
@media (max-width: 767px) {
  .rn-f-search-geo-dropdown {
    width: 100%;
    right: 0;
    left: 0;
    border-radius: 0 0 5px 5px;
  }
}
@media (min-width: 768px) {
  .rn-f-search-geo-dropdown .rn-f-dropdown-body {
    max-height: 67vh;
    overflow: auto;
  }
}

.rn-f-search-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .rn-f-search-h:not(.rn-f-search-h-index):before {
    display: none;
  }
}
@media (max-width: 767px) {
  .rn-f-search-h {
    margin: 0 -20px;
    padding: 10px;
  }
  .rn-f-search-h .rn-f-search-h-next .rn-f-search-h-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.rn-f-search-h select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.rn-f-search-h:before {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  .rn-f-search-h:before {
    opacity: .1;
  }
}
@media (max-width: 767px) {
  .rn-f-search-h:before {
    bottom: 0;
    top: 0;
  }
}
.rn-f-search-h form {
  margin-bottom: 0;
}
.rn-f-search-h input[type="hidden"] {
  display: none !important;
}
@media (max-width: 767px) {
  .rn-f-search-h + .m-banner {
    margin-bottom: 0;
  }
}
.rn-f-search-h > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
.rn-f-search-h .container {
  position: relative;
}
@media (max-width: 767px) {
  .rn-f-search-h .container:before {
    content: '';
    padding: 10px 0;
    background-color: #FFF9E4;
    position: absolute;
    top: -10px;
    left: 5px;
    right: 5px;
    bottom: -10px;
    z-index: -1;
    display: block;
  }
}
@media (min-width: 768px) {
  .rn-f-search-h.rn-f-search-h-index:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .rn-f-search-h.rn-f-search-h-index .rn-f-search-h-cat-box {
    display: none;
  }
}

.rn-f-search-panel {
  position: relative;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .rn-f-search-panel {
    padding: 10px;
  }
}
.rn-f-search-panel > * {
  position: relative;
  z-index: 100;
}
.rn-f-search-panel:before {
  display: block !important;
}

.rn-f-search-cats-dropdown {
  display: none;
  position: absolute;
  max-width: 620px;
  top: 100%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: white;
  z-index: 10;
  border: 1px solid #EBEBEB;
}
@media (max-width: 767px) {
  .rn-f-search-cats-dropdown {
    top: 100%;
    width: 100%;
    border-radius: 0 0 5px 5px;
  }
}

.rn-f-dropdown-header {
  padding: 15px 20px;
  background-color: #F4F4F4;
}
@media (max-width: 767px) {
  .rn-f-dropdown-header {
    padding: 15px;
  }
}
.rn-f-dropdown-header input {
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1) !important;
          box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1) !important;
}

.rn-f-dropdown-header-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .rn-f-dropdown-header-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.rn-f-search-dropdown-title {
  font-size: 16px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rn-f-search-dropdown-title + .rn-f-search-dropdown-sub-title {
  margin-top: 8px;
}

.rn-f-search-cats-count {
  font-size: 12px;
  margin-top: 8px;
  display: inline-block;
}

.rn-f-search-cats-list {
  padding: 27px 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .rn-f-search-cats-list {
    padding: 10px 15px;
  }
}
.rn-f-search-cats-list .rn-f-search-cat-pic {
  max-height: 53px;
  min-height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .rn-f-search-cats-list .rn-f-search-cat-pic {
    max-width: 32px;
    min-height: 32px;
    height: 32px;
    margin-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 23px;
  }
}
.rn-f-search-cats-list .rn-f-search-cat-pic img, .rn-f-search-cats-list .rn-f-search-cat-pic svg {
  max-height: 100%;
}
.rn-f-search-cats-list .rn-f-search-cat-pic img {
  max-width: 68px;
}
.rn-f-search-cats-list .rn-f-search-cats-list-cells {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: -40px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .rn-f-search-cats-list .rn-f-search-cats-list-cells {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rn-f-search-cats-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .rn-f-search-cats-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7px 0;
    text-decoration: none;
  }
  .rn-f-search-cats-cell + .rn-f-search-cats-cell {
    border-top: 1px solid #E8EDEF;
  }
}
@media (min-width: 768px) {
  .rn-f-search-cats-cell {
    min-width: 100px;
    max-width: 20%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
    max-height: 85px;
    min-height: 85px;
    margin-bottom: 40px;
    padding: 0 10px;
  }
}
.rn-f-search-cats-cell > span, .rn-f-search-cats-cell a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .rn-f-search-cats-cell > span, .rn-f-search-cats-cell a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.rn-f-search-cats-cell:hover .cat-name {
  text-decoration: none;
}
.rn-f-search-cats-cell .cat-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .rn-f-search-cats-cell .cat-name {
    max-height: 45px;
    min-height: 45px;
    margin-top: auto;
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .rn-f-search-cats-cell .cat-name {
    color: #333333;
    font-size: 14px;
    text-decoration: none !important;
    text-align: left;
  }
}

.rn-f-dropdown-header-l {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .rn-f-dropdown-header-l {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .rn-f-dropdown-header-l .svg-icon {
    max-height: 32px;
    max-width: 32px;
  }
}

.rn-f-dropdown-header-r > a {
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
}

.rn-f-search-sub-cats {
  list-style: none;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .rn-f-search-sub-cats {
    padding: 0 10px;
    margin: -10px 0;
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
}
.rn-f-search-sub-cats li {
  line-height: 26px;
  white-space: nowrap;
  text-align: left;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rn-f-search-sub-cats li + li {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .rn-f-search-sub-cats li a, .rn-f-search-sub-cats li .hidden-link {
    text-decoration: none;
    color: #333333;
    display: block;
    width: 100%;
    padding: 2px 0;
  }
}

.rn-f-search-dropdown-sub-title {
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.rn-f-dropdown-body {
  padding: 15px 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .rn-f-dropdown-body {
    padding: 15px;
  }
}
.rn-f-dropdown-body li {
  line-height: 26px;
  list-style-type: none;
  white-space: nowrap;
}

.rn-f-dropdown-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.rn-f-search-back {
  margin-right: 9px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rn-f-search-back img {
  min-width: 14px;
}

.rn-f-areas-cities-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .rn-f-areas-cities-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
@media (min-width: 768px) {
  .rn-f-areas-cities-list {
    margin: 0 -10px;
  }
}
@media (min-width: 768px) {
  .rn-f-areas-cities-list.rn-f-areas [class*="col-"] {
    min-width: 230px;
  }
}
@media (max-width: 767px) {
  .rn-f-areas-cities-list [class*="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .rn-f-areas-cities-list [class*="col-"] {
    padding: 0 10px;
    min-width: 180px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.rn-f-areas-cities-list ul {
  overflow: hidden;
  list-style-type: none;
  position: relative;
  margin-left: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .rn-f-areas-cities-list ul {
    padding-left: 23px;
  }
}

.rn-f-letter {
  position: absolute;
  left: 0;
  font-size: 14px;
  line-height: 26px;
  color: #999999;
}
@media (max-width: 767px) {
  .rn-f-letter {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .rn-f-city-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.rn-f-city-item .main {
  font-weight: bold;
}
.rn-f-city-item a, .rn-f-city-item .hidden-link {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
  max-width: 100%;
}
.rn-f-city-item a:hover, .rn-f-city-item .hidden-link:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .rn-f-city-item a, .rn-f-city-item .hidden-link {
    max-width: 100%;
    width: 100%;
    color: #333333;
    text-decoration: none;
    padding: 3px 0;
  }
}

.rn-f-search-dynamics {
  margin-top: 20px;
}
.rn-f-search-dynamics .rn-f-search-cats-dropdown {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}
@media (max-width: 767px) {
  .rn-f-search-dynamics .rn-f-search-cats-dropdown {
    -webkit-transform: translate(-8px, -16px) !important;
            transform: translate(-8px, -16px) !important;
  }
}

.rn-f-search-dynamics-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -5px;
}
@media (max-width: 767px) {
  .rn-f-search-dynamics-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.rn-f-dyn-item {
  background: white;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  min-height: 42px;
  max-height: 42px;
  padding: 4px 0 4px 10px;
  margin: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .rn-f-dyn-item {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.rn-f-dyn-item.open .rn-ico-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rn-f-dyn-item .rn-f-dyn-item-title {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}
.rn-f-dyn-item .rn-f-dyn-item-sub-title {
  font-size: 12px;
  line-height: 15px;
  color: #999999;
}
.rn-f-dyn-item .rn-ico-arrow-active {
  display: none;
}
.rn-f-dyn-item.selected {
  background-color: #0096C7;
  border-color: #0096C7;
}
.rn-f-dyn-item.selected .rn-f-dyn-item-title,
.rn-f-dyn-item.selected .rn-f-dyn-item-sub-title {
  color: white;
}
.rn-f-dyn-item.selected .rn-ico-arrow-active {
  display: inline-block;
}
.rn-f-dyn-item.selected .rn-ico-arrow:not(.rn-ico-arrow-active) {
  display: none;
}
.rn-f-dyn-item.selected .extra {
  color: white;
  display: inline-block;
  vertical-align: middle;
}
.rn-f-dyn-item.selected .extra.hide {
  display: none;
}
.rn-f-dyn-item.selected .rn-f-dyn-item-r {
  border-color: #43A4C4;
}

.rn-f-dyn-item-r {
  min-width: 30px;
  max-width: 30px;
  margin-left: 10px;
  border-left: 1px solid #E5E5E5;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .rn-f-dyn-item-r {
    margin-left: auto;
  }
}

.rn-f-search-dynamics-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .rn-f-search-dynamics-check {
    margin-left: -20px;
  }
}
.rn-f-search-dynamics-check .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  padding-left: 20px;
  cursor: pointer;
}

.rn-f-search-dyn-fromto {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E8EDEF;
}
.rn-f-search-dyn-fromto + .rn-f-dyn-dropdown-footer {
  border-top: 0;
}
.rn-f-search-dyn-fromto input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .rn-f-search-dyn-fromto input {
    max-width: 80px;
  }
}
.rn-f-search-dyn-fromto label {
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rn-f-search-dyn-fromto label span {
  margin-right: 4px;
}
.rn-f-search-dyn-fromto span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rn-f-search-dyn-fromto select {
  margin-left: 10px;
  margin-bottom: 0;
  min-height: 30px;
  line-height: 28px;
}

.rn-f-dyn-dropdown-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-top: 1px solid #E8EDEF;
}
.rn-f-dyn-dropdown-footer .checkbox {
  padding-left: 10px;
}

.rn-f-dyn-dropdown-footer .btn-info,
.rn-f-filter-options-footer .btn-info {
  min-height: inherit;
  max-height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #0096C7;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  color: white;
}
.rn-f-dyn-dropdown-footer .btn-info:hover,
.rn-f-filter-options-footer .btn-info:hover {
  opacity: .8;
}
.rn-f-dyn-dropdown-footer .btn-cancel,
.rn-f-filter-options-footer .btn-cancel {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-image: none;
  text-shadow: none;
  border: 1px solid #E8EDEF;
}
.rn-f-dyn-dropdown-footer .btn-cancel:hover,
.rn-f-filter-options-footer .btn-cancel:hover {
  border-color: #C3C3C3;
}

.rn-f-dyn-not-important .checkbox {
  margin-bottom: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rn-f-dyn-dropdown-row,
.f-catfilter__popup__subtitle {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .rn-f-dyn-dropdown-row,
  .f-catfilter__popup__subtitle {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.rn-f-dyn-dropdown-row:empty,
.f-catfilter__popup__subtitle:empty {
  display: none;
}
.rn-f-dyn-dropdown-row:empty + .rn-f-dyn-dropdown-footer,
.f-catfilter__popup__subtitle:empty + .rn-f-dyn-dropdown-footer {
  border-top: 0;
}
.rn-f-dyn-dropdown-row ul, .rn-f-dyn-dropdown-row ~ ul,
.f-catfilter__popup__subtitle ul,
.f-catfilter__popup__subtitle ~ ul {
  float: none !important;
  list-style-type: none;
  padding: 0 15px;
  margin-bottom: 0;
  overflow: hidden;
}
.rn-f-dyn-dropdown-row ul:only-of-type, .rn-f-dyn-dropdown-row ~ ul:only-of-type,
.f-catfilter__popup__subtitle ul:only-of-type,
.f-catfilter__popup__subtitle ~ ul:only-of-type {
  max-width: 100%;
}
@media (min-width: 768px) {
  .rn-f-dyn-dropdown-row ul, .rn-f-dyn-dropdown-row ~ ul,
  .f-catfilter__popup__subtitle ul,
  .f-catfilter__popup__subtitle ~ ul {
    max-width: 61%;
  }
}
@media (max-width: 767px) {
  .rn-f-dyn-dropdown-row ul, .rn-f-dyn-dropdown-row ~ ul,
  .f-catfilter__popup__subtitle ul,
  .f-catfilter__popup__subtitle ~ ul {
    max-width: 100%;
  }
}
.rn-f-dyn-dropdown-row ul li, .rn-f-dyn-dropdown-row ~ ul li,
.f-catfilter__popup__subtitle ul li,
.f-catfilter__popup__subtitle ~ ul li {
  line-height: 26px;
  white-space: nowrap;
  text-align: left;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rn-f-dyn-dropdown-row ul li + li, .rn-f-dyn-dropdown-row ~ ul li + li,
.f-catfilter__popup__subtitle ul li + li,
.f-catfilter__popup__subtitle ~ ul li + li {
  margin-top: 4px;
}
.rn-f-dyn-dropdown-row ul li .checkbox, .rn-f-dyn-dropdown-row ~ ul li .checkbox,
.f-catfilter__popup__subtitle ul li .checkbox,
.f-catfilter__popup__subtitle ~ ul li .checkbox {
  padding: 2px 0;
}
.rn-f-dyn-dropdown-row ul label, .rn-f-dyn-dropdown-row ~ ul label,
.f-catfilter__popup__subtitle ul label,
.f-catfilter__popup__subtitle ~ ul label {
  max-width: 300px;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 7px !important;
  font-weight: 400;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px !important;
  position: relative;
}
.rn-f-dyn-dropdown-row ul label:before, .rn-f-dyn-dropdown-row ~ ul label:before,
.f-catfilter__popup__subtitle ul label:before,
.f-catfilter__popup__subtitle ~ ul label:before {
  content: '';
  position: absolute;
  right: -7px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 10px;
  display: block;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(rgba(107, 177, 52, 0)));
  background-image: linear-gradient(to left, white, rgba(107, 177, 52, 0));
}

.rn-f-dyn-dropdown-row-title {
  display: block;
  font-weight: bold;
  margin: 10px 15px 6px 15px;
}

.rn-f-dyn-dropdown-row .rn-ico-check,
.rn-f-dyn-dropdown-footer .rn-ico-check {
  min-width: 14px !important;
  max-width: 14px !important;
  min-height: 14px !important;
  max-height: 14px !important;
}
.rn-f-dyn-dropdown-row .rn-ico-check:before,
.rn-f-dyn-dropdown-footer .rn-ico-check:before {
  font-size: 10px !important;
  width: 12px !important;
  height: 12px !important;
}

.rn-f-all-link-box {
  padding: 15px;
  border-top: 1px solid #ddd;
}

.rn-f-all-link {
  display: inline-block;
}

.rn-f-metro-item + .rn-f-metro-item {
  border-top: 1px solid #ddd;
}
.rn-f-metro-item .rn-f-dyn-dropdown-row {
  margin-top: 0;
}
.rn-f-metro-item a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  font-size: 12px;
}
.rn-f-metro-item a:hover {
  color: #333333;
}
.rn-f-metro-item a span {
  font-weight: bold;
}

.rn-f-metro-item-color {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 3px;
}
.rn-f-metro-item-color + span {
  vertical-align: middle;
}

.rn-f-metro-item-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  color: white;
  text-align: center;
  font-weight: normal;
}

/*blog*/
.rn-in-blog {
  padding: 45px 0;
  position: relative;
}
@media (max-width: 767px) {
  .rn-in-blog {
    padding: 18px 0 24px 0;
  }
}
.rn-in-blog .rn-in-block-header {
  position: relative;
  z-index: 2;
}
.rn-in-blog:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #F4F4F4;
  display: block;
  width: 100vw;
  z-index: 1;
}
.rn-in-blog .c-carousel-arrow {
  background-color: white;
}
.rn-in-blog .c-carousel-arrow.disabled {
  opacity: .6;
}

.rn-in-blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 -20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .rn-in-blog-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rn-in-blog-list [class*="col-"] {
    width: 100%;
    max-width: inherit;
  }
  .rn-in-blog-list [class*="col-"] + [class*="col-"] {
    margin-top: 20px;
  }
}
.rn-in-blog-list .owl-controls {
  display: none !important;
}
.rn-in-blog-list .owl-carousel {
  margin-bottom: 0;
}

.rn-f-mob-cats .rn-f-mob-cat-header {
  margin: 0 -20px;
}

.rn-f-filter-options {
  margin-top: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .rn-f-filter-options {
    background-color: white;
    padding: 15px;
    margin: 10px -10px -10px;
  }
  .rn-f-filter-options > * {
    position: relative;
    z-index: 10;
  }
  .rn-f-filter-options:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .1;
  }
}

@media (max-width: 767px) {
  .rn-f-arrow {
    position: absolute;
    top: auto;
    bottom: -14px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #FF9D00;
  }
}

.rn-f-filter-options-title {
  text-align: center;
  margin-top: -2px;
}

.rn-f-filter-options-item .select-box {
  position: relative;
}
.rn-f-filter-options-item .select-box:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 10px;
  width: 9px;
  height: 5px;
  display: block;
  background-repeat: no-repeat;
  background-image: url("../img/icons/arrow.svg");
  background-size: contain;
}
@media (max-width: 767px) {
  .rn-f-filter-options-item input, .rn-f-filter-options-item select {
    min-height: 34px;
  }
}
.rn-f-filter-options-item input, .rn-f-filter-options-item select, .rn-f-filter-options-item .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.rn-f-filter-options-item select {
  background-color: white;
  line-height: 1.5;
}
.rn-f-filter-options-item .checkbox {
  padding-left: 0;
  font-weight: normal;
}
.rn-f-filter-options-item + .rn-f-filter-options-item {
  margin-top: 10px;
}

.rn-f-filter-options-footer {
  margin-top: 10px;
}
.rn-f-filter-options-footer .btn {
  height: 34px;
  max-height: 34px;
  line-height: 34px;
  padding-top: 0;
  padding-bottom: 0;
}
.rn-f-filter-options-footer .btn-cancel {
  background-color: white;
}

@media (max-width: 767px) {
  .rn-f-filter-box-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .rn-f-filter-box-mobile {
    display: none;
  }
}

.f-catfilter__popup__subtitle {
  display: block;
  font-weight: 700;
  margin: 10px 15px 6px 15px;
}
.f-catfilter__popup__subtitle hr {
  display: none;
}
.f-catfilter__popup__subtitle ~ ul {
  float: left !important;
}
.f-catfilter__popup__subtitle ~ ul input[type="checkbox"] {
  display: block !important;
  position: relative;
  margin: 0 7px 0 0;
}
.f-catfilter__popup__subtitle ~ ul ~ div {
  margin-bottom: 10px;
}

/*для мобильных видов*/
@media (max-width: 767px) {
  .rn-f-select-ext-mob {
    height: 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    border-radius: 3px;
    background-color: white;
    position: relative;
    width: 100%;
  }
  .rn-f-select-ext-mob + .rn-f-select-ext-mob {
    margin-top: 10px;
  }
  .rn-f-select-ext-mob > input {
    border: none !important;
    margin-bottom: 0;
    width: 100%;
    min-height: 100%;
    padding: 0 10px;
    margin: 0 -10px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border-radius: 2px;
  }

  .rn-f-select-ext-mob-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 34px;
    color: #333333 !important;
    text-decoration: none !important;
    position: relative;
  }
  .rn-f-select-ext-mob-btn span {
    margin-right: 10px;
  }
  .rn-f-select-ext-mob-btn .rn-ico-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}
.rn-f-mob-cat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
}
.rn-f-mob-cat-item + .rn-f-mob-cat-item {
  border-top: 1px solid #E8EDEF;
}
.rn-f-mob-cat-item .ico {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  right: 0;
}
.rn-f-mob-cat-item a {
  display: block;
  width: 100%;
}

.rn-f-mob-cat-list li.rn-f-mob-cat-item {
  padding: 0;
}
.rn-f-mob-cat-list li.rn-f-mob-cat-item a, .rn-f-mob-cat-list li.rn-f-mob-cat-item .hidden-link {
  padding: 10px 0;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.rn-f-mob-cat-pic {
  min-width: 35px;
  max-width: 35px;
  max-height: 35px;
  margin-right: 23px;
}

.rn-f-mob-cat-header {
  padding: 15px 20px;
  background-color: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rn-f-mob-cat-parent-img {
  margin-right: 10px;
}

.rn-f-mob-cat-back {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: none;
}

.rn-f-mob-cat-back-title {
  font-size: 16px;
  line-height: normal;
}

.select-ext-bnt {
  padding: 0 10px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-image: none !important;
  text-shadow: none !important;
  background-color: white !important;
  border-color: #E5E5E5 !important;
  min-height: 34px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rn-f-search-mob {
  position: relative;
}
@media (min-width: 768px) {
  .rn-f-search-mob {
    display: none;
  }
}
.rn-f-search-mob:after {
  display: none;
}
.rn-f-search-mob .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 4px 10px;
}
.rn-f-search-mob .btn .ico {
  display: block;
  width: 18px;
}
.rn-f-search-mob .btn .ico path {
  fill: #C3C3C3;
}

.rn-select-ext-drop {
  border-top: 1px solid #DDE1E3;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  padding: 10px;
  margin: 0 -10px;
  position: relative;
  border-radius: 0 0 3px 3px;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rn-select-ext-drop .rn-f-mob-cats {
  margin: -10px 0;
}
.rn-select-ext-drop .rn-f-mob-cats .rn-f-mob-cat-header {
  margin: 0 -10px;
}

.select-ext-search {
  position: relative;
}
.select-ext-search input {
  margin-bottom: 0;
  width: 100%;
}
.select-ext-search a {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.rn-select-ext-results {
  list-style-type: none;
  margin-bottom: -5px;
}
.rn-select-ext-results .first {
  color: #0096C7;
}
.rn-select-ext-results li {
  padding: 5px;
}
.rn-select-ext-results li:hover {
  background-color: #eeeeee;
}

.rn-mob-nav-collapse-langs {
  padding: 13px 0 20px 0;
  margin: 0 20px;
  border-top: 1px solid #E8EDEF;
}
.rn-mob-nav-collapse-langs:empty {
  display: none;
}
.rn-mob-nav-collapse-langs .c-link-ajax {
  padding: 0;
  color: #0096C7;
}
.rn-mob-nav-collapse-langs .c-link-ajax:not(.collapsed) .rn-ico-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rn-mob-nav-langs-in {
  border-top: 1px solid #E8EDEF;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
}

.rn-mob-nav {
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 1px 4px 40px -3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 4px 40px -3px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  height: 0;
}
.rn-mob-nav.collapse.in {
  height: auto;
}
.rn-mob-nav.collapse.in .rn-mob-nav-in {
  display: block;
}
.rn-mob-nav.collapse .rn-mob-nav-in {
  display: none;
}
.rn-mob-nav li {
  list-style-type: none;
}
.rn-mob-nav a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
}
.rn-mob-nav a .rn-ico-arrow {
  margin-left: 4px;
}
.rn-mob-nav .divider {
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #DDE1E3;
  margin: 15px 0;
}
.rn-mob-nav a .fa, .rn-mob-nav li .fa {
  color: #C3C3C3;
  font-size: 17px;
  display: inline-block;
}
.rn-mob-nav a .ico, .rn-mob-nav a .fa, .rn-mob-nav li .ico, .rn-mob-nav li .fa {
  min-width: 16px;
  max-width: 16px;
  margin-right: 11px;
}

.rn-mob-nav-in {
  padding: 20px;
  width: 100%;
  margin: -6px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: inherit;
}
/*# sourceMappingURL=common-t0eb932.css.map */