

/* Start:/local/templates/main/styles.css?147816918976*/
.example {
    border: 2px solid red; 
    color: red;
    padding: 20px; 
}
/* End */


/* Start:/local/templates/main/assets/css/application.bundle.css?1534414377159529*/
.re-header_container::after,
.re-phone::after,
.re-menu::after,
.re-menu__list::after,
.re-submenu-container .re-submenu::after,
.re-footer-items::after,
.re-phones::after,
.re-concierge::after,
.re-list-cards::after,
.re-form_theme_callback::after,
.re-documents__list::after,
.re-header_container::before,
.re-phone::before,
.re-menu::before,
.re-menu__list::before,
.re-submenu-container .re-submenu::before,
.re-footer-items::before,
.re-phones::before,
.re-concierge::before,
.re-list-cards::before,
.re-form_theme_callback::before,
.re-documents__list::before {
    display: table;
    content: '';
}
.re-header_container::after,
.re-phone::after,
.re-menu::after,
.re-menu__list::after,
.re-submenu-container .re-submenu::after,
.re-footer-items::after,
.re-phones::after,
.re-concierge::after,
.re-list-cards::after,
.re-form_theme_callback::after,
.re-documents__list::after {
    clear: both;
}
.re-header__item,
.re-search__item,
.re-menu__item,
.re-menu__column,
.re-submenu-container .re-submenu__item,
.re-cards__item,
.re-footer-items__item,
.re-phones__item,
.re-concierge__item,
.re-list-cards__item {
    display: inline-block;
    min-height: 1px;
    float: left;
    vertical-align: top;
}
.re-menu__column::before,
.re-menu__link::before,
.re-full-text__header::before,
.re-video-container__item::before,
.re-video-container__item::after,
.re-footer-items__item_copy::before,
.re-search-block__field::after,
.re-privelege-card__image::before,
.re-privelege-card__name em::before,
.re-filter__link::after,
.re-section_theme_b::before,
.re-section_theme_b::after,
.re-section_theme_footnote .re-section__text::before,
.re-section_theme_footnote li::before,
.re-section_theme_quote::before,
.re-section_theme_help.re-section__text::before,
.re-section_theme_help.re-section__text::after,
.re-section_theme_full::before,
.re-documents_theme_dl .re-documents__item::before,
.re-privileges__item[data-gift="1"] .re-privelege-card__name em::after {
    display: block;
    position: absolute;
    content: '';
}
.color-red {
  color: #c2112c;
}
.text-center {
    text-align: center;
}
.center-block {
    display: block;
    margin: 0 auto;
}
.points-calculator__block .slick-slider {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.points-calculator__block .slick-slider {
    padding-bottom: 10px;
    min-height: 270px;
}
.points-calculator__block {
    min-height: 466px;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
 .ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 11px;
    height: 24px;
    border-left: 1px solid #c2112c;
    border-right:1px solid #c2112c;
    border-bottom: 1px solid #c2112c;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-handle:before {
    content: '';
    width: 8px;
    height: 8px;
    left: 2px;
    position: absolute;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #c2112c;
    transition: .2s ease;
    display: block;
    transform: rotate(45deg);
    transform-origin: 100% 0;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
    height: 2px;
    background-color: #c2112c;
    margin: .9em 0;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -10px;
    background-color: #ffffff;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.points-calculator__block .slick-slider .slick-prev {
    background-image: url(/local/templates/main/assets/css/../images/points-slider/arrow_prev.png); 
    left: 25px;
}
.points-calculator__block .slick-slider .slick-next {
    background-image: url(/local/templates/main/assets/css/../images/points-slider/arrow_next.png);
    right: 25px
}
.points-calculator__block .slick-slider .slick-prev, .slick-slider .slick-next {
    position: absolute;
    top: calc(50% - 20px);
    bottom: 0;
    border: none;
    background-color: transparent;
    background-size: 100%;
    width: 27px;
    height: 53px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 10;
    outline: none;
    transform: translateY(-50%);
}
.points-calculator__block .slide-text {
    padding: 0 20px;
}
.reward-title {
    margin-top: 30px;
    padding-top: 10px;
}
.points-calculator__reward-slider {
    background-image: url('/local/templates/main/assets/css/../images/points-slider/pattern.png');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 310px;
    margin-bottom: 30px;
}
.points-calculator__calc {
    margin-right: 60px;
}
.points-calculator__slider-amount {
    border: none;
    display: inline-block;
    margin-bottom: 15px;
}
.points-calculator__slider .points {
    font-size:32px;
}
.points-calculator__slider {
    padding-bottom: 40px;
}
.points__container {
    margin-top: 45px;
    padding-bottom: 15px;
}
.points-calculator__expenses p {
    margin-bottom: 10px;
}
.points-calculator__ticket-text {
    font-size:16px;
  }
  .points__sum {
      font-size: 32px;
  }
@media (min-width: 769px) {
    .re-show-sm {
        display: none;
    }
}
@media (max-width: 769px) {
    .re-show-sm {
        display: block;
    }
    .re-hidden-sm {
        display: none;
    }
    .points-calculator__block .slick-slider .slick-prev {
        left: 0;
    }
    .points-calculator__block .slick-slider .slick-next {
        right: 0;
    }
}
@font-face {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: 300;
    src: url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Light.eot");
    src: url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Light.eot?#iefix") format('embedded-opentype'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Light.woff") format('woff'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Light.ttf") format('truetype'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Light.svg#hinted-subset-GothamPro-Light") format('svg');
}
@font-face {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: 400;
    src: url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro.eot");
    src: url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro.eot?#iefix") format('embedded-opentype'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro.woff") format('woff'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro.ttf") format('truetype'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro.svg#hinted-subset-GothamPro") format('svg');
}
@font-face {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: 500;
    src: url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Medium.eot");
    src: url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Medium.eot?#iefix") format('embedded-opentype'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Medium.woff") format('woff'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Medium.ttf") format('truetype'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Medium.svg#hinted-subset-GothamPro-Medium") format('svg');
}
@font-face {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 300;
    src: url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Light.eot");
    src: url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Light.eot?#iefix") format('embedded-opentype'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Light.woff") format('woff'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Light.ttf") format('truetype'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Light.svg#hinted-subset-GothamPro-Light") format('svg');
}
@font-face {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 400;
    src: url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro.eot");
    src: url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro.eot?#iefix") format('embedded-opentype'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro.woff") format('woff'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro.ttf") format('truetype'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro.svg#hinted-subset-GothamPro") format('svg');
}
@font-face {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 500;
    src: url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Medium.eot");
    src: url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Medium.eot?#iefix") format('embedded-opentype'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Medium.woff") format('woff'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Medium.ttf") format('truetype'), url("/local/templates/main/assets/css/../fonts/hinted-subset-GothamPro-Medium.svg#hinted-subset-GothamPro-Medium") format('svg');
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    position:relative;
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote::before,
blockquote::after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout: none;
    overflow-x: hidden;
    text-rendering: geometricprecision;
    height: 100%;
}
html,
input,
textarea {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body {
    /*color: #333;
    font-family: 'PT Sans', serif;*/
    color:#565a5e;
    font-family: 'Roboto', sans-serif;
    height: 100%;
}
@media (max-width: 993px) {
    body {
        background: #f9f9f9;
    }
}
a {
    color: inherit;
    cursor: pointer;
}
img {
    vertical-align: top;
}
svg {
    fill: currentcolor;
    vertical-align: top;
    shape-rendering: geometricprecision;
}
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
}
.fp-section {
    position: relative;
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller {
    overflow: hidden;
}
.iScrollIndicator {
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
.xdsoft_autocomplete,
.xdsoft_autocomplete div,
.xdsoft_autocomplete span {
    display: inline;
    position: relative;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
}
.xdsoft_autocomplete .xdsoft_input,
.xdsoft_autocomplete div .xdsoft_input,
.xdsoft_autocomplete span .xdsoft_input {
    position: relative;
    z-index: 2;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown,
.xdsoft_autocomplete div .xdsoft_autocomplete_dropdown,
.xdsoft_autocomplete span .xdsoft_autocomplete_dropdown {
    position: absolute;
    cursor: default;
    display: none;
    z-index: 1001;
    margin-top: -38px;
    min-width: 450px;
    position: relative;
    overflow: auto;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > .xdsoft_autocomplete_copyright,
.xdsoft_autocomplete div .xdsoft_autocomplete_dropdown > .xdsoft_autocomplete_copyright,
.xdsoft_autocomplete span .xdsoft_autocomplete_dropdown > .xdsoft_autocomplete_copyright {
    color: #ddd;
    font-size: 10px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'GothamPro', sans-serif;
    right: 5px;
    position: absolute;
    margin-top: -15px;
    z-index: 1002;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div,
.xdsoft_autocomplete div .xdsoft_autocomplete_dropdown > div,
.xdsoft_autocomplete span .xdsoft_autocomplete_dropdown > div {
    background: #fff;
    cursor: pointer;
    padding: 15px 40px !important;
    display: block;
    position: relative;
    min-height: 30px;
    line-height: 1.835rem;
    color: #b0b0b0;
    border-bottom: solid 2px #f2f2f2;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div::before,
.xdsoft_autocomplete div .xdsoft_autocomplete_dropdown > div::before,
.xdsoft_autocomplete span .xdsoft_autocomplete_dropdown > div::before {
    content: '';
    background: url("/local/templates/main/assets/css/../images/clock.png");
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div b,
.xdsoft_autocomplete div .xdsoft_autocomplete_dropdown > div b,
.xdsoft_autocomplete span .xdsoft_autocomplete_dropdown > div b {
    color: #676767;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div.active,
.xdsoft_autocomplete div .xdsoft_autocomplete_dropdown > div.active,
.xdsoft_autocomplete span .xdsoft_autocomplete_dropdown > div.active {
    background: #fcfcfc;
}
.xdsoft_autocomplete .xdsoft_autocomplete_hint,
.xdsoft_autocomplete div .xdsoft_autocomplete_hint,
.xdsoft_autocomplete span .xdsoft_autocomplete_hint {
    position: absolute;
    z-index: 1;
    color: #ccc !important;
    -webkit-text-fill-color: #ccc !important;
    text-fill-color: #ccc !important;
    overflow: hidden !important;
    white-space: pre !important;
    font-weight: 400 !important;
}
.xdsoft_autocomplete .xdsoft_autocomplete_hint span,
.xdsoft_autocomplete div .xdsoft_autocomplete_hint span,
.xdsoft_autocomplete span .xdsoft_autocomplete_hint span {
    color: transparent;
    opacity: 0;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: #808080;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:after {
    clear: both;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.re-header {
    -webkit-transition: visibility 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    transition: visibility 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s, visibility 0.4s ease 0s;
    transition: transform 0.4s ease 0s, visibility 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    visibility: hidden;
}
.re-header_fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 994;
    visibility: visible;
    -webkit-transform: translateY(0) translateZ(0) translate3d(0, 0, 0);
    transform: translateY(0) translateZ(0) translate3d(0, 0, 0);
}
.re-header_full_height {
    height: 130%;
}
.re-header_hidden {
    -webkit-transform: translateY(-91px) translateZ(0) translate3d(0, 0, 0);
    transform: translateY(-91px) translateZ(0) translate3d(0, 0, 0);
}
@media (max-width: 993px) {
    .re-header_hidden {
        -webkit-transform: translateY(0px) translateZ(0) translate3d(0, 0, 0);
        transform: translateY(0px) translateZ(0) translate3d(0, 0, 0);
    }
    .points-calculator__block .re-section-col-6 {
        width: 100%
    }
}
.re-header_container {
    padding: 40px 0 0;
    -webkit-transform: translateY(0) translateZ(0) translate3d(0, 0, 0);
    transform: translateY(0) translateZ(0) translate3d(0, 0, 0);
    visibility: visible;
}
@media (max-width: 993px) {
    .re-header_container {
        display: none;
        overflow: hidden;
    }
}
.re-header_container.re-header_hidden {
    -webkit-transform: translateY(-100%) translateZ(0) translate3d(0, 0, 0);
    transform: translateY(-100%) translateZ(0) translate3d(0, 0, 0);
    position: absolute;
    z-index: 5;
    visibility: hidden;
    top: 0;
    left: 40px;
    right: 40px;
}
.re-header__item_logo {
    width: 20%;
    text-align: center;
    margin-left:40%;
}
.re-header__item_phone {
    width: 40%;
    text-align: left;
}
.re-header__item_search {
    width: 40%;
    text-align: right;
}
.re-phone {
    padding-top: 42px;
}
.re-phone__item svg {
    width: 100%;
    fill: #333;
    opacity: 0.3;
}
.re-phone__item_icon {
    width: 16px;
    height: 16px;
    top: 1px;
    position: relative;
    display: inline-block;
}

.re-menu__item_phone {
    float: right;
    padding-top: 6px;
}
.re-phone__item_number {
    margin-left: 22px;
    display: inline-block;
}
.re-phone__item_number a {
    text-decoration:none;
}
.re-phone__phone {
    font-weight: 500;
    color: #333;
    opacity: 0.4;
    font-family: 'GothamPro', sans-serif;
    line-height: 1.1;
}
.re-phone__phone_small {
    font-size: 12px;
    margin: 0 0 3px;
}
.re-phone__phone_medium {
    font-size: 14px;
}
.re-phone__phone_medium:first-child {
    position: relative;
}
.re-bank {
    margin-top: 42px;
    color: #c2112c;
    display: inline-block;
    text-decoration: none;
    line-height: 22px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    vertical-align: middle;
    margin-right: 30px;
    width: 24px;
    -webkit-transition: 0.3s width;
    transition: 0.3s width;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.re-bank__text {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: 500;
    font-family: 'GothamPro', sans-serif;
}
.re-bank svg {
    width: 24px;
    height: 22px;
    fill: #c2112c;
    margin-right: 10px;
}
.re-bank:hover {
    width: 168px;
}
.re-search {
    display: inline-block;
    padding-top: 42px;
    vertical-align: middle;
}
.re-search__item {
    font-family: 'GothamPro', sans-serif;
    font-weight: 500;
}
.re-search__item svg {
    width: 100%;
    fill: #333;
    opacity: 0.3;
    -webkit-transition: fill 0.3s ease 0s, opacity 0.3s ease 0s;
    transition: fill 0.3s ease 0s, opacity 0.3s ease 0s;
}
.re-search:hover .re-search__item svg {
    fill: #c2112c;
    opacity: 1;
}
.re-search__item_icon {
    width: 25px;
    height: 25px;
}
.re-search__item_text {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    opacity: 0.4;
    line-height: 25px;
    padding-left: 15px;
    -webkit-transition: opacity 0.3s ease 0s, color 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, color 0.3s ease 0s;
}
.re-search:hover .re-search__item_text {
    opacity: 1;
    color: #c2112c;
}
.re-logotype {
    position: relative;
    width: 114px;
    height: 116px;
    display: inline-block;
    cursor: pointer;
}
.re-logotype svg {
    width: 100%;
}
.re-logotype__coat {
    position: absolute;
    width: 114px;
    height: 116px;
    z-index: 10;
    opacity: 0.15;
}
.re-logotype__text {
    position: absolute;
    width: 84px;
    height: 14px;
    z-index: 15;
    left: 50%;
    margin-left: -42px;
    bottom: 30px;
}
.re-logotype__logo {
    position: absolute;
    top: 41px;
    width: 100%;
    text-align: center;
}
.re-logotype__line {
    background: #c2112c;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 25px;
    opacity: 0.75;
}
.re-menu {
    font-family: 'GothamPro', sans-serif;
    min-height: 60px;
}
@media (min-width: 993px) {
    .re-menu_hidden {
        display: none;
    }
}
.re-menu_container {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
@media (max-width: 993px) {
    .re-menu_container .re-menu {
        padding-top: 60px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        -webkit-transition: 0.6s all;
        transition: 0.6s all;
        overflow: hidden;
    }
    .re-menu_container .re-menu.active {
        background: rgba(0,0,0,0.8);
        height: 100%;
    }
}
.re-menu_container .re-container {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
@media (max-width: 993px) {
    .re-menu_container .re-container {
        padding: 0;
    }
}
.re-menu__item_hamburger {
    width: 83px;
    text-align: left;
    padding: 36px 0 0;
}
.re-menu__item_menu {
    width: 730px;
    text-align: center;
}

@media (max-width: 993px) {
    .re-menu__item_menu {
        overflow: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        height: 100%;
        padding-bottom: 100px;
        width: 100%;
        display: block;
    }
    .re-menu__item_menu ul {
        padding-bottom: 120px;
    }
}
.re-menu__item_link {
    text-align: right;
    padding: 22px 0 0;
    float: right;
}

.re-menu.active .re-menu__item_phone {
    display:none !important;
}

@media (max-width: 1100px) {
    .re-menu__item_phone {
        display:none;
    }
    .re-menu__item_link {
        padding-top: 35px;
    }
}

@media (max-width: 993px) {
    .re-menu__item_link {
        position: absolute;
        padding: 0;
        right: 20px;
        top: 20px;
    }
    .re-menu__item_phone {
        display:block;
        position: absolute;
        top: 22px;
        right: 72px;
        padding-top:0px;
    }

    .re-phone__item_number {
        margin-left: 7px;
        display: inline-block;
    }
}
@media (max-width: 290px) {
    .re-menu__item_phone {
        display:none;
    }
}
@media (max-width: 993px) {
    .re-menu__item_hamburger {
        position: absolute;
        left: 20px;
        top: 20px;
        padding: 0;
    }
}
@media (max-width: 1100px) {
    .re-menu__text {
        position: absolute;
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
        transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
        transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
        min-width: 140px;
        top: 3px;
        right: 0;
        font-size: 11px;
    }
    .active .re-menu__text {
        opacity: 1;
        -webkit-transform: translateX(-35%);
        transform: translateX(-35%);
    }
}
.re-menu__column {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #999;
    padding: 38px 10px 38px 10px;
    position: relative;
    /* width: 15%;*/
}
.re-menu__column_main {
    width: 50px;
    padding: 20px 0 0 0;

}
@media (max-width: 993px) {
    .re-menu__column {
        display: block;
        width: 100%;
        padding: 16px 0;
        text-align: left;
        padding-left: 40px;
    }
    .re-menu__column .re-menu__column {
        padding-left: 0;
        font-size: 12px;
        color: inherit;
    }
}
@media (min-width: 993px) {
    .re-menu__column::before {
        left: 0;
        width: 1px;
        height: 14px;
        background: #e6e6e6;
        top: 38px;
    }
}
.re-menu__column:first-child::before,
.re-menu__column:nth-child(2)::before {
    display: none;
}
.re-menu__link {
    text-decoration: none;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.re-menu__link_main svg {
    width: 50px !important;
    height: 50px !important;
    margin-left: 0 !important;
}
.re-menu__link svg {
    width: 10px;
    height: 6px;
    fill: #999;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -1px;
    -webkit-transition: fill 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: fill 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: fill 0.3s ease 0s, transform 0.3s ease 0s;
    transition: fill 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
@media (min-width: 993px) {
    .re-menu__link::before {
        width: 100%;
        height: 2px;
        background: #c2112c;
        bottom: -38px;
        left: 0;
        display: none;
    }
}
@media (max-width: 993px) {
    .re-menu__link {
        color: #fff;
    }
}
.re-menu__link_current {
    color: #c2112c;
}
@media (min-width: 993px) {
    .re-menu__link_current::before {
        display: block;
    }
}
.re-menu__link_current svg {
    fill: #c2112c;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.re-menu__link:hover {
    color: #c2112c;
}
.re-menu__hamburger {
    width: 24px;
    height: 18px;
    display: block;
    position: relative;
}
.re-menu__hamburger svg {
    fill: #999;
    max-width: 18px;
    height: 18px;
}
.re-menu__hamburger span {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform 0.6s ease 0s;
    transition: -webkit-transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}
.re-menu__hamburger span:last-child {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
}
@media (min-width: 993px) {
    .re-menu__hamburger span:last-child {
        display: none;
    }
}
.active .re-menu__hamburger span:last-child {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.active .re-menu__hamburger span:first-child {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
}
.re-menu__university {
    color: #c2112c;
    display: inline-block;
    text-decoration: none;
    line-height: 22px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.re-menu__university img {
    width: 24px;
    height: 22px;
    display: inline-block;
    fill: #c2112c;
    margin-right: 10px;
}
@media (min-width: 993px) {
    .re-submenu-container {
        -webkit-transition: visibility 0.6s ease 0s, opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
        transition: visibility 0.6s ease 0s, opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
        transition: visibility 0.6s ease 0s, opacity 0.6s ease 0s, transform 0.6s ease 0s;
        transition: visibility 0.6s ease 0s, opacity 0.6s ease 0s, transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
        box-shadow: 0 0 15px rgba(0,0,0,0.15);
        border-top: 1px solid #f3f3f3;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-100%) translateZ(0);
        transform: translateY(-100%) translateZ(0);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        z-index: -1;
    }
    .re-submenu-container_active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(91px) translateZ(0);
        transform: translateY(91px) translateZ(0);
    }
}
@media (max-width: 993px) {
    .re-submenu-container {
        display: none;
    }
    .re-submenu-container_active {
        display: block;
    }
}
.re-submenu-container .re-submenu {
    padding: 20px 0;
}
@media (max-width: 993px) {
    .re-submenu-container .re-submenu {
        padding: 0;
    }
}
.re-submenu-container .re-submenu__item {
    width: 33%;
    display: block;
    margin-bottom: 20px;
    min-height:64px;
}
.re-submenu-container .re-submenu__item img {
    float: left;
    margin: -10px 30px 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
}
@media (max-width: 993px) {
    .re-submenu-container .re-submenu__item {
        width: auto;
        display: block;
        float: none;
        margin: 20px 0;
        overflow: hidden;
    }
    .re-submenu-container .re-submenu__item:last-child {
        margin-bottom: 0;
    }
    .re-submenu-container .re-submenu__item img {
        margin-right: 17px;
    }
}
.re-submenu-container .re-submenu__link {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    font-family: 'GothamPro', sans-serif;
    color: #999;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    padding-top: 10px;
    text-transform: none;
    text-align: left;
    font-weight: normal;
}
.re-submenu-container .re-submenu__link:hover {
    color: #c2112c;
}
.re-submenu-container .re-submenu__link:hover img {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
@media (max-width: 993px) {
    .re-submenu-container .re-submenu__link {
        font-size: 12px;
        line-height: 1.1rem;
    }
}
.re-cards {
    height: 100%;
    position: relative;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    visibility: hidden;
    overflow: hidden;
}
@media (max-width: 993px) {
    .re-cards {
        opacity: 1;
        visibility: visible;
        z-index: 1;
        margin-bottom: 30px;
    }
}
.re-cards__image {
    position: relative;
}
.re-cards__image img {
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 993px) {
    .re-cards__image {
        display: none;
    }
}
.re-cards .slick-arrow {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 20px;
    background: none;
    border: none;
    outline: none;
    z-index: 1;
    font-size: 0;
}
.re-cards .slick-prev {
    left: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.re-cards .slick-next {
    right: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.re-cards__item {
    min-height: 100%;
    text-align: center;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    overflow: hidden;
    left: 0;
    top: 0;
    position: relative;
    opacity: 1;
}
.re-cards__item:hover {
    cursor: pointer;
    margin-right: 1px;
    opacity: 1;
}
.re-cards__item:hover .re-cards__description h5 {
    color: #c2112c;
}
.re-cards__item:hover .re-cards__description p {
    color: #555;
}
@media (min-width: 993px) {
    .re-cards__item {
        width: 33.3333333%;
        position: absolute;
        background: none !important;
        opacity: 0;
    }
    .re-cards__item:nth-child(1) {
        left: 0;
    }
    .re-cards__item:nth-child(2) {
        left: 33.3333333%;
    }
    .re-cards__item:nth-child(3) {
        left: 66.666666666%;
    }
}
@media (max-width: 993px) {
    .re-cards__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: none;
    }
    .re-cards__item.slick-slide .re-cards__image {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    .re-cards__item.slick-center .re-cards__image {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
}
@media (max-width: 671px) {
    .re-cards__item {
        max-width: 400px;
    }
}
@media (max-width: 480px) {
    .re-cards__item {
        max-width: 240px;
    }
}
.re-cards__item_active {
    left: 0 !important;
    z-index: 150;
    width: 100%;
    opacity: 1;
}
.re-cards__item_active .re-cards__description {
    opacity: 0;
    visibility: hidden;
}
.re-cards__description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.re-cards__description h5 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: rgba(51,51,51,0.5);
    font-family: 'GothamPro', sans-serif;
    margin: 17px 0 27px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.re-cards__description p {
    font-size: 18px;
    line-height: 30px;
    color: rgba(85,85,85,0.5);
    padding: 0 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media (max-width: 993px) {
    .re-cards__description {
        bottom: 10%;
        position: initial;
        margin-top: 40px;
        color: #c82841;
        opacity: 0;
    }
    .slick-center .re-cards__description {
        opacity: 1;
    }
    .re-cards__description h5 {
        color: #d14b5f;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .re-cards__description p {
        padding: 0 30px;
        color: #000;
        font-size: 14px;
        line-height: 1.4;
    }
}
.re-cards__video-container {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.re-cards__video-container video {
    width: 100%;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.re-cards__video-container_platinum {
    width: 300%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.re-cards__video-container_platinum video {
    /*left: 2%;*/
}
.re-cards__video-container_imperia {
    width: 300%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.re-cards__video-container_infinite {
    width: 300%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.re-cards__video-container_infinite video {
    /* left: -0.55%;*/
}
@media (max-width: 993px) {
    .re-cards__video-container {
        display: none;
    }
}
.re-full-text {
    height: 100vh;
    position: relative;
    z-index: 10;
    opacity: 0;
    background: rgba(0,0,0,0.5);
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
@media (max-width: 993px) {
    .re-full-text {
        display: none;
    }
}
.re-full-text_active {
    opacity: 1;
    visibility: visible;
    cursor: default;
}
.re-full-text_active .re-full-text__name {
    opacity: 0.5;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.re-full-text_active .re-full-text__header {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.re-full-text_active .re-full-text__header::before {
    width: 100px;
    margin-left: -50px;
}
.re-full-text_active .re-full-text__content {
    opacity: 0.7;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.re-full-text__container {
    text-align: center;
    max-width: 800px;
    top: 50%;
    left: 50%;
    position: absolute !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.re-full-text__name {
    font-size: 18px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: opacity 1s ease 2s, -webkit-transform 1s ease 2s;
    transition: opacity 1s ease 2s, -webkit-transform 1s ease 2s;
    transition: opacity 1s ease 2s, transform 1s ease 2s;
    transition: opacity 1s ease 2s, transform 1s ease 2s, -webkit-transform 1s ease 2s;
    position: relative;
    z-index: 10;
}
.re-full-text__header {
    font-size: 48px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-family: 'GothamPro', sans-serif;
    padding: 25px 0 30px;
    position: relative;
    margin: 0 0 30px;
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: opacity 1s ease 2.5s, -webkit-transform 1s ease 2.5s;
    transition: opacity 1s ease 2.5s, -webkit-transform 1s ease 2.5s;
    transition: opacity 1s ease 2.5s, transform 1s ease 2.5s;
    transition: opacity 1s ease 2.5s, transform 1s ease 2.5s, -webkit-transform 1s ease 2.5s;
    z-index: 10;
}
.re-full-text__header::before {
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0;
    background: #c2112c;
    margin-left: 0;
    -webkit-transition: width 1s ease 3s, opacity 1s ease 3s;
    transition: width 1s ease 3s, opacity 1s ease 3s;
    z-index: 10;
}
.re-full-text__content {
    font-size: 18px;
    line-height: 30px;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: opacity 1s ease 3.5s, -webkit-transform 1s ease 3.5s;
    transition: opacity 1s ease 3.5s, -webkit-transform 1s ease 3.5s;
    transition: opacity 1s ease 3.5s, transform 1s ease 3.5s;
    transition: opacity 1s ease 3.5s, transform 1s ease 3.5s, -webkit-transform 1s ease 3.5s;
    opacity: 0;
    position: relative;
    z-index: 10;
}
.re-full-text__content p {
    color: #fff;
}
.re-full-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}
.re-full-video__item {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
    transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
    transition: transform 0.8s ease 0s, opacity 0.8s ease 0s;
    transition: transform 0.8s ease 0s, opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.re-full-video__item_platinum {
    z-index: 3;
}
.re-full-video__item_imperia {
    z-index: 3;
}
.re-full-video__item_infinite {
    z-index: 3;
}
.re-full-video__item_active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.re-full-video__item_active .re-full-video_platinum {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.re-video-container {
    height: 100%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
}
.re-video-container_hidden .re-video-container__text {
    visibility: hidden;
}
.re-video-container_hidden.re-js-video-top + .re-cards {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.re-video-container .re-container {
    width: 100%;
}
.re-video-container__item {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
}
.re-video-container__item video {
    top: -0.5%;
    width: 100%;
    position: relative;
}
.re-video-container__item::before {
    top: -2px;
    left: 0;
    height: 5px;
    right: 0;
    background: #fff;
}
.re-video-container__item::after {
    bottom: -2px;
    left: 0;
    height: 5px;
    right: 0;
    background: #fff;
}
.re-video-container__text {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    z-index: 10;
}
.re-video-container__text.active h2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.re-video-container__text.active p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.re-video-container__text.active hr {
    width: 100px;
}
.re-video-container__text h2 {
    font-size: 48px;
    font-weight: 300;
    position: relative;
    margin: 0 0 10px;
    -webkit-transform: translateY(3em);
    transform: translateY(3em);
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
    transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
    text-transform: uppercase;
    font-family: 'GothamPro', sans-serif;
    width: 80%;
    margin-left: auto;
    opacity: 0;
    text-align: left;
}
.re-video-container__text h2::after {
    display: none;
}
.re-video-container__text p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
    color: rgba(85,85,85,0.5);
    font-weight: 300;
    width: 80%;
    margin-left: auto;
    -webkit-transform: translateY(3em);
    transform: translateY(3em);
    -webkit-transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
    transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
    transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
    transition: opacity 1s ease 0.5s, transform 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
    opacity: 0;
}
.re-video-container__text hr {
    display: block;
    border: none;
    height: 2px;
    width: 0;
    background: #c2112c;
    -webkit-transition: width 1s ease 1s;
    transition: width 1s ease 1s;
    margin: 0 0 0 120px;
}
.re-video-container .content-blur {
    -webkit-filter: url("/local/templates/main/assets/css/../images/filter.svg#blur");
    filter: url("/local/templates/main/assets/css/../images/filter.svg#blur");
    -webkit-transform: translateZ(0) translate3d(0, 0, 0);
    transform: translateZ(0) translate3d(0, 0, 0);
}
.re-notice {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
}
.re-notice_active {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}
.re-notice_active .re-notice-popup {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.re-notice-popup {
    background: #fff;
    max-width: 676px;
    max-height: 350px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100px;
    margin: auto;
    padding: 60px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
}
.re-notice-popup__title {
    text-align: center;
}
.re-notice-popup__title .re-caption__name::after {
    margin-left: auto;
    margin-right: auto;
}
.re-notice-popup__close {
    background: url("/local/templates/main/assets/css/../images/close-notice.jpg") no-repeat;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 20px;
    top: 20px;
}
.re-notice-popup__actions {
    text-align: center;
    margin-top: 45px;
}
.re-landscape {
    height: 100%;
    position: relative;
    overflow: hidden;
}
@media (max-width: 993px) {
    .re-landscape {
        display: none;
    }
}
.re-landscape__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 5s ease 0s;
    transition: all 5s ease 0s;
}
.re-landscape__bg_back {
    background-image: url("/local/templates/main/assets/css/../images/footer-bg.jpg");
    z-index: 10;
}
.re-landscape__bg_front {
    background-image: url("/local/templates/main/assets/css/../images/footer-bg-front.png");
    z-index: 50;
}
.re-landscape__bg_coast {
    background-image: url("/local/templates/main/assets/css/../images/footer-bg-coast.png");
    z-index: 55;
}
.re-landscape__bg_stone {
    background-image: url("/local/templates/main/assets/css/../images/footer-bg-stone.png");
    z-index: 60;
}
.re-landscape__text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
    opacity: 1;
    visibility: visible;
}
.re-landscape__text_object {
    background-image: url("/local/templates/main/assets/css/../images/footer-bg-text.png");
    z-index: 20;
    bottom: 47%;
    background-position: 50% 120%;
}
.re-landscape__text_reflection {
    background-image: url("/local/templates/main/assets/css/../images/footer-bg-text-reflection.png");
    z-index: 50;
    top: 53%;
    background-position: 50% -86px;
}
.re-landscape_active .re-landscape__bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.re-landscape_active .re-landscape__text_object {
    background-position: 50% 90%;
}
.re-landscape_active .re-landscape__text_reflection {
    background-position: 50% 30px;
}
.re-landscape_hidden .re-landscape__text {
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    visibility: hidden;
}
.re-landscape_hidden .re-landscape__text_object {
    background-position: 50% 45%;
    opacity: 0;
}
.re-landscape_hidden .re-landscape__text_reflection {
    background-position: 50% 120px;
    opacity: 0;
}
[data-anchor="lastPage"] {
    overflow: hidden;
}
.re-footer {
    background: rgba(0,0,0,0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
    z-index: 100;
    overflow: hidden;
}
@media (min-width: 993px) {
    .re-footer {
        min-height: 100%;
    }
    .re-footer .re-caption__text {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
        transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
        transition: transform 1s ease 0s, opacity 1s ease 0s;
        transition: transform 1s ease 0s, opacity 1s ease 0s, -webkit-transform 1s ease 0s;
    }
    .re-footer .re-caption__name {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
        transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
        transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
        transition: transform 1s ease 0.5s, opacity 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
    }
    .re-footer .re-caption__name::after {
        width: 0;
        -webkit-transition: width 1s ease 0.5s;
        transition: width 1s ease 0.5s;
    }
    .re-footer .re-form {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
        transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
        transition: transform 1s ease 1s, opacity 1s ease 1s;
        transition: transform 1s ease 1s, opacity 1s ease 1s, -webkit-transform 1s ease 1s;
    }
    .re-footer .re-form__item {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity 1s ease 1.2s, -webkit-transform 1s ease 1.2s;
        transition: opacity 1s ease 1.2s, -webkit-transform 1s ease 1.2s;
        transition: transform 1s ease 1.2s, opacity 1s ease 1.2s;
        transition: transform 1s ease 1.2s, opacity 1s ease 1.2s, -webkit-transform 1s ease 1.2s;
    }
    .re-footer .re-form__item:nth-child(3) {
        -webkit-transition: opacity 1s ease 1.4s, -webkit-transform 1s ease 1.4s;
        transition: opacity 1s ease 1.4s, -webkit-transform 1s ease 1.4s;
        transition: transform 1s ease 1.4s, opacity 1s ease 1.4s;
        transition: transform 1s ease 1.4s, opacity 1s ease 1.4s, -webkit-transform 1s ease 1.4s;
    }
    .re-footer .re-form__item:nth-child(4) {
        -webkit-transition: opacity 1s ease 1.6s, -webkit-transform 1s ease 1.6s;
        transition: opacity 1s ease 1.6s, -webkit-transform 1s ease 1.6s;
        transition: transform 1s ease 1.6s, opacity 1s ease 1.6s;
        transition: transform 1s ease 1.6s, opacity 1s ease 1.6s, -webkit-transform 1s ease 1.6s;
    }
}
@media (max-width: 993px) {
    .re-footer {
        position: relative;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .re-footer::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        z-index: 0;
    }
    .re-footer::after {
        content: '';
        background: rgba(0,0,0,0.4);
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .re-footer .re-container {
        z-index: 2;
    }
    .re-footer .re-caption_theme_w .re-caption__text {
        margin-bottom: 5px;
    }
    .re-footer .re-caption_theme_a {
        margin-top: 40px;
        margin-bottom: 30px;
        width: auto;
    }
    .re-footer .re-caption_theme_a .re-caption__name {
        margin-top: 0;
        font-size: 20px;
    }
    .re-footer .re-caption_theme_a .re-caption__name::after {
        display: none;
    }
}
@media (max-width: 769px) {
    .re-footer {
        display: block;
        overflow: hidden;
        padding: 0 20px;
    }
    .re-footer .re-btn {
        display: block;
        text-align: center;
        width: 100%;
    }
}
.re-footer_active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.re-footer_active .re-caption__text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.re-footer_active .re-caption__name {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.re-footer_active .re-caption__name::after {
    width: 100px;
}
.re-footer_active .re-form {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.re-footer_active .re-form__item {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 993px) {
    .re-footer-bottom {
        width: 100%;
        position: relative;
        margin: 30px 0;
    }
}
@media (min-width: 993px) {
    .re-footer-bottom {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 70px;
    }
}
.re-footer-items__item {
    width: 50%;
    font-family: 'GothamPro', sans-serif;
    color: rgba(255,255,255,0.3);
}
@media (max-width: 993px) {
    .re-footer-items__item {
        margin-top: 35px;
    }
}
.re-footer-items__item_copy {
    padding: 0 0 0 50px;
    position: relative;
}
.re-footer-items__item_copy::before {
    background: url("/local/templates/main/assets/css/../images/logo-rsb.png") no-repeat;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
}
.re-footer-items__item_copy p {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 5px;
}
.re-footer-items__item_copy p strong {
    font-size: 16px;
}
@media (max-width: 993px) {
    .re-footer-items__item_copy {
        width: 324px;
        margin: 0;
    }
}
@media (max-width: 600px) {
    .re-footer-items__item_copy {
        display: block;
        float: none;
        padding-left: 35px;
        margin: 0 auto;
    }
    .re-footer-items__item_copy::before {
        background-size: 23px;
    }
    .re-footer-items__item_copy p {
        font-size: 12px;
    }
    .re-footer-items__item_copy p strong {
        font-size: 12px;
    }
}
@media (max-width: 993px) {
    .re-footer-items__item_phone {
        margin-top: 0;
    }
}
@media (max-width: 993px) and (min-width: 881px) {
    .re-footer-items__item_phone {
        float: right;
        width: auto;
    }
}
@media (max-width: 880px) {
    .re-footer-items__item_phone {
        margin-left: 50px;
        width: 100%;
    }
}
@media (max-width: 769px) {
    .re-footer-items__item_phone {
        margin: 0;
    }
}
@media (max-width: 993px) and (min-width: 993px) {
    .re-footer::before {
        background: url("/local/templates/main/assets/css/../images/footer-bg.jpg") no-repeat;
    }
}
@media (max-width: 993px) and (max-width: 993px) {
    .re-footer::before {
        background: url("/local/templates/main/assets/css/../images/footer-bg-mobile.jpg") center center no-repeat;
        background-size: cover;
    }
}
@media (max-width: 880px) {
    .re-phones {
        margin-top: 30px;
    }
}
@media (max-width: 600px) {
    .re-phones {
        width: 260px;
        margin: 30px auto;
        margin-bottom: 0;
    }
}
.re-phones_theme_menu {
    padding-left: 40px;
    padding-top: 20px;
    margin-top: 0;
    margin-left: 0;
}
@media (min-width: 769px) {
    .re-phones_theme_menu {
        display: none;
    }
}
.re-phones_theme_menu .re-phones__item {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    color: rgba(255,255,255,0.3);
    margin-bottom: 30px;
}
.re-phones__item {
    width: 50%;
}
.re-phones__item p {
    font-size: 12px;
    line-height: 1;
    margin: 0 0 13px;
}
.re-phones__item p:last-child {
    margin: 0;
}
.re-phones__item p span {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.6;
}
.re-phones__item p strong {
    font-size: 24px;
}
.re-phones__item p a {
    text-decoration: none;
}
@media (max-width: 993px) and (min-width: 881px) {
    .re-phones__item {
        width: auto;
    }
    .re-phones__item:last-child {
        margin-left: 30px;
    }
}
@media (max-width: 600px) {
    .re-phones__item {
        margin-bottom: 30px;
        width: 100%;
    }
    .re-phones__item p {
        margin: 0 0 8px;
    }
    .re-phones__item br {
        display: none;
    }
    .re-phones__item strong {
        font-size: 27px;
        font-weight: 500;
    }
    .re-phones__item span {
        font-size: 10px;
    }
}
.re-concierge {
    height: 100%;
    background-position: center center;
}
.re-concierge__item {
    height: 100%;
}
.re-concierge__item_images {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
}
.re-concierge__item_images::after {
    content: '';
    background: inherit;
    position: absolute;
    background-size: cover;
    left: 0;
    top: 0;
    width: 50%;
    z-index: 1111;
    height: 100%;
    z-index: 0;
}
.re-concierge__item_info {
    width: 50%;
    background: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 769px) {
    .re-concierge__item_info {
        padding: 0 20px;
        width: 100%;
        z-index: 1;
    }
}
.re-list-cards {
    padding: 70px 0;
}
.re-list-cards_top {
    padding-top: 120px;
}
@media (max-height: 769px) {
    .re-list-cards_top {
        padding-top: 70px;
    }
}
.re-list-cards__close {
    background: url("/local/templates/main/assets/css/../images/close.png") no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-size: 12px 12px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.re-list-cards__item {
    height: 144px;
    cursor: pointer;
    width: 25%;
    border: 1px solid #f3f3f3;
    border-left: none;
    padding: 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}
.re-list-cards__item:first-child {
    border-left: 1px solid #f3f3f3;
}
.re-list-cards__item:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.re-list-cards__item_active {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.re-list-cards__item_active .re-list-cards__close {
    opacity: 1;
    visibility: visible;
}
.re-list-cards__item img {
    float: left;
    margin: -10px 20px 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}
@media (max-width: 1170px) {
    .re-list-cards__item {
        text-align: center;
        padding: 25px;
    }
    .re-list-cards__item img {
        margin: 0 auto;
        margin-bottom: 15px;
        float: none;
        display: block;
    }
}
@media (max-width: 769px) {
    .re-list-cards__item {
        width: 50%;
    }
}
.re-list-cards__link {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    font-family: 'GothamPro', sans-serif;
    color: #999;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding-top: 10px;
}
@media (max-width: 993px) {
    .re-list-cards__link {
        min-height: 130px;
    }
}
.re-list-cards__link:hover {
    color: #c2112c;
}
.re-list-cards__link:hover img {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.re-popup {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background: rgba(0,0,0,0);
    width: 100%;
    z-index: 1000;
    text-align: right;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.re-popup__preloader {
    position: absolute;
    background: rgba(255,255,255,0.9);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 200;
    opacity: 0;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
    visibility: hidden;
}
.re-popup_loading {
    right: 0;
    visibility: visible;
    opacity: 1;
}
.re-popup_loading .re-popup__preloader {
    opacity: 1;
    visibility: visible;
}
.re-popup-sidebar {
    background: #fdfdfd;
    border-left: solid 1px #f3f3f3;
    padding: 40px;
}
@media (min-width: 993px) {
    .re-popup-sidebar {
        min-width: 310px;
        max-width: 310px;
    }
}
@media (max-width: 993px) {
    .re-popup-sidebar {
        float: none;
        display: block;
        width: auto;
        border-bottom: solid 1px #f3f3f3;
        height: auto;
        border-left: none;
        margin-left: 0;
        min-height: 1px;
        padding: 20px;
        overflow: hidden;
    }
    .re-popup-sidebar__logo {
        float: right;
        margin-left: 20px;
    }
}
.re-popup-sidebar__title {
    font-size: 16px;
    color: #434343;
    margin-top: 20px;
}
.re-popup-sidebar__logo {
    padding: 40px 10px;
    padding-top: 0;
}
.re-popup__close {
    background: url("/local/templates/main/assets/css/../images/close.png") no-repeat;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    margin-top: 40px;
    width: 26px;
    height: 26px;
}
@media (max-width: 993px) {
    .re-popup__close {
        position: absolute;
        top: 40px;
        right: 40px;
        z-index: 1;
        margin: 0;
    }
}
@media (max-width: 769px) {
    .re-popup__close {
        right: 20px;
        top: 20px;
    }
}
.re-popup-content {
    min-height: 100%;
    background: #fff;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    position: relative;
    height: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    overflow-y: scroll;
}
.re-popup-content__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 993px) {
    .re-popup-content__view {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media (min-width: 993px) {
    .re-popup-content {
        width: 60%;
        min-width: 906px;
    }
}
@media (max-width: 993px) {
    .re-popup-content {
        width: 100%;
        display: block;
        min-width: 1px;
    }
}
.re-popup-content p {
    padding: 20px 0;
    /* color: #a7a7a7;*/
    line-height: 1.8;
    font-size: 1.125rem;
}
.re-popup-content__image {
    font-size: 0;
    position: relative;
}
.re-popup-content__image img {
    width: 100%;
}
.re-popup-content__info {
    margin: 0 100px;
}
@media (max-width: 769px) {
    .re-popup-content__info {
        margin: 0 20px;
    }
}
.re-popup-content__info_theme_abs {
    position: absolute;
    bottom: 0px;
    left: 0;
}
.re-popup-content__title {
    font-size: 18px;
    color: #313131;
    margin: 20px 0;
}
.re-popup-content__page {
    padding: 25px 100px;
    padding-right: 30px;
    padding-bottom: 0;
    max-width: 100%;
}
@media (max-width: 993px) {
    .re-popup-content__page {
        padding: 25px 20px;
    }
}
.re-popup_theme_inline .re-popup__close {
    right: 40%;
}
.re-popup_theme_inline .re-popup-content {
    display: inline-block;
    width: auto;
}
.re-popup_theme_a .re-popup-content {
    padding: 100px 0;
}
@media (max-width: 993px) {
    .re-popup_theme_a .re-popup-content {
        padding: 20px 0;
    }
}
.re-popup_open {
    background: rgba(0,0,0,0.6);
    visibility: visible;
}
.re-popup_open .re-popup-content {
    -webkit-transform: translateX(20px) !important;
    transform: translateX(20px) !important;
    margin-left: -20px;
}
.re-popup_theme_menu {
    text-align: left;
}
.re-popup_theme_menu .re-popup__close {
    right: auto;
    left: 440px;
    position: absolute;
}
.re-popup_theme_menu .re-popup-content {
    padding: 85px 0;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    min-width: 1px;
}
.re-popup_theme_menu .re-popup-content__page {
    padding: 0;
    min-height: auto;
}
.re-popup_theme_menu.re-popup_open .re-popup-content {
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    overflow: hidden;
}
.re-menu-block {
    padding: 0 113px;
}
.re-menu-block__item {
    font-size: 28px;
    color: #b2b2b2;
    margin: 0 0 50px;
}
.re-menu-block__link {
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.re-menu-block__link:hover {
    color: #a6182f;
}
h1,
.h1 {
    font-family: 'GothamPro', sans-serif;
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.875rem;
    color: #333;
}
h1_upper,
.h1_upper {
    text-transform: uppercase;
}
h2,
.h2 {
    margin-top: 24px;
    font-weight: 300;
    font-size: 2.25rem;
    text-transform: uppercase;
    text-align: center;
    font-family: 'GothamPro', sans-serif;
    color: #333;
}
h2::after,
.h2::after {
    display: block;
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100px;
    height: 2px;
    background: #c2112c;
    content: '';
    margin-left: auto;
    margin-right: auto;
}
h3,
.h3 {
    font-family: 'GothamPro', sans-serif;
    line-height: 1.875rem;
    font-size: 24px;
    font-weight: 400;
    color: #333;
}
h3::after,
.h3::after {
    display: block;
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100px;
    height: 2px;
    background: #c2112c;
    content: '';
}
/*h4,
.h4 {
  color: #333;
  font-size: 18px;
  padding: 20px 0;
  line-height: 1.475rem;
  text-transform: none;
}*/
input,
textarea {
    outline: none;
}
@media (min-width: 993px) {
    .fp-auto-height {
        min-height: 90vh;
    }
}
.re-gallery-item {
    display: block;
    margin-bottom: 40px;
    max-width: 100%;
}
.re-gallery-item img {
    max-width: 100%;
}
.re-service {
    padding-bottom: 30px;
    width: 25%;
    text-align: center;
}
.re-service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 60px;
    overflow: hidden;
}
@media (max-width: 769px) {
    .re-service-list {
        display: block;
        font-size: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 769px) {
    .re-service_all {
        width: 100%;
    }
}
.re-service-actions__phone {
    margin-top: 40px;
}
.re-service-actions__row {
    margin-bottom: 60px;
}
.re-service-actions__row+.re-service-actions__row {
    margin-bottom: 0;
}
@media (min-width: 769px) {
    .re-service-actions a+a {
        margin-left: 25px;
    }
}
@media (max-width: 769px) {
    .re-service-actions a+a {
        margin-top: 20px;
    }
}
.re-service__ico {
    width: 143px;
    height: 143px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 50%;
    border: solid 2px rgba(255,255,255,0.7);
    line-height: 143px;
    text-align: center;
}
@media (max-width: 480px) {
    .re-service__ico {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}
.re-service__ico img {
    display: inline-block;
    vertical-align: middle;
}
.re-service__name {
    color: #fff;
    font-size: 18px;
}
@media (max-width: 769px) {
    .re-service {
        width: 50%;
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }
}
.re-mobile-logo {
    display: none;
    margin-top: 80px;
    margin-bottom: 35px;
    text-align: center;
}
@media (max-width: 993px) {
    .re-mobile-logo {
        display: block;
    }
}
.re-link {
    text-decoration: none;
    -webkit-transition: 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1);
    display: inline-block;
}
.re-link_uppercase {
    text-transform: uppercase;
}
.re-link__text_small {
    font-size: 12px;
    color: #a7a7a7;
    margin-top: 5px;
    display: block;
    font-family: 'GothamPro', sans-serif;
}
@media (max-width: 769px) {
    .re-link__text_small {
        font-size: 9px;
        margin-top: 0;
    }
}
.re-link_theme_a {
    color: #c2112c;
    font-family: 'GothamPro', sans-serif;
    font-size: 15px;
    font-weight: 500;
}
@media (max-width: 480px) {
    .re-link_theme_a {
        font-size: 14px;
    }
}
.re-link_theme_b {
    color: #c2112c;
}
.re-link_theme_white .re-link__text {
    color: #fff;
}
.re-link_theme_white .re-link__text_phone {
    font-size: 30px;
    font-family: 'GothamPro', sans-serif;
    line-height: 1.2;
}
.re-link_theme_c {
    font-family: 'GothamPro', sans-serif;
    font-size: 16px;
    color: #b9b9b9;
    margin-top: 30px;
    font-style: normal;
}
.re-link_theme_dl {
    font-size: 16px;
    line-height: 1.5;
}
.re-link_theme_gray {
    color: #333;
    cursor: default;
}
.re-link_theme_gray:hover {
    text-decoration: none;
}
.re-user {
    font-size: 0;
}
@media (max-width: 769px) {
    .re-user {
        text-align: center;
    }
}
.re-user__image {
    display: inline-block;
    width: 100px;
    padding-right: 30px;
    vertical-align: top;
}
.re-user__image img {
    border-radius: 50%;
}
@media (max-width: 769px) {
    .re-user__image {
        margin-bottom: 10px;
        display: block;
        text-align: center;
        width: auto;
        padding-right: 0;
    }
}
.re-user__info {
    display: inline-block;
    margin-bottom: 35px;
    line-height: 1.475rem;
}
@media (max-width: 769px) {
    .re-user__info {
        text-align: center;
        margin-bottom: 15px;
    }
}
.re-user__name {
    font-size: 24px;
    font-family: 'GothamPro', sans-serif;
    margin-bottom: 15px;
    margin-top: 6px;
    display: block;
}
@media (max-width: 769px) {
    .re-user__name {
        font-size: 18px;
        margin-bottom: 0;
    }
}
.re-user__post {
    /*font-family: 'PT Sans', serif;*/
    color:#565a5e;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
@media (max-width: 769px) {
    .re-user__post {
        font-size: 12px;
    }
}
.re-funds {
    position: relative;
    z-index: 11;
    margin-top: 40px;
}
.re-funds__item {
    position: relative;
}
.re-funds__row {
    border-left: solid 1px #ededed;
    font-size: 0;
    margin: 60px 0;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.re-funds__row:hover {
    z-index: 10;
}
@media (max-width: 993px) {
    .re-funds__row {
        border-left: none;
        margin: 0;
    }
}
.re-funds__column {
    display: block;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #ededed;
    border-left: none;
}
@media (max-width: 993px) {
    .re-funds__column {
        width: 100%;
        border: none;
    }
    .re-funds__column .re-funds-item {
        min-height: 1px;
        background: #fff;
        margin-bottom: 30px;
    }
}
.re-funds-item {
    line-height: 2rem;
    padding: 50px 60px;
    min-height: 418px;
    position: relative;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.re-funds-item:hover {
    opacity: 1;
    z-index: 2;
}
@media (min-width: 993px) {
    .re-funds-item:hover .re-funds-item__hover {
        opacity: 1;
        visibility: visible;
        top: -20px;
    }
}
@media (max-width: 993px) {
    .re-funds-item {
        padding: 27px;
        margin-bottom: 30px;
        border-left: solid 1px #ededed;
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    }
}
.re-funds-item__content {
    box-shadow: 0px 0px 30px 0px rgba(50,50,50,0.15);
    padding: 70px 95px;
    padding-bottom: 100px;
    margin: 0 -36px;
}
@media (max-width: 993px) {
    .re-funds-item__content {
        padding: 47px 47.5px;
        margin: 0 -17px;
    }
}
.re-funds-item__text {
    color: #000;
    font-size: 16px;
    line-height: 1.4em;
    padding-bottom:250px;
}
@media (max-width: 769px) {
    .re-funds-item__text {
        font-size: 15px;
        line-height: 1.475rem;
    }
}
.re-funds-item__hover {
    position: absolute;
    top: 50px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
@media (max-width: 993px) {
    .re-funds-item__more {
        margin-top: 40px;
    }
}
.re-map {
    margin: 100px 0;
    font-size: 0;
    position: relative;
    border: solid 2px #e6e6e6;
    min-height: 100%;
    overflow: hidden;
}
.re-map-view {
    width: 670px;
    display: inline-block;
    vertical-align: top;
    min-height: 100vh;
}
.re-map-cities {
    position: relative;
    padding: 35px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    width: 452px;
    min-height: 100vh;
}
.re-map-cities__title {
    margin-left: 50px;
    margin-top: 45px;
}
.re-map-cities__close {
    text-transform: uppercase;
    color: #756e6b;
    font-size: 15px;
    position: absolute;
    top: 30px;
    right: 40px;
    font-family: 'GothamPro', sans-serif;
    font-weight: 500;
    cursor: pointer;
}
.re-map-cities__close::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url("/local/templates/main/assets/css/../images/close-2.png") no-repeat;
    display: inline-block;
    margin-left: 17px;
    vertical-align: top;
}
.re-map-cities__label {
    color: #414141;
    margin-top: 30px;
}
.re-map-cities__value {
    color: #b4b4b4;
}
.re-map-cities__text {
    padding: 70px 80px;
    font-size: 16px;
    line-height: 1.9;
    /*font-family: 'PT Sans', serif;*/
    font-family: 'Roboto', sans-serif;

}
.re-map-cities__head {
    padding: 35px;
    padding-left: 85px;
    font-size: 16px;
}
.re-map-cities__item {
    font-size: 18px;
    padding: 35px 25px;
    padding-left: 85px;
    position: relative;
    background: #fbfbfb;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 1;
    cursor: pointer;
    font-family: 'GothamPro', sans-serif;
    color: #999;
}
.re-map-cities__item::before {
    content: '';
    left: 35px;
    top: 28px;
    width: 18px;
    height: 24px;
    background: url("/local/templates/main/assets/css/../images/baloon.png") no-repeat;
    position: absolute;
}
.re-map-cities__item:hover {
    background: #fff;
    z-index: 2;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    color: #c2112c;
}
.re-map-cities__info {
    position: absolute;
    width: 450px;
    bottom: 0;
    -webkit-transition: 0.8s all;
    transition: 0.8s all;
    opacity: 0;
    right: 70px;
    top: 100%;
    z-index: -1;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
.re-map-cities__info.show {
    opacity: 1;
    top: 0;
    z-index: 3;
}
.re-search-block {
    display: block;
}
.re-search-block__popular {
    padding: 35px 0;
    border-top: solid 2px #f2f2f2;
    margin-bottom: 30px;
    position: relative;
    top: -2px;
}
.re-search-block__column {
    width: 50%;
    float: left;
}
@media (max-width: 769px) {
    .re-search-block__column {
        width: 100%;
        float: none;
    }
}
.re-search-block__request {
    color: #b2374b;
    font-size: 16px;
    padding: 20px 0;
    display: block;
}
@media (max-width: 769px) {
    .re-search-block__request {
        padding: 10px 0;
        font-size: 15px;
    }
}
.re-search-block__field {
    border-bottom: solid 2px #e5e5e5;
    position: relative;
    display: block;
    height: 42px;
    padding-bottom: 10px;
}
.re-search-block__field::after {
    width: 25px;
    height: 25px;
    left: 0;
    top: 5px;
    background: url("/local/templates/main/assets/css/../images/loop.png") no-repeat;
}
.re-search-block__clear {
    background: url("/local/templates/main/assets/css/../images/close-3.png") no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}
.re-search-block__clear.show {
    opacity: 1;
    visibility: visible;
}
.re-search-block__results.active {
    margin: 100px 0;
    overflow: hidden;
}
@media (max-width: 769px) {
    .re-search-block__results.active {
        margin: 40px 0;
    }
}
.re-search-block__title {
    font-size: 24px;
    /*font-family: 'PT Sans', serif;*/
    font-family: 'Roboto', serif
}
@media (max-width: 769px) {
    .re-search-block__title {
        font-size: 18px;
    }
}
.re-search-block__input {
    border: none;
    color: #c2112c;
    text-shadow: 0 0 0 #000;
    width: 100%;
    font-size: 15px;
    font-family: 'GothamPro', sans-serif;
    padding: 0 20px 0 44px;
    height: 40px;
    line-height: 40px;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: 500;
}
.re-search-block__input::-webkit-input-placeholder {
    color: #d9d9d9;
    text-shadow: none;
    -webkit-text-fill-color: initial;
}
.re-search-block__input::-moz-placeholder {
    color: #d9d9d9;
    text-shadow: none;
    -moz-text-fill-color: initial;
}
.re-search-block__input:-ms-input-placeholder {
    color: #d9d9d9;
    text-shadow: none;
    -ms-text-fill-color: initial;
}
.re-search-block__input:-moz-placeholder {
    color: #d9d9d9;
    text-shadow: none;
    -moz-text-fill-color: initial;
}
.re-sidebar_theme_a {
    border: solid 4px #f3f3f3;
    border-radius: 10px;
}
.re-container {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1206px;
    width: 100%;
    position: relative;
}
.re-container_theme_vinous {
    padding-top: 170px;
}
@media (max-height: 993px) {
    .re-container_theme_vinous {
        padding-top: 90px;
    }
}
@media (max-width: 769px) {
    .re-container {
        padding: 0 20px;
        padding-top: 40px;
    }
}
.re-container::after {
    content: "";
    display: block;
    clear: both;
}
.re-container_full_height {
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 280px;
    background-size: 55%;
    background-position: right bottom;
}
@media (max-width: 1441px) {
    .re-container_full_height {
        background-size: 40%;
    }
}
.re-container_theme_sidebar {
    font-size: 0;
    clear: both;
}
@media (max-width: 769px) {
    .re-container_theme_sidebar {
        padding: 0 20px;
    }
}
.re-container_theme_sidebar .re-container__content {
    padding-right: 40px;
    width: 75%;
    float: left;
}
@media (max-width: 1170px) {
    .re-container_theme_sidebar .re-container__content {
        width: 70%;
    }
}
@media (max-width: 993px) {
    .re-container_theme_sidebar .re-container__content {
        width: auto;
        padding-right: 0;
        float: none;
    }
}
.re-container_theme_sidebar .re-container__sidebar {
    display: inline-block;
    float: right;
}
@media (max-width: 993px) {
    .re-container_theme_sidebar .re-container__sidebar {
        margin-top: 0px;
        clear: both;
        display: block;
        margin-bottom: 67px;
        width: auto;
    }
}
.re-container_transformed {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 940px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 993px) {
    .re-container_transformed {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        padding: 50px;
    }
    .re-container_transformed .re-documents__column {
        text-align: center;
        width: 100%;
        float: none;
    }
    .re-container_transformed .re-documents__column + .re-documents__column {
        margin-top: 50px;
    }
    .re-container_transformed .re-caption__name::after {
        margin: 32px auto;
    }
}
@media (max-width: 769px) {
    .re-container_transformed {
        padding: 50px 20px;
    }
}
.re-caption__name {
    font-family: 'GothamPro', sans-serif;
    line-height: 1.2;
    position: relative;
}
@media (max-width: 993px) {
    .re-caption__name {
        text-transform: uppercase;
        margin-bottom: 0;
    }
}
.re-caption__name_uppercase {
    text-transform: uppercase;
}
.re-caption__name::after {
    display: block;
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100px;
    height: 2px;
    background: #c2112c;
    content: '';
}
.re-caption__hint {
    color: #b3b5b7;
    font-size: 15px;
    margin-bottom: 20px;
}
.re-caption__text {
    /*color: #999;*/
    color:#565a5e;
    font-size: 1.125rem;
    line-height: 1.875rem;
}
@media (max-width: 993px) {
    .re-caption__text {
        font-size: 15px;
        line-height: 1.475rem;
    }
}
.re-caption__text_header {
    font-size: 24px;
    font-family: 'GothamPro', sans-serif;
    color: #333;
    margin-bottom: 14px;
}
.re-caption__more {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'GothamPro', sans-serif;
    color: #c2112c;
    font-weight: 500;
    margin-top: 35px;
}
.re-caption__more a {
    text-decoration: none;
    color: #c2112c;
}
.re-caption_theme_a {
    margin: 60px auto;
    width: 80%;
    text-align: center;
}
@media (max-width: 769px) {
    .re-caption_theme_a {
        width: 100%;
        margin: 70px 0px;
    }
}
.re-caption_theme_a .re-caption__name {
    margin-top: 24px;
    font-weight: 300;
    font-size: 2.25rem;
    text-transform: uppercase;
}
@media (max-width: 769px) {
    .re-caption_theme_a .re-caption__name {
        font-size: 24px;
    }
}
.re-caption_theme_a .re-caption__name::after {
    margin-left: auto;
    margin-right: auto;
}
.re-caption_theme_l {
    text-align: left;
}
.re-caption_theme_l .re-caption__name::after {
    margin-left: 0;
}
@media (max-width: 993px) {
    .re-caption_theme_l .re-caption__name {
        font-size: 24px;
    }
}
@media (max-width: 769px) {
    .re-caption_theme_l .re-caption__text {
        text-align: center;
    }
    .re-caption_theme_l .re-caption__text_header {
        font-size: 17px;
    }
    .re-caption_theme_l .re-caption__more {
        text-align: center;
        margin-top: 25px;
    }
    .re-caption_theme_l .re-caption__name {
        font-size: 20px;
        text-align: center;
        margin-top: 5px;
    }
    .re-caption_theme_l .re-caption__name::after {
        margin: 20px auto;
    }
}
.re-caption_theme_b .re-caption__name {
    font-size: 24px;
}
@media (max-width: 769px) {
    .re-caption_theme_b .re-caption__name {
        font-size: 18px;
    }
}
.re-caption_theme_b_top .re-caption__name {
    font-size: 18px;
    /*color: #999;
    font-family: 'PT Sans', serif;*/
    color: #565a5e;
    font-family: 'Roboto', sans-serif;

}
.re-caption_theme_b_top .re-caption__name::after {
    display: none;
}
.re-caption_theme_b_top .re-caption__name::before {
    display: block;
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100px;
    height: 2px;
    background: #c2112c;
    content: '';
}
@media (max-width: 769px) {
    .re-caption_theme_b_top .re-caption__name {
        font-size: 12px;
        color: #333;
        text-transform: none;
        margin-bottom: 10px;
    }
    .re-caption_theme_b_top .re-caption__name::before {
        margin: 13px auto;
    }
}
.re-caption_theme_b_top_mar_no::after {
    margin-bottom: 0;
}
@media (max-width: 769px) {
    .re-caption_theme_b .re-caption__name {
        text-align: center;
    }
    .re-caption_theme_b .re-caption__name::after {
        margin: 22px auto;
    }
}
.re-caption_theme_white .re-caption__name {
    color: #fff;
    font-size: 36px;
}
@media (max-width: 993px) {
    .re-caption_theme_white .re-caption__name {
        font-size: 28px;
    }
}
.re-caption_theme_white .re-caption__name::after {
    background: #fff;
}
.re-caption_theme_white .re-caption__text {
    color: #fff;
}
.re-caption_theme_c .re-caption__name {
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.875rem;
}
@media (max-width: 993px) {
    .re-caption_theme_c .re-caption__name {
        text-align: center;
        font-size: 20px;
    }
    .re-caption_theme_c .re-caption__name::after {
        margin: 18px auto;
        margin-bottom: 10px;
    }
}
@media (min-width: 993px) {
    .re-caption_theme_c .re-caption__name::after {
        display: none;
    }
}
.re-caption_theme_c .re-caption__text {
    padding: 22px 0;
}
.re-caption_theme_d .re-caption__hint {
    /*font-family: 'PT sans';*/
    font-family: 'Roboto', sans-serif;

}
.re-caption_theme_d .re-caption__name {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 300;
    font-family: 'PT sans';
    color: #fff;
}
.re-caption_theme_d .re-caption__name::after {
    margin-bottom: 40px;
}
.re-caption_theme_d .re-caption__name_dark {
    color: #333;
    margin-bottom: 0;
}
.re-caption_theme_d .re-caption__name_dark::after {
    margin-bottom: 0;
}
@media (max-width: 993px) {
    .re-caption_theme_d .re-caption__name {
        font-size: 24px;
    }
}
@media (max-width: 769px) {
    .re-caption_theme_d .re-caption__name {
        font-size: 18px;
    }
    .re-caption_theme_d .re-caption__name::after {
        margin-bottom: 20px;
    }
}
.re-caption_theme_d .re-caption__text {
    padding: 22px 0;
}
.re-caption_theme_e .re-caption__name {
    /* font-family: 'PT sans';*/
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin-bottom: 40px;
}
.re-caption_theme_e .re-caption__name::after {
    display: none;
}
.re-caption_theme_f .re-caption__name {
    font-family: 'GothamPro';
    font-size: 24px;
    margin-bottom: 35px;
    color: #333;
}
.re-caption_theme_f .re-caption__name::after {
    display: none;
}
@media (max-width: 993px) {
    .re-caption_theme_f .re-caption__name {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
.re-caption_theme_w .re-caption__name {
    color: #fff;
}
.re-caption_theme_w .re-caption__text {
    color: #fff;
    opacity: 0.7;
    margin: 0 0 30px;
}
.re-privelege-card {
    display: block;
    height: 210px;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 0 40px;
}
@media (max-width: 769px) {
    .re-privelege-card {
        padding: 0px;
        height: 160px;
    }
}
@media (min-width: 993px) {
    .re-privelege-card:hover .re-privelege-card__image {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }
    .re-privelege-card:hover .re-privelege-card__name strong {
        bottom: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(100%);
        transform: translateX(-50%) translateY(100%);
    }
    .re-privelege-card:hover .re-privelege-card__name em {
        width: 100%;
        line-height: 107px;
        font-size: 700%;
        color: #c2112c;
        opacity: 0.9;
        will-change: transform, opacity;
    }
    .re-privelege-card:hover .re-privelege-card__name em::before {
        opacity: 0;
    }
}
.re-privelege-card__image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-filter 0.3s ease 0s;
    transition: -webkit-filter 0.3s ease 0s;
    transition: filter 0.3s ease 0s;
    transition: filter 0.3s ease 0s, -webkit-filter 0.3s ease 0s;
}
.re-privelege-card__image::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 62%, #000 100%);
     background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 62%, #000 100%);*/
}
.re-privelege-card__name {
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    font-size: 18px;
    color: #fff;
    display: block;
    padding: 0;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.re-privelege-card__name strong {
    -webkit-transition: left 0.3s ease 0s, bottom 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: left 0.3s ease 0s, bottom 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: left 0.3s ease 0s, transform 0.3s ease 0s, bottom 0.3s ease 0s;
    transition: left 0.3s ease 0s, transform 0.3s ease 0s, bottom 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    position: absolute;
    left: 0;
    bottom: 40px;
    white-space: nowrap;
    z-index: 10;
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
    transform: translateX(0) translateY(0) translateZ(0);
}
.re-privelege-card__name em {
    position: absolute;
    right: 0;
    bottom: 25px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: font-size 0.5s ease 0s, color 0.5s ease 0s, opacity 0.5s ease 0s, width 0.5s ease 0s, line-height 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    transition: font-size 0.5s ease 0s, color 0.5s ease 0s, opacity 0.5s ease 0s, width 0.5s ease 0s, line-height 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    transition: font-size 0.5s ease 0s, color 0.5s ease 0s, transform 0.5s ease 0s, opacity 0.5s ease 0s, width 0.5s ease 0s, line-height 0.5s ease 0s;
    transition: font-size 0.5s ease 0s, color 0.5s ease 0s, transform 0.5s ease 0s, opacity 0.5s ease 0s, width 0.5s ease 0s, line-height 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
    opacity: 1;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 48px;
    line-height: 48px;
    text-align: center;
}
.re-privelege-card__name em::before {
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    opacity: 0.3;
    border-radius: 50%;
    -webkit-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}
.re-privelege-card__name em sup {
    font-size: 60%;
    position: relative;
    top: -6px;
}
@media (max-width: 769px) {
    .re-privelege-card__name {
        bottom: 30px;
        left: 30px;
        right: 30px;
    }
    .re-privelege-card__name strong {
        font-size: 13px;
    }
    .re-privelege-card__name em {
        font-size: 27px;
    }
}
.re-filter {
    margin: -15px;
}
@media (min-width: 769px) {
    .re-filter {
        text-align: center;
    }
}
.re-filter__link {
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    color: #999;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.re-filter__link::after {
    bottom: 8px;
    opacity: 0;
    left: 15px;
    right: 15px;
    border-top: 1px dashed;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.re-filter__link svg {
    display: block;
    position: absolute;
    fill: #c2112c;
    width: 16px;
    height: 15px;
    left: -10px;
    top: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.re-filter__link_active {
    color: #c2112c;
}
.re-filter__link_active:first-child svg {
    opacity: 1;
    visibility: visible;
}
.re-filter__link_active::after {
    opacity: 0.25;
}
.re-filter__link:hover {
    color: #c2112c;
}
.re-btn {
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 26px;
    display: inline-block;
    font-family: 'GothamPro', sans-serif;
    font-weight: 500;
    line-height: 48px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: none;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (max-width: 769px) {
    .re-btn {
        padding: 3px 20px;
        line-height: 32px;
        display: inline-block;
        font-size: 10px;
    }
}
.re-btn_theme_full {
    display: block;
    text-align: center;
    padding: 0;
}
.re-btn_theme_red {
    border: solid 2px #c2112c;
    color: #c2112c;
    font-size: 12px;
}
.re-btn_theme_red_full {
    color: #fff;
    background: #c2112c;
    padding: 0 31px;
    line-height: 44px;
}
@media (max-width: 769px) {
    .re-btn_theme_red {
        border-width: 1px;
    }
}
.re-btn_theme_bg {
    background: #c2112c;
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #c2112c;
    cursor: pointer;
}
.re-btn_theme_bg:hover {
    background: none;
    border-color: #fff;
}
.re-btn_theme_transparent {
    border: solid 1px rgba(255,255,255,0.4);
    color: #fff;
}
.re-btn_theme_transparent:hover {
    background: #c2112c;
    border-color: #c2112c;
}
.re-btn_theme_white {
    border: solid 1px rgba(255,255,255,0.4);
    color: #fff;
    display: inline-block;
}
@media (max-width: 769px) {
    .re-btn_theme_white {
        display: block;
        text-align: center;
        width: 100%;
    }
}
.select2-container--open .select2-dropdown {
    border-color: #f3f3f3;
    border-radius: 0;
}
.re-select2_theme_form {
    display: inline-block;
    vertical-align: top;
    font-family: 'GothamPro', sans-serif;
    font-weight: 300;
}
@media (max-width: 769px) {
    .re-select2_theme_form {
        font-size: 24px;
        width: 100%;
    }
    .re-form__item_currency .re-select2_theme_form {
        width: 26%;
    }
}
.re-select2_theme_form .select2-container--default .select2-search--dropdown {
    border-color: solid 1px #f3f3f3;
    padding: 0;
}
.re-select2_theme_form .select2-search__field {
    display: none;
}
.re-select2_theme_form .select2-container {
    vertical-align: top;
    max-height: 81px;
}
@media (max-width: 769px) {
    .re-select2_theme_form .select2-container {
        max-width: 100%;
        width: 100% !important;
    }
}
.re-select2_theme_form .select2-container--default .select2-selection--single {
    padding: 19px 22px;
    vertical-align: top;
    margin: 0;
    border-radius: 0;
    border: solid 1px #f3f3f3;
    font-size: 36px;
    height: 78px;
}
@media (max-width: 993px) {
    .re-select2_theme_form .select2-container--default .select2-selection--single {
        background: inherit;
        height: 65px;
    }
}
.re-select2_theme_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.05;
    padding: 0;
}
.re-select2_theme_form .select2-container--default .select2-selection--single .select2-selection__rendered .valute {
    vertical-align: middle;
    max-width: 100%;
}
@media (max-width: 993px) {
    .re-select2_theme_form .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 24px;
    }
}
.re-select2_theme_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.re-select2_theme_image .select2 .select2-container--open,
.re-select2_theme_image .select2 .select2-dropdown {
    border-color: #f3f3f3;
}
.re-select2_theme_image .select2 .select2-search__field {
    display: none;
}
.re-select2_theme_image .select2 .select2-container--default .select2-search--dropdown {
    border-color: solid 1px #f3f3f3;
    padding: 0;
}
.re-select2_theme_image .select2.select2-container {
    vertical-align: top;
}
.re-select2_theme_image .select2.select2-container--default .select2-selection--single {
    padding: 19px 22px;
    height: auto;
    vertical-align: top;
    margin: 0;
    border-radius: 0;
    border: solid 1px #f3f3f3;
    height: auto;
    font-size: 18px;
}
.re-select2_theme_image .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.1;
    padding: 0;
    font-family: 'GothamPro';
}
.re-select2_theme_image .select2.select2-container--default .select2-selection--single .select2-selection__rendered img {
    vertical-align: middle;
    margin-right: 15px;
    width: 50px;
}
.re-select2_theme_image .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
}
.re-select2_theme_image .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url("/local/templates/main/assets/css/../images/arrow.png") no-repeat;
    width: 10px;
    height: 7px;
    border: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.re-select2_theme_image .select2-container .select2-container--default .select2-container--below .select2-container--open .select2-selection__arrow b {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select2-results__options .valute {
    width: 30%;
}
.select2-results__option {
    padding: 10px 22px;
    font-family: 'GothamPro';
}
.select2-results__option img {
    max-width: 50px;
    vertical-align: middle;
    margin-right: 15px;
}
.select2-search--dropdown .select2-search__field {
    display: none;
}
.re-alg_center {
    text-align: center;
}
@media (max-height: 769px) {
    .re-form_theme_inline {
        padding-bottom: 70px;
    }
}
@media (max-width: 769px) {
    .re-form_theme_inline {
        margin-top: 40px;
        padding-bottom: 0;
    }
}
@media (min-width: 769px) {
    .re-form_theme_inline .re-form__item {
        display: inline-block;
        vertical-align: bottom;
    }
}
.re-form__label {
    font-size: 16px;
    color: #999;
    display: block;
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 20px;
    font-family: 'GothamPro', sans-serif;
    font-weight: 400;
}
.re-form__input,
.re-form__select {
    border: solid 1px #ececec;
    font-family: 'GothamPro', sans-serif;
    font-size: 36px;
    outline: none;
    color: #333;
    font-weight: 300;
}
@media (max-width: 769px) {
    .re-form__input,
    .re-form__select {
        font-size: 24px;
    }
}
.re-form__input .select2-search__field,
.re-form__select .select2-search__field {
    display: none;
}
.re-form__input_small,
.re-form__select_small {
    margin-right: 20px;
}
.re-form__input_small .select2-container,
.re-form__select_small .select2-container {
    max-width: 240px;
}
@media (max-width: 769px) {
    .re-form__input_small,
    .re-form__select_small {
        width: 100%;
        margin-right: 0;
    }
    .re-form__input_small .select2-container,
    .re-form__select_small .select2-container {
        max-width: 100%;
    }
}
.re-form__input {
    padding: 0 25px;
    line-height: 79px;
    height: 79px;
}
@media (max-width: 993px) {
    .re-form__input {
        line-height: 65px;
        height: 65px;
        background: inherit;
    }
}
.re-form__select {
    font-family: 'Circe', sans-serif;
    padding: 17px 22px;
    vertical-align: top;
}
.re-form__checkbox {
    padding: 24px 0;
}
@media (max-width: 769px) {
    .re-form__checkbox {
        width: 100%;
        padding: 0;
    }
}
.re-form__checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.re-form__checkbox input[type="checkbox"]+label {
    position: relative;
    padding-left: 44px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    color: #999;
    /* font-family: 'PT sans';*/
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}
.re-form__checkbox input[type="checkbox"]+label::before {
    content: '';
    background: url("/local/templates/main/assets/css/../images/check.png") top left no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 993px) {
    .re-form__checkbox input[type="checkbox"]+label {
        background: url("/local/templates/main/assets/css/../images/check-2.png") top left no-repeat;
    }
}
.re-form__checkbox input[type="checkbox"]:checked+label::before {
    background-position: bottom left;
}
@media (max-width: 993px) {
    .re-form__item {
        margin-bottom: 20px;
    }
}
@media (max-width: 769px) {
    .re-form__item {
        display: block;
    }
}
.re-form__item_right {
    margin-right: 19px;
}
.re-form__item_right:last-child {
    margin-right: 0;
}
@media (max-width: 769px) {
    .re-form__item_right {
        margin-right: 0;
    }
}
.re-form__item_currency {
    font-size: 0;
}
.re-form__item_currency .re-form__input {
    display: inline-block;
    width: 333px;
}
@media (max-width: 993px) {
    .re-form__item_currency .re-form__input {
        width: auto;
    }
}
@media (max-width: 769px) {
    .re-form__item_currency .re-form__input {
        width: 74%;
    }
}
.re-form_theme_callback {
    text-align: center;
}
.re-form_theme_callback .re-form__item {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}
@media (max-width: 993px) and (min-width: 769px) {
    .re-form_theme_callback .re-form__item {
        width: 48%;
    }
    .re-form_theme_callback .re-form__item:last-child {
        width: 50%;
        margin-top: 30px;
    }
}
@media (max-width: 993px) {
    .re-form_theme_callback .re-form__item {
        padding-left: 10px;
    }
}
@media (max-width: 769px) {
    .re-form_theme_callback .re-form__item {
        display: block;
        padding-left: 0;
    }
    .re-form_theme_callback .re-form__item:nth-last-child(2) {
        padding-bottom: 20px;
    }
    .re-form_theme_callback .re-form__item:last-child {
        padding-bottom: 0;
    }
}
.re-form_theme_callback .re-form__input {
    width: 100%;
    padding: 0 30px;
    background: rgba(0,0,0,0.3);
    border: 1px solid #fff;
    font-size: 15px;
    line-height: 48px;
    height: 48px;
    color: #fff;
    font-weight: 500;
}
@media (max-width: 993px) {
    .re-form_theme_callback .re-form__input {
        width: 210px;
    }
}
@media (max-width: 993px) {
    .re-form_theme_callback .re-form__input {
        width: 100%;
        font-size: 12px;
    }
}
.re-pager {
    font-size: 0;
    text-align: right;
    margin-top: 20px;
}
@media (max-width: 993px) {
    .re-pager {
        margin-top: 0px;
    }
}
@media (max-width: 769px) {
    .re-pager {
        margin-bottom: 0;
    }
}
.re-pager__item {
    text-align: center;
    font-size: 15px;
    color: #c2c2c2;
    display: inline-block;
    border: solid 1px #f3f3f3;
    margin-left: 10px;
    font-family: 'GothamPro', sans-serif;
}
.re-pager__item_active {
    color: #c2112c;
}
@media (max-width: 769px) {
    .re-pager__item {
        margin-left: 5px;
    }
}
.re-pager__link,
.re-pager span {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: block;
    text-decoration: none;
}
@media (max-width: 993px) {
    .re-pager__link,
    .re-pager span {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}
.re-pager__more {
    text-align: center;
}
.re-news__list {
    margin-top: 70px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.re-news-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
    text-decoration: none;
    width: 31.5%;
}
@media (max-width: 993px) {
    .re-news-item {
        width: 48%;
        box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
    }
}
@media (max-width: 769px) {
    .re-news-item {
        width: 100%;
    }
}
.re-news-item:hover .re-news-item__img_hover {
    opacity: 1;
}
.re-news-item__top {
    min-height: 250px;
}
@media (max-width: 993px) {
    .re-news-item__top {
        min-height: 1px;
        margin-bottom: 20px;
    }
}
.re-news-item__bottom {
    font-family: 'GothamPro', sans-serif;
}
@media (max-width: 993px) {
    .re-news-item__bottom .re-link_uppercase {
        display: none;
    }
}
.re-news-item__img {
    position: relative;
}
.re-news-item__img img {
    width: 100%;
}
.re-news-item__img_hover {
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.re-news-item__title {
    color: #333;
    font-size: 24px;
    font-family: 'GothamPro', sans-serif;
    margin-bottom: 30px;
    -ms-flex-item-align: top;
    align-self: top;
}
@media (max-width: 993px) {
    .re-news-item__title {
        font-size: 18px;
        line-height: 1.475rem;
        margin-bottom: 15px;
    }
}
.re-news-item__desc {
    font-size: 18px;
    color: #999;
}
@media (max-width: 993px) {
    .re-news-item__desc {
        line-height: 1.475rem;
        font-size: 15px;
        margin-bottom: 0;
    }
}
.re-news-item__info {
    padding: 35px 38px;
    border: solid 1px #f3f3f3;
    border-top: none;
    line-height: 1.835rem;
}
@media (max-width: 769px) {
    .re-news-item__info {
        padding: 30px;
        line-height: 1;
    }
}
.re-news-item__date {
    color: #dcdcdc;
    padding-bottom: 0;
    font-weight: 500;
    display: inline-block;
    float: right;
}
@media (max-width: 769px) {
    .re-news-item__date {
        float: none;
        font-size: 9px;
    }
}
.re-news-item__more {
    float: left;
}
.re-breadcrumbs {
    padding: 25px 0;
}
@media (max-width: 769px) {
    .re-breadcrumbs {
        display: none;
    }
}
.re-breadcrumbs__item {
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'GothamPro';
    font-weight: 500;
    text-decoration: none;
}
.re-breadcrumbs__item::before {
    content: '•';
    display: inline-block;
    vertical-align: top;
    color: #999;
    margin: 0 5px;
}
a.re-breadcrumbs__item {
    color: #c2112c;
}
span.re-breadcrumbs__item {
    color: #999;
}
.re-visual {
    background: url("/local/templates/main/assets/css/../images/bg-first-screen.png") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 530px;
    width: 100%;
    height: 100%;
    position: relative;
}
.re-visual .re-content {
    padding: 50px 0;
}
@media (max-width: 993px) {
    .re-visual .re-content {
        opacity: 0;
        visibility: hidden;
    }
}
.re-visual-text {
    display: none;
    background: #fff;
    padding: 37px 20px;
}
@media (max-width: 993px) {
    .re-visual-text {
        display: block;
        text-align: center;
    }
}
.re-visual__scroll {
    content: '';
    background: url("/local/templates/main/assets/css/../images/down.png") no-repeat;
    width: 40px;
    height: 20px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}
@media (max-width: 993px) {
    .re-visual {
        min-height: 280px;
        padding-top: 70px;
    }
    .re-visual .re-caption_theme_c .re-caption__name {
        color: #000;
        text-shadow: 5px 0px 10px #fff;
        text-align: left;
    }
    .re-visual .re-caption_theme_c .re-caption__name::after {
        margin: 18px 0;
    }
    .re-visual .re-caption_theme_c .re-caption__text {
        text-shadow: 5px 0px 10px #fff;
        color: #000;
    }
    .re-visual .re-caption_theme_b {
        display: none;
    }
    .re-visual .re-js-category .re-caption_theme_b {
        display: block;
    }
}
@media (max-width: 993px) {
    .re-visual .re-container {
        background-size: contain !important;
        background-position: bottom center !important;
    }
    .re-visual .re-js-category .re-caption_theme_b {
        display: none;
    }
    .re-visual__scroll {
        display: none;
    }
}
.re-visual__content {
    display: block;
}
.re-visual-column {
    height: 100%;
    width: 50%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 580px;
}
.re-visual-column .re-caption__name {
    line-height: 1.4;
}
@media (max-height: 769px) {
    .re-visual-column {
        padding-top: 150px;
    }
}
@media (max-width: 769px) {
    .re-visual-column {
        width: 100%;
        min-height: 1px;
    }
    .re-visual-column .re-visual__content {
        display: none;
    }
}
@media (max-width: 993px) {
    .re-visual_theme_mobile_hide_bg_image {
        background: none;
        height: auto;
    }
    .re-visual_theme_mobile_hide_bg_image .re-visual__content {
        display: none;
    }
    .re-visual_theme_mobile_hide_bg_image .re-container {
        min-height: 580px;
    }
}
@media (max-width: 769px) {
    .re-visual_theme_mobile_hide_bg_image {
        min-height: 360px;
    }
    .re-visual_theme_mobile_hide_bg_image .re-container {
        min-height: 360px;
    }
    .re-visual_theme_mobile_hide_bg_image-column {
        min-height: 360px;
    }
}
[data-anchor] {
    clear: both;
}
[data-anchor] .fp-tableCell > .re-section {
    height: 100%;
}
[data-anchor='stopScroll'] .re-visual__scroll {
    display: none;
}
[data-anchor='stopScroll'] .fp-section {
    height: auto !important;
}
[data-anchor='stopScroll'] .fp-tableCell > .re-section {
    height: auto;
}
[data-anchor='stopScroll'] .re-section_theme_b {
    height: auto;
}
[data-anchor="lastPage"] {
    z-index: 1;
}
@media (max-width: 993px) {
    [data-anchor="servicesPage"] .re-caption_theme_a {
        margin-bottom: 0;
    }
    [data-anchor="servicesPage"] .re-caption_theme_a .re-caption__name::after {
        margin-bottom: 0;
    }
}
@media (max-height: 768px) {
    [data-anchor="servicesPage"] .re-caption_theme_a {
        margin-bottom: 0;
    }
    [data-anchor="servicesPage"] .re-finance-item {
        margin-bottom: 10px;
    }
}
@media (max-width: 993px) {
    [data-anchor='typeCards'] {
        display: none;
    }
}
.re-square {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    background: #fff;
    border: solid 4px #f3f3f3;
}
.re-square_l_t {
    top: -48px;
    left: -50px;
}
.re-square_r_t {
    top: -48px;
    right: -50px;
}
.re-square_l_b {
    bottom: -48px;
    left: -50px;
}
.re-square_r_b {
    bottom: -48px;
    right: -50px;
}
@media (max-width: 993px) {
    .re-square {
        background: #f9f9f9;
    }
}
@media (max-width: 769px) {
    .re-square {
        border-width: 2px;
        width: 20px;
        height: 20px;
    }
    .re-square_l_t {
        top: -22px;
        left: -33px;
    }
    .re-square_r_t {
        top: -22px;
        right: -33px;
    }
    .re-square_l_b {
        bottom: -48px;
        left: -35px;
    }
    .re-square_r_b {
        bottom: -48px;
        right: -35px;
    }
}
.re-section {
    position: relative;
}
.re-section-col-6 {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
@media (min-width: 769px) {
    .re-section-col-6:first-child {
        padding-right: 40px;
    }
}
@media (max-width: 769px) {
    .re-section-col-6 {
        width: auto;
        display: block;
    }
    .re-section-col-6:first-child {
        padding-left: 0;
    }
}
.re-section_full {
    position: relative;
}
@media (min-width: 993px) {
    .re-section_full {
        height: 100%;
        height: 100vh;
    }
}
.re-section_theme_a {
    height: 100%;
}
.re-section_theme_flex {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-align: start/end/center/stretch/basline;
    min-height:700px;
}
@media (min-width: 993px) {
    .re-section_theme_flex {
        min-height: 100%;
        min-height: 100vh;
    }
}
@media (max-width: 769px) {
    .re-section_theme_flex .re-caption_theme_a {
        margin-bottom: 0;
    }
}
@media (min-height: 993px) {
    .re-section_theme_b {
        height: 100%;
        height: 100vh;
    }
}
.re-section_theme_b::before,
.re-section_theme_b::after {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.re-section_theme_b::before {
    background-image: url("/local/templates/main/assets/css/../images/background_pattern.png");
    background-size: cover;
    background-position: center;
    z-index: -1;
    background-attachment: fixed;
}
@media (max-width: 993px) {
    .re-section_theme_b::before {
        background-size: contain;
    }
}
.re-section_theme_b::after {
    background-image: -webkit-linear-gradient(0, #f3f3f3 0%, #fff 100%);
    background-image: linear-gradient(0, #f3f3f3 0%, #fff 100%);
    z-index: -2;
}
.re-section_theme_c {
    margin-bottom: 42px;
    position: relative;
    font-size: 0;
}
.re-section_theme_c b {
    color: #333;
    font-weight: 400;
}
.re-section_theme_c .re-section__text {
    /*color: #999;*/
    color:#565a5e;
    font-size: 1.125rem;
    line-height: 1.875rem;
    padding: 18px 0;
}
@media (max-width: 993px) {
    .re-section_theme_c .re-section__text {
        padding: 15px 0;
        font-size: 15px;
        line-height: 1.475rem;
    }
}
.re-section_theme_page {
    padding: 40px 0;
    min-height: 100%;
}
@media (max-width: 993px) {
    .re-section_theme_page {
        padding: 40px 0;
        min-height: 1px !important;
    }
    .re-section_theme_page .re-section__text {
        padding: 10px 0;
    }
}
@media (max-width: 769px) {
    .re-section_theme_page .re-section__text {
        line-height: 1.475rem;
    }
}
@media (max-height: 769px) {
    .re-section_theme_page {
        padding: 60px 0;
    }
}
.re-section_theme_white .re-section__text {
    color: #fff;
    line-height: 1.5;
}
.re-section_theme_footnote li {
    /*color: #999;*/
    color:#565a5e;
    font-size: 1.125rem;
    line-height: 1.875rem;
    padding: 18px 0;
}

.re-caption_theme_white .re-section_theme_footnote li {
    color: #fff;
}


@media (max-width: 993px) {
    .re-section_theme_footnote li {
        padding: 15px 0;
        font-size: 15px;
        line-height: 1.475rem;
    }
}
.re-section_theme_footnote .re-section__text,
.re-section_theme_footnote li {
    padding-left: 50px;
    position: relative;
}
.re-section_theme_footnote .re-section__text::before,
.re-section_theme_footnote li::before {
    background: #c2112c;
    width: 31px;
    height: 2px;
    left: 0;
    top: 35px;
}
.re-section_theme_footnote .re-section__text_pad_bottom,
.re-section_theme_footnote li_pad_bottom {
    padding-top: 0;
    padding-bottom: 24px;
}
.re-section_theme_footnote .re-section__text_pad_bottom::before,
.re-section_theme_footnote li_pad_bottom::before {
    top: 14px;
}
@media (max-width: 769px) {
    .re-section_theme_footnote {
        padding-top: 10px;
    }
    .re-section_theme_footnote .re-section__text {
        padding-left: 30px;
    }
    .re-section_theme_footnote .re-section__text::before {
        content: '';
        width: 20px;
        top: 26px;
        height: 1px;
    }
    .re-section_theme_footnote .re-section__text_pad_bottom::before {
        top: 11px;
    }
}
.re-section_theme_quote {
    font-style: italic;
    padding-left: 60px;
    color: #333;
    color: #999;
    font-size: 1.125rem;
    line-height: 1.875rem;
    padding: 18px 0;
    position: relative;
    padding-left: 50px;
}
.re-section_theme_quote .re-section__text {
    padding: 0;
}
.re-section_theme_quote::before {
    background: url("/local/templates/main/assets/css/../images/quotes-2.png") no-repeat;
    background-size: cover;
    width: 31px;
    height: 23px;
    left: 0;
    top: 28px;
}
@media (max-width: 993px) {
    .re-section_theme_quote {
        padding: 18.5px 0;
        padding-left: 30px;
        font-size: 15px;
    }
    .re-section_theme_quote::before {
        width: 18px;
        height: 14px;
    }
}
.re-section_theme_quote_block {
    padding-top: 60px;
    background: url("/local/templates/main/assets/css/../images/quotes-2.png") left top no-repeat;
}
.re-section_theme_quote_block .re-section__text {
    font-size: 26px;
    padding-left: 0;
    font-family: 'PT Serif', serif;
    font-style: italic;
    line-height: 45px;
    color: #333;
}
@media (max-width: 993px) {
    .re-section_theme_quote_block .re-section__text {
        font-size: 28px;
    }
}
@media (max-width: 769px) {
    .re-section_theme_quote_block {
        background: #fff;
        padding: 40px 0;
        background-position: top center;
    }
    .re-section_theme_quote_block .re-section__text {
        padding: 0px 20px;
        padding-top: 40px;
        background: url("/local/templates/main/assets/css/../images/quotes-2.png") center top no-repeat;
        text-align: center;
        font-size: 15px;
        line-height: 1.835rem;
    }
    .re-section_theme_quote_block .re-section__text::before {
        display: block;
        margin: 20px auto;
    }
}
.re-section__help {
    position: relative;
}
.re-section_theme_help {
    font-family: 'GothamPro', sans-serif;
    position: relative;
    line-height: 1.5;
    font-size: 12px;
    color: #414141;
    padding: 31px;
    overflow: hidden;
}
@media (min-width: 993px) {
    .re-section_theme_help {
        width: 260px;
        float: right;
    }
}
.re-section_theme_help::before {
    content: '';
    background: #fff;
    border: solid 4px #f3f3f3;
    border-radius: 15px;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.re-section_theme_help::after {
    border: solid 4px #f3f3f3;
}
@media (max-width: 993px) {
    .re-section_theme_help {
        font-size: 24px;
    }
    .re-section_theme_help .re-section__text {
        font-size: 14px;
    }
}
@media (max-width: 769px) {
    .re-section_theme_help {
        padding: 14px 27px;
        padding-bottom: 40px;
    }
    .re-section_theme_help .re-section__text {
        font-size: 12px;
    }
    .re-section_theme_help::before {
        border-width: 2px;
    }
}
.re-section_theme_help .re-section__text {
    line-height: 1.475rem;
    padding-bottom: 40px;
}
.re-section_theme_help.re-section__text::before,
.re-section_theme_help.re-section__text::after {
    height: 3px;
    background: #fff;
    margin: auto;
    top: 10px;
    bottom: 10px;
}
.re-section_theme_help.re-section__text::before {
    left: 0;
}
.re-section_theme_help.re-section__text::after {
    right: 0;
}
.re-section_theme_full {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-transition: background-position 0.7s ease 0s;
    transition: background-position 0.7s ease 0s;
}
.re-section_theme_full::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}
@media (max-width: 993px) {
    .re-section_theme_full {
        display: block;
        height: auto;
        overflow: hidden;
    }
}
@media (max-width: 769px) {
    .re-section {
        line-height: 1.435rem;
    }
}
.re-section_theme_404 {
    position: relative;
    background: url("/local/templates/main/assets/css/../images/404.jpg") center center no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 100%;
}
.re-section_theme_404 .re-section__text {
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.re-section_theme_404 .re-section__text .re-btn {
    margin-top: 60px;
}
.re-section_theme_404 .re-section__text_error {
    position: absolute;
    left: 0;
    top: 290px;
    bottom: 0;
    right: 0;
    height: 130px;
    margin: auto;
}
.re-list-feature {
    color: #333;
    font-size: 18px;
    padding: 20px 0;
    line-height: 1.475rem;
}
@media (max-width: 993px) {
    .re-list-feature {
        font-size: 15px;
    }
}
.re-list-feature__head {
    padding-bottom: 15px;
}
@media (max-width: 993px) {
    .re-list-feature__head {
        padding-bottom: 10px;
    }
}
.re-list-feature__item,
.re-list-feature li {
    position: relative;
    padding: 7px 0;
    padding-left: 70px;
}
.re-list-feature__item::before,
.re-list-feature li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 1px;
    background: #333;
    left: 35px;
    right: 30px;
    top: 15px;
}
@media (max-width: 993px) {
    .re-list-feature__item,
    .re-list-feature li {
        padding: 3px 0;
        padding-left: 30px;
    }
    .re-list-feature__item::before,
    .re-list-feature li::before {
        left: 15px;
    }
}
.re-preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 1;
    visibility: visible;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999999999;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.re-preloader_opacity {
    opacity: 0;
    visibility: hidden;
}
.re-preloader .re-logotype {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.re-loader {
    position: absolute;
    width: 100px;
    height: 45px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.re-loader:before,
.re-loader:after,
.re-loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.re-loader {
    color: #c2112c;
    font-size: 10px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.re-loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.re-loader:after {
    left: 3.5em;
}
.re-loader:before,
.re-loader:after {
    content: '';
    position: absolute;
    top: 0;
}
@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
.ico-list {
    padding: 40px 0;
    line-height: 1.475rem;
}
.ico-list__svg {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.ico-list__svg svg {
    fill: #333;
    max-width: 51px;
}
.ico-list li svg,
.ico-list li img {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    fill: #333;
    max-width: 51px;
}
.ico-list__item,
.ico-list li {
    /*color: #999;*/
    color:#565a5e;
    padding: 14px 0;
    padding-left: 70px;
    position: relative;
    font-size: 100%;
}
.ico-list__item span,
.ico-list li span {
    background: #000;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.re-finance__column {
    width: 100%;
    font-size: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.re-finance__column .re-finance__item {
    margin-bottom: 0;
}
@media (max-width: 993px) {
    .re-finance__column {
        margin: 0;
        display: block;
    }
}
@media (max-width: 769px) {
    .re-finance_theme_scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 40px;
        margin-left: -40px;
        margin-right: -20px;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .re-finance_theme_scroll .re-finance_theme_a {
        margin: 0 -20px;
        padding: 20px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .re-finance_theme_scroll .re-finance-item {
        min-width: 265px;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .re-finance_theme_scroll .re-finance-item:last-child {
        margin-right: 40px;
    }
}
.re-finance_theme_a {
    padding-top: 70px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.re-finance_theme_a .slick-dots {
    text-align: center;
    margin-bottom: 40px;
}
.re-finance_theme_a .slick-dots li {
    display: inline-block;
    width: 3px;
    height: 4px;
    border-radius: 50%;
    margin: 0 5px;
    background: #aaa;
}
.re-finance_theme_a .slick-dots li.slick-active {
    background: #c2112c;
}
.re-finance_theme_a .slick-dots li button {
    display: none;
}
@media (max-width: 993px) {
    .re-finance_theme_a display block .re-finance-item {
        width: 100%;
    }
}
@media (max-height: 769px) {
    .re-finance_theme_a {
        padding-top: 0;
    }
}
@media (max-width: 769px) {
    .re-finance_theme_a {
        padding-top: 15px;
    }
}
@media (max-width: 993px) {
    .re-finance_theme_a .re-finance-item .re-section_theme_c {
        margin-bottom: 15px;
    }
    .re-finance_theme_a .re-finance-item.slick-slide {
        margin: 20px 10px;
        min-height: 300px;
    }
}
@media (max-width: 993px) {
    .re-finance_theme_b {
        padding-bottom: 40px;
    }
}
@media (max-width: 769px) {
    .re-finance_theme_b {
        padding-bottom: 10px;
    }
}
.re-finance_theme_b .re-finance-item__hover {
    border: solid 1px #f3f3f3;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.re-finance-item {
    padding: 50px;
    border: solid 1px #f3f3f3;
    display: inline-block;
    width: 33.333%;
    vertical-align: top;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background: #fff;
    position: relative;
    text-decoration: none;
    text-decoration: none;
    margin-bottom: 75px;
}
@media (max-width: 993px) {
    .re-finance-item {
        height: auto;
    }
}
.re-finance-item.hidecapitalization {
    display: none !important;
}
.re-finance-item.hidewithdrawal {
    display: none !important;
}
.re-finance-item span {
    display: block;
}
.re-finance-item__currency {
    display: none !important;
}
.re-finance-item__currency img {
    width: 15px;
    vertical-align: middle;
}
.re-finance-item[data-rub] .re-finance-item__currency.rub {
    display: block !important;
}
.re-finance-item[data-usd] .re-finance-item__currency.usd {
    display: block !important;
}
.re-finance-item[data-euro] .re-finance-item__currency.euro {
    display: block !important;
}
.re-finance-item__content {
    border: solid 1px #f3f3f3;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    padding: 74px 49px;
    background: #fff;
}
span.re-finance-item__hover,
.re-finance-item__hover {
    opacity: 0;
    position: absolute;
    top: -25px;
    bottom: -25px;
    left: 0;
    right: 0;
    z-index: 1;
}
@media (max-width: 769px) {
    span.re-finance-item__hover,
    .re-finance-item__hover {
        display: none;
    }
}
.re-finance-item:hover {
    z-index: 10;
    border-color: transparent;
}
@media (min-width: 993px) {
    .re-finance-item:hover .re-finance-item__hover {
        opacity: 1;
    }
    .re-finance-item:hover .re-finance-item__more {
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 993px) {
    .re-finance-item {
        width: 100%;
        display: block;
        padding: 35px;
        margin-bottom: 30px;
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    }
    .re-finance-item .re-finance-item__more {
        opacity: 1;
        visibility: visible;
        line-height: 1.475rem;
    }
}
.re-finance-item:first-child {
    border-left: solid 1px #f3f3f3;
}
.re-finance-item__more {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    position: relative;
}
@media (min-width: 769px) {
    .re-finance-item__more_hidden {
        display: none;
    }
}
.re-finance-item__value + .re-finance-item__more {
    margin-top: 20px;
    z-index: 2;
}
.re-finance-item__label {
    color: #b4b4b4;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.835rem;
}
.re-finance-item__value {
    color: #333;
    font-size: 24px;
    font-family: 'GothamPro', sans-serif;
    font-weight: 300;
    line-height: 1.935rem;
}
.re-finance-item__name {
    font-family: 'GothamPro', sans-serif;
    font-size: 24px;
    min-height: 76px;
}
@media (max-width: 993px) {
    .re-finance-item__name {
        line-height: 1.435rem;
    }
}
.re-finance-item__text .re-section_theme_c {
    margin-bottom: 15px;
}
@media (max-width: 993px) {
    .re-finance-item__name {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .re-finance-item__text {
        min-height: 0;
    }
}
.re-finance_full {
    min-height: 580px;
    width: 100%;
    height: 100%;
    position: relative;
}
.re-documents-selection {
    display: none;
}
@media (max-width: 769px) {
    .re-documents-selection {
        display: block;
        background: #fff;
        padding: 0 20px;
        padding-top: 90px;
        padding-bottom: 30px;
    }
    .re-documents-selection__item {
        margin-bottom: 24px;
    }
    .re-documents-selection__label {
        color: #9f9f9f;
        font-size: 15px;
        margin-bottom: 10px;
    }
}
@media (max-width: 769px) {
    .re-documents_mobile_hide {
        display: none;
    }
}
.re-documents__list {
    margin: 0 -20px;
}
.re-documents__column {
    float: left;
    width: 50%;
    padding: 0 20px;
}
.re-documents__column .re-documents__item {
    display: block;
    padding: 0;
    width: auto;
}
.re-documents__item {
    margin-bottom: 18px;
    display: inline-block;
    width: 49%;
    padding: 0 20px;
}
.re-documents__item.active {
    display: inline-block !important;
}
.re-documents__link {
    font-size: 1.125rem;
    line-height: 1.3125rem;
}
.re-documents__link:hover:not(.re-link_theme_gray) .re-link__text {
    text-decoration: underline;
}
.re-documents__link:hover:not(.re-link_theme_gray) .re-link__text_small {
    text-decoration: none;
}
@media (max-width: 993px) {
    .re-documents_theme_dl {
        margin: 0 -40px;
        padding: 40px;
        background: #fff;
    }
}
@media (max-width: 769px) {
    .re-documents_theme_dl {
        margin: 0 -20px;
        padding: 40px 20px;
    }
}
.re-documents_theme_dl .re-documents__column {
    width: 100%;
}
.re-documents_theme_dl .re-documents__link {
    font-size: 16px;
}
@media (max-width: 769px) {
    .re-documents_theme_dl .re-documents__link {
        font-size: 15px;
    }
}
.re-documents_theme_dl .re-documents__item {
    float: left;
    width: 25%;
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
}
.re-documents_theme_dl .re-documents__item_half {
    width: 50%;
}
.re-documents_theme_dl .re-documents__item::before {
    left: 0;
    top: -3px;
    background: url("/local/templates/main/assets/css/../images/doc.png") no-repeat;
    width: 22px;
    height: 29px;
}
@media (max-width: 993px) {
    .re-documents_theme_dl .re-documents__item {
        width: 50%;
    }
}
@media (max-width: 769px) {
    .re-documents_theme_dl .re-documents__item {
        width: auto;
        padding-right: 20px;
    }
}
.re-documents_theme_single_line .re-documents__column {
    width: 100%;
}
.re-documents_theme_single_line .re-documents__item {
    margin-bottom: 40px;
    position: relative;
    padding-left: 40px;
}
.re-documents_theme_single_line .re-documents__item::before {
    content: '';
    background: url("/local/templates/main/assets/css/../images/quotes.png") no-repeat;
    width: 12px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}
@media (max-width: 769px) {
    .re-documents_theme_single_line .re-documents__link {
        font-size: 15px;
    }
    .re-documents_theme_single_line .re-documents__item {
        padding-left: 25px;
    }
}
@media (max-width: 769px) {
    .re-privileges {
        margin: 0 -20px;
    }
    .re-privileges__filter {
        display: inline-block;
        padding: 15px;
        margin: 0;
    }
}
.re-privileges__list {
    position: relative;
    margin: 60px -20px -40px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 500px;
    padding-bottom: 40px;
    overflow: hidden;
}
@media (max-width: 993px) {
    .re-privileges__list {
        max-height: 740px;
    }
}
@media (max-width: 769px) {
    .re-privileges__list {
        max-height: 580px;
        margin: 0;
    }
}
.re-privileges__list_all {
    max-height: none;
}
.re-privileges__list_all .re-privileges__item {
    opacity: 1;
    visibility: visible;
}
.re-privileges__list_all + .re-privileges__actions {
    display: none;
}
.re-privileges__item {
    padding: 0 20px;
    margin-bottom: 40px;
    width: 33.33333333333333%;
    height: 210px;
}
@media (max-width: 993px) {
    .re-privileges__item {
        width: 50%;
    }
}
@media (max-width: 769px) {
    .re-privileges__item {
        padding: 15px;
        height: 160px;
    }
}
@media (max-width: 480px) {
    .re-privileges__item {
        width: 100%;
    }
}
.re-privileges__item[data-gift="1"] .re-privelege-card__name em {
    width: 64px;
    line-height: 64px;
    text-indent: -9999px;
    will-change: transform, opacity;
}
.re-privileges__item[data-gift="1"] .re-privelege-card__name em::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjQgMjQiPiAgPGRlZnM+ICAgIDxwYXRoIGlkPSJhIiBkPSJNMCAwaDI0djI0SDB6Ii8+ICA8L2RlZnM+ICA8Y2xpcFBhdGggaWQ9ImIiPiAgICA8dXNlIHhsaW5rOmhyZWY9IiNhIiBvdmVyZmxvdz0idmlzaWJsZSIvPiAgPC9jbGlwUGF0aD4gIDxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yMi45NzUgMTIuMTkzSDFWNy41NmMwLS4zOTEuNzg4LS4yNzkgMS4xODYtLjI3OWgyMC41MzVjLjM5NyAwIC4yNTQtLjExMi4yNTQuMjc5djQuNjMzeiIgY2xpcC1wYXRoPSJ1cmwoI2IpIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4gIDxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yMS42OTEgMjNIMy4yMTZjLS40MTUgMC0xLjIxNy0uNzU5LTEuMjE3LTEuMTY3di05LjY0aDE5Ljk3N3Y5LjY0YzAgLjQwOC4xMzEgMS4xNjctLjI4NSAxLjE2N3pNMTEuOTg3IDYuMjk5VjIzTTcuNDU5IDYuODUyUzQuNDYyIDUuNjc4IDQuNDYyIDMuNTE3QzQuNDYyIDEuMzU1IDYuMTg1IDEgNi45MTkgMWMxLjY4NSAwIDMuNTM2Ljk0IDUuNTM0IDUuODUybTQuOTk1IDBzMi45OTctMS4xNzQgMi45OTctMy4zMzVDMjAuNDQ1IDEuMzU1IDE4LjcyMiAxIDE3Ljk4OCAxYy0xLjY4NSAwLTMuNTM3Ljk0LTUuNTM0IDUuODUyIiBjbGlwLXBhdGg9InVybCgjYikiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(0) scale(0.33);
    transform: translateY(0) scale(0.33);
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.re-privileges__item[data-gift="1"] .re-privelege-card__name em::before {
    width: 64px;
    height: 64px;
}
@media (min-width: 993px) {
    .re-privileges__item[data-gift="1"] .re-privelege-card:hover .re-privelege-card__name em {
        width: 100%;
        line-height: 107px;
    }
    .re-privileges__item[data-gift="1"] .re-privelege-card:hover .re-privelege-card__name em::after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjQgMjQiPiAgPGRlZnM+ICAgIDxwYXRoIGlkPSJhIiBkPSJNMCAwaDI0djI0SDB6Ii8+ICA8L2RlZnM+ICA8Y2xpcFBhdGggaWQ9ImIiPiAgICA8dXNlIHhsaW5rOmhyZWY9IiNhIiBvdmVyZmxvdz0idmlzaWJsZSIvPiAgPC9jbGlwUGF0aD4gIDxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2MyMTEyYyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yMi45NzUgMTIuMTkzSDFWNy41NmMwLS4zOTEuNzg4LS4yNzkgMS4xODYtLjI3OWgyMC41MzVjLjM5NyAwIC4yNTQtLjExMi4yNTQuMjc5djQuNjMzeiIgY2xpcC1wYXRoPSJ1cmwoI2IpIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4gIDxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2MyMTEyYyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yMS42OTEgMjNIMy4yMTZjLS40MTUgMC0xLjIxNy0uNzU5LTEuMjE3LTEuMTY3di05LjY0aDE5Ljk3N3Y5LjY0YzAgLjQwOC4xMzEgMS4xNjctLjI4NSAxLjE2N3pNMTEuOTg3IDYuMjk5VjIzTTcuNDU5IDYuODUyUzQuNDYyIDUuNjc4IDQuNDYyIDMuNTE3QzQuNDYyIDEuMzU1IDYuMTg1IDEgNi45MTkgMWMxLjY4NSAwIDMuNTM2Ljk0IDUuNTM0IDUuODUybTQuOTk1IDBzMi45OTctMS4xNzQgMi45OTctMy4zMzVDMjAuNDQ1IDEuMzU1IDE4LjcyMiAxIDE3Ljk4OCAxYy0xLjY4NSAwLTMuNTM3Ljk0LTUuNTM0IDUuODUyIiBjbGlwLXBhdGg9InVybCgjYikiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
        -webkit-transform: translateX(0%) translateY(-27%) scale(1);
        transform: translateX(0%) translateY(-27%) scale(1);
    }
}
.re-privileges__actions {
    text-align: center;
    padding: 48px 0;
}
.re-location {
    width: 25%;
    min-width: 280px;
}
@media (max-width: 769px) {
    .re-location {
        padding: 0 20px;
        width: 100%;
        text-align: center;
    }
}
.re-location__city {
    height:48px;
    font-size: 24px;
    font-family: 'GothamPro', sans-serif;
}
.re-section__text.text_address {height:76px;}
.re-location-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.re-location-row__title {
    color: #000;
    font-size: 20px;
}
.re-location-row_no_margin .re-section_theme_c {
    margin-bottom: 0;
}
.re-location .re-section__text {
    padding: 8px 0;
}
.re-location .re-section__caption {
    font-size: 18px;
    font-weight: 500;
    font-family: 'GothamPro';
    margin-top: 20px;
}
@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
.re-section__title {
    font-family: 'GothamPro', sans-serif;
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.875rem;
    color: #333;
    text-transform:uppercase ;
}

.re-concierge a{
    color:#000;
}
h4, .h4{
    color: #333;
    font-size: 19px;
    padding: 30px 0 0 0;
    line-height: 1.475rem;
    text-transform: none;
}
h4::after, .h4::after {
    display: block;
    margin: 20px 0 10px 0;
    /* margin-bottom: 32px; */
    width: 100px;
    height: 1px;
    background: #c2112c;
    content: '';
}

.re-section-col-3 {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}
@media (min-width: 769px) {
    .re-section-col-3:first-child {
        padding-right: 40px;
    }
}
@media (max-width: 769px) {
    .re-section-col-3 {
        width: auto;
        display: block;
    }
    .re-section-col-3:first-child {
        padding-left: 0;
    }
}

.oformit::before{
    border:none;
    background:none;
}
.oformit{
    margin:0 auto;
    float: none;
    padding:0 0 1px 0;
}
.re-bank img {height:20px}

.re-landscape__bg.afisha-landscape {
    background:url(/local/templates/main/assets/css/../images/iStock-523698208.jpg);
}

/*
.afisha-page .re-finance-item {
    background: rgba(125, 125, 125, 0.5);
    color:#eeeeee;
}

.afisha-page .re-finance-item__hover {
    color:#444444;
}
.afisha-page  .re-finance-item__hover .re-finance-item__content {
    background: rgba(255,255,255,0.8);
}
*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .re-section_theme_flex {
        margin-top:100px;
    }
}

.re-popup-content__view .where {
    color: #c2112c;
    font-family: 'GothamPro', sans-serif;
}

/* End */
/* /local/templates/main/styles.css?147816918976 */
/* /local/templates/main/assets/css/application.bundle.css?1534414377159529 */
