

/* Start:/local/templates/rielt2020/css/normalize.css?15906918846138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/rielt2020/css/global_styles.css?15906918841456*/
html{

}
body{
    /*min-width: ;*/
    margin: 0;
    background-color: #919598;
    font-family: "WebnarW00-Regular", sans-serif;
    font-size: 16px ;

    /*line-height: ;*/
    /*color: ;*/
}

h1,h2,h3,h4,h5,h6{
    font-family: "WebnarW00-DemiBold", sans-serif;
}

button{
    font-family: "WebnarW00-DemiBold", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
}

img{
    max-width: 100%;
}
a{
    text-decoration: none;
    color: inherit;
}
header{
    font-size: 16px;
}

ul{
    list-style-type: none;
}

*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 1s time;
    -moz-transition: 1s time;
    -ms-transition: 1s time;
    -o-transition: 1s time;
    transition: 1s time;
}

.fixed_container{
    margin: 0 auto;
    width: 1000px;
}

.visually-hidden{
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.clearfix::after{
    content: '';
    display: table;
    clear: both;
}

.wrap{
    display: none;
    background-color: #0000003d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
/* End */


/* Start:/local/templates/rielt2020/css/cssEffects.css?1590691884704*/
.feedBack_moreInfo__item:before{
    content: url(/local/templates/rielt2020/css/../img/ok.png);
    position: absolute;
    top: 20%;
    left: 0;
}

/*.saleApartments__item__price:after{
    content: 'руб';
    position: relative;
    left: 10px;
}
*/
.footer_logo__description--copyright:before{
    content: '\00A9';
    color: inherit;
    position: absolute;
    top: 0;
    left: 5%;
    font-size: 12px;
}

.input_container_max:before{
    content: '|';
    color: #dadbdf;
    font-size: 26px;
}
.input_container_max:after {
    content: '\20BD';
    position: absolute;
    color: #c2c2c2;
    font-size: 20px;
    top: -15%;
    right: -7%;
}
/*.objects__item__price:after{
    content: ' /м\00B2';
    color: black;
}*/
/* End */


/* Start:/local/templates/rielt2020/css/styles.css?161276989516440*/
@font-face {font-family: "WebnarW00-Regular";
    src: url("/local/templates/rielt2020/css/../fonts/webnar_regular/b8ee2b3a5ea877e5252258effd42c2ab.eot"); /* IE9*/
    src: url("/local/templates/rielt2020/css/../fonts/webnar_regular/b8ee2b3a5ea877e5252258effd42c2abieFix.eot") format("embedded-opentype"), /* IE6-IE8 */
    url("/local/templates/rielt2020/css/../fonts/webnar_regular/b8ee2b3a5ea877e5252258effd42c2ab.woff2") format("woff2"), /* chrome firefox */
    url("/local/templates/rielt2020/css/../fonts/webnar_regular/b8ee2b3a5ea877e5252258effd42c2ab.woff") format("woff"), /* chrome firefox */
    url("/local/templates/rielt2020/css/../fonts/webnar_regular/b8ee2b3a5ea877e5252258effd42c2ab.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("/local/templates/rielt2020/css/../fonts/webnar_regular/b8ee2b3a5ea877e5252258effd42c2ab.svg") format("svg"); /* iOS 4.1- */
    font-display: swap;
}

@font-face {font-family: "WebnarW00-DemiBold";
    src: url("/local/templates/rielt2020/css/../fonts/webnar_demi_bold/e6d1e7cf2a823f86a5866a9a0c1e7f08.eot"); /* IE9*/
    src: url("/local/templates/rielt2020/css/../fonts/webnar_demi_bold/e6d1e7cf2a823f86a5866a9a0c1e7f08_ieFix.eot") format("embedded-opentype"), /* IE6-IE8 */
    url("/local/templates/rielt2020/css/../fonts/webnar_demi_bold/e6d1e7cf2a823f86a5866a9a0c1e7f08.woff2") format("woff2"), /* chrome firefox */
    url("/local/templates/rielt2020/css/../fonts/webnar_demi_bold/e6d1e7cf2a823f86a5866a9a0c1e7f08.woff") format("woff"), /* chrome firefox */
    url("/local/templates/rielt2020/css/../fonts/webnar_demi_bold/e6d1e7cf2a823f86a5866a9a0c1e7f08.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("/local/templates/rielt2020/css/../fonts/webnar_demi_bold/e6d1e7cf2a823f86a5866a9a0c1e7f08.svg") format("svg"); /* iOS 4.1- */
    font-display: swap;
}

.container_custom, .objects-wrap{
    background-color: #f4f4f4;
}
.fixed-width-404 {
    max-width: 980px;
    padding: 0 10px;
    margin: 0 auto;
}

.error-404-wrapper {
    text-align: center;
}
.error-404 {
    padding-top: 60px;
    padding-bottom: 60px;
    display: inline-block;
}
.error-404__text a{
    text-decoration: underline;
    color: #015792;
}
.prop_item.prop_item_pdf:after{
    display: none;
}

.articles__shortDescription{
    font-weight: bold;
}

.rub{
    font-size:inherit;
    margin:0 2px;
    color: #828482;
    position: absolute;
}
.mainFilterrub{
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 5%;
}
.jk_lists_rub{
    position:relative;
    color: black;
}
.section_rub{
    position:relative;
    color: inherit;
}
.section_rub:after{
    background: #a8a8a8;
}
.defaultFilterRub{
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 5%;
    color: #828482;
    font-size: 20px;
    display: none;
}
.priceIcon .defaultFilterRub{
    display: block;
}
.jk_lists_rub:after{
    background: black!important;
}
.rub:after{
    content:"";
    position:absolute;
    display:inline-block;
    width:80%;
    height:8%;
    top:auto;
    bottom:25%;
    left:-5%;
    background: #828482;
}


.myObjects{
    text-align: center;
}
.myObjects a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.myObjects a img{
    width: 50px;
}

.header_info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 79%;
    margin: 0 auto;
    padding: 14px 0;
}

.header_info__title{
    display: inline-block;
    word-wrap: break-word;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 20px;
    max-width: 200px;
}

.header_info__cityContainer,
.header_info__adress{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 43px;
}

.header_info__adress_title{
    color: #919598;
    font-size: 14px;
    position: relative;
}
.header_info__city{
    color: #919598;
    font-size: 14px;
    margin-top: 5px;
}
.header_info__phone{
    font-size: 22px;
}
.header_info__adress_item{
    font-size: 22px;
    margin-bottom: 5px;
}

.header_info__companyLogo {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_info__companyLogo img {max-width: 150px;}
.header_info__title{
    color: #319b41;
    padding-left: 15px;
}

.header_info__more_adress_city{
    color: #919598;
    display: block;
    margin-bottom: 10px;
}
.header_info__more_adress_info:not(:last-child){
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d8dcde;
}
.header_info__more_adress_name{
    cursor: pointer;
    color: #005792;
    display: block;
    margin-bottom: 16px;
}
.header_info__more_adress_phone{
    display: block;
    color: black;
    font-size: 18px;
}
.header_info__more_adress{
    cursor: pointer;
    color: #005792;
}
.header_info_more_adress_item{
    color: black;
    font-size: 18px;
    display: block;
    margin-bottom: 16px;
}
.header_info__more_adress:hover{
    color: #004878;
}
.header_info__more_adress_block{
    display: none;
    position: absolute;
    margin-top: 10px;
    top: 125%;
    width: 250px;
    z-index: 6;
    background-color: #fff;
    padding: 16px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 20px 40px 0 rgba(37, 37, 37, 0.5);
    box-shadow: 0px 20px 40px 0 rgba(37, 37, 37, 0.5);
}
.header_info_contacts_mobile{
    display: none;
}
@media (max-width: 1603px ) {
    .header_info__title{
        font-size: 16px;
        max-width: 150px;
    }
    .header_info__companyLogo img{
        /*width: 40%;*/
    }
    .header_info__companyLogo{
        width: 50%;
    }

    .header_info__phone,
    .header_info__adress_item{
        font-size: 20px;
    }
}

@media (max-width: 1286px ) {
    .header_info__phone,
    .header_info__adress_item{
        font-size: 18px;
    }
}

.order_call{
    margin-right: 6px;
    width: 184px;
    height: 43px;
    background-color: #015792;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}
.order_call:hover{
    background: #004878;
}




.scrollContainer{
    overflow: auto;
}

@media (max-width: 379px) {
    .sellServices{
        width: 100%;
    }
}
footer{
    background-color: black;
    color: white;
    padding: 40px 10px;
}
.footer_menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 79%;
    margin: 0 auto;
}
.footer_menu__items{
    width: 14%;
    word-break: break-word;
}
.footer_menu__items_item{
    margin-bottom: 10px;
    font-size: 14px;
}
.footer_menu__items_item--title{
    font-family: "WebnarW00-DemiBold",sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    min-height: 36px;
}
.footer_sentence{
    display: block;
    text-align: center;
    margin-top: 40px;
}
.footer_confidencial_politic{
    display: block;
    text-align: center;
    margin-top: 20px;
    text-decoration: underline;
}
.footer_logo{
    display: block;
    text-align: center;
    margin-top: 40px;
}
.footer_logo_img{
    padding-right: 25px;
    border-right: 2px solid;
}
.footer_logo__description{
    vertical-align: super;
    padding-left: 25px;
}
.footer_logo__description--copyright{
    position: relative;
    padding-left: 15px;
}

.tabs__content {
    display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
    display: block; /* по умолчанию показываем нужный блок */
}

.sellServices__title{
    margin-top: 0;
}

@media (max-width: 1500px) {
    .footer_menu__items_item--title,.footer_menu__items_item a{
        word-break: keep-all;
        min-height: auto;
    }
    .footer_menu__items{
        width: 33%;
        margin-top: 25px;
    }
    .footer_menu{
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .footer_menu__items_item:not(:first-child){
        display: none;
    }
    .footer_menu__items{
        width: 100%;
        margin-top: 20px;
    }
    .footer_menu__items_item--title{
        margin: 0;
    }
    .footer_menu{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    footer{
        padding-top: 0;
    }
    .footer_sentence{
        width: 50%;
        margin: 20px auto;
    }

}

.order_call__form input{
    color:black;
}


@media (max-width: 371px){
    .footer_logo__description{
        padding: 0;
    }
    .footer_logo_img{
        padding: 0;
    }
    .sellServices__title{
        margin-top: 20px!important;
    }
}

/*arenda*/

.FAQ{
        width: 80%;
        margin: 0 auto;
}

/*Акордеон*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');
.panel{
    box-shadow: 0px 0px 5px #E0E0E0;
    border-radius: 5px;
    padding: 10px 22px;
    background: #ffffff;
    margin-bottom: 15px;
}
.panel-heading {
     margin-top: 5px;
}
.panel-heading a {
     color: #000000;
     display: block;
     padding: 10px 40px 10px 40px;
     position: relative;
     transition: 0.3s;
     cursor: pointer;
     font-weight: 600;
    font-size: 17px;
    line-height: 24px;
}
.answer{
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
}
.panel-heading a i {
     font-size: 16px;
     width: 30px;
}
.FAQ h2{
    margin-bottom: 30px;
    margin-top: 50px;
}
.panel-heading a::before {
     content: "";
     position: absolute;
     left: 0;
     transition: 0.3s;
     height: 27px;
     width: 27px;
     border-radius: 50%;
     background-color: #309944;
     background-image: url('/local/templates/rielt2020/css/../img/arrow.png');
     background-repeat: no-repeat;
     background-position: center;
     transform: rotate(180deg);
}
.panel-heading.in a::before {
    transform: rotate(0);
}
.panel-collapse {
     display: none;
     padding-bottom: 20px;
}
.wrapper-ul {
     display: flex;
     justify-content: space-around;
}
.wrapper-ul.df {
    justify-content: flex-start;
}
.wrapper-ul ul {
     margin-top: 5px;
     padding-left: 20px;
     list-style-type: none;
}
.wrapper-ul li {
    position: relative;
}
.wrapper-ul li::before {
     content: '\f105';
     font-family: "FontAwesome";
     position: absolute;
     left: -13px;
     top: 0;
     color: #09afdf;
     transition: 0.5s;
}
.wrapper-ul li a {
     color: #09afdf;
}
.wrapper-ul li:first-child::before {
    content: '';
}
.wrapper-ul li:first-child {
     color: #333333;
     font-weight: 500;
}
.wrapper-ul li a:hover {
    color: #097ca6;
}
.wrapper-ul li:hover::before {
     transform: translateX(4px);
     color: #097ca6;
}
.button {
    margin-top: 20px;
}
.button a {
 background: #09afdf;
 color: #ffffff;
 padding: 8px 25px;
 border-radius: 3px 3px 3px 3px;
 border: 1px solid #0994c4;
 transition: 0.3s;
}
.button a:hover {
 background: #0994c4;
}

.dropdown_filter_option{
    max-height: 200px;
    overflow: auto;
}

.bx-filter-select-popup{
    max-height: 200px;
    overflow: auto;
}


::-webkit-scrollbar{
    width:6px;
}

::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: #777;
    background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #777;
}

::-webkit-scrollbar-track{
    border-width:0;
}

::-webkit-scrollbar-track:hover{
    border-left: solid 1px #aaa;
    background-color: #eee;
}

/*form*/
.popup-fade_order_call form{
    width: 49%;
}

.order_call__form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 64px 32px;
}

.order_call__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.order_call__leftBG{
    position: relative;
    z-index: 11;
    width: 100%!important;
    border-radius: 6px 0 0 6px;
}
.formInitBtn{
    padding: 10px 15px;
    border: 2px solid #aac5d6;
    color: #4e80ab;
    border-radius: 6px;
}
.order_call_form__title{
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #319b42;
    margin-bottom: 24px;
}
.order_call_form__description{
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.4px;
    text-align: left;
    color: #000000;
    margin-bottom: 39px;
}
.order_call__form input{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border: solid 1px #d8dcde;
}
.order_call__form input[type="submit"]{
    background-color: #319b42;
    border:none;
    cursor: pointer;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.85;
    letter-spacing: 0.98px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0 0 6px 6px
}
.order_call__accept{
    color: #555555;
    position: relative;
    word-break: break-word;
    font-size: 12px;
    z-index: 2;
    margin-top: 10px;
    padding: 5px;
    line-height: 1.33;
    letter-spacing: 0.12px;
}
.order_call__accept a{
    text-decoration: underline;
}
.sellServices{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #319b41;
    padding: 20px;
    -webkit-border-radius: 10px;
    color: white;
    border-radius: 10px;
    line-height: 22px;
    margin-top: 30px;
}
.sellServices__title{
    font-size: 20px;
    font-weight: bold;
}
.sellServices__title_description{
    margin-top: 20px;
}
.sellServices__sellApartment{
    margin-top: 40px;
    margin-right: 6px;
    width: 184px;
    height: 43px;
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    color: #015792;
    font-weight: 600;
    font-size: 16px;
}
.form_sale_flats--modal{
    display: none;
    position: relative;
    z-index: 10;
}
.order_call__form .firstFieldForm{
    border-radius: 6px 6px 0 0;
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 800px;
    background: #fff;
    border: none;
    z-index: 99999;
    opacity: 1;
    border-radius: 6px;
}
.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.form_sale_flats_object{
    display: none;
    position: relative;
    z-index: 10;
}
.form_sale_flats_object:before,.form_sale_flats--modal:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 9999;
}
.order_call__form input{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border: solid 1px #d8dcde;
}
.formButtonPanel{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 30px;
}
.formInitBtn{
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 6px;
}
.formWriteView{
    background-color: #dbdbdb;
    color: #319b41;
    border:none;
}
.popup-close:before{
    content: url("/local/templates/rielt2020/css/../img/icon-close.png");
    top: 0;
    left: 0;
}
.order_call__leftBG{
    background: url(/local/templates/rielt2020/css/../img/back-zayavka.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.feedBack{
    position: relative;
    padding: 35px 0 35px 160px;
    margin-bottom: 80px;
    background-image: url("/local/templates/rielt2020/css/../img/banner-pomozhem-01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 6px;
}




/* End */


/* Start:/local/templates/rielt2020/css/media.css?16010299271626*/
@media (max-width: 769px) {
    .container_custom{
        max-width:100%;
    }
}
body,html{
    overflow-x: hidden;
}
@media (max-width: 768px){
    .header_info{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: auto;
        margin:0;
		padding: 14px 10px;
    }
    .header_info__companyLogo{
        width: 42%;
    }
    .header_info__companyLogo img{
        width: 120px;
    }
    .order_call{
        display: none;
    }
    .header_info__contacts{
        width: auto!important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header_info__cityContainer, .header_info__adress{
        margin-right: 20px;
    }
    .order_call__leftBG{
        display: none;
    }
    .popup{
        width: 100%!important;
        height: 100%;
    }
}

@media (max-width: 371px){
    .header_info__contacts{
        width: 100%!important;
    }
    .header_info{
        display: block;
    }
    .order_call{
        display: none;
    }
    .header_info__contacts{
        display: none!important;
    }
    .header_info_contacts_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .header_info__cityContainer{
        margin-right: 0;
    }
    .header_info__city{
        color: #919598;
        font-size: 15px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
}
/* End */


/* Start:/local/templates/rielt2020/js/slider/slick/slick.css?15906918841776*/
/* Slider */
.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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/rielt2020/js/slider/slick/slick-theme.css?15906918843145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/rielt2020/js/slider/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/rielt2020/js/slider/slick/./fonts/slick.eot');
    src: url('/local/templates/rielt2020/js/slider/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/rielt2020/js/slider/slick/./fonts/slick.woff') format('woff'), url('/local/templates/rielt2020/js/slider/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/rielt2020/js/slider/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/rielt2020/css/uikit.css?15906918841203*/
.order_call{
	background-color: #015792;
}
.order_call:hover{
	background-color: #004878;
}
.order_call:active{
	background-color: #003D66;
}

.startSearch,.feedBackSubmit{
	background-color: #319B41;
}
.startSearch:hover, .feedBackSubmit:hover{
	background-color: #2A8238;
}
.startSearch:active,.feedBackSubmit:hover{
	background-color: #1F742D;
}

.sellServices__sellApartment,.formInitBtn {
	background-color: #FFFFFF;
}
.sellServices__sellApartment:hover, .formInitBtn :hover{
	background-color: #E4E4E4;
}
.sellServices__sellApartment:active,.formInitBtn :hover{
	background-color: #C7C7C7;
}
.formReserve{
	color: #015792!important;
}

.fa-download:before, .fa-print:before{
    color: #005A8E;
}

.pdf-btn:hover{
	background-color: #D1D8DF;
}

.pdf-btn:hover button{
	background-color: #D1D8DF;
}

.print-btn:hover{
	background-color: #D1D8DF;
}
.print-btn:hover button{
	background-color: #D1D8DF;
}


.formWriteView{
	background-color: #DBDBDB;
}
.formWriteView:hover{
	background-color: #C6C6C6;
}
.formWriteView:active{
	background-color: #BEBEBE;
}

.formBarter:hover, .formReserve:hover{
	background-color: #AAC5D6;
}
.formBarter:active, .formReserve:active{
	background-color: #93B3C7;
}
 
/* End */


/* Start:/local/templates/rielt2020/css/owl.theme.default.min.css?16012874131013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/rielt2020/css/owl.carousel.min.css?16012874133351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/rielt2020/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/rielt2020/popup/css/app.4af6e90c.css?16208971004773*/
.popup[data-v-3368f8a6]{width:996px;overflow:hidden}.popup__wrapper[data-v-3368f8a6]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:5}.popup-close[data-v-3368f8a6]{z-index:2}@media(max-width:1023px){.popup[data-v-3368f8a6]{max-width:480px;max-height:100%;overflow:auto}}@media(max-width:1023px){.order_call__content[data-v-3368f8a6]{flex-direction:column}}.block[data-v-28e093ca]{width:498px;position:relative;flex-shrink:0;color:#fff}.block__img[data-v-28e093ca]{position:absolute;top:0;left:0;width:100%;height:100%}.block__img img[data-v-28e093ca]{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}@media(max-width:1023px){.block__img[data-v-28e093ca]{display:none}}.block__title[data-v-28e093ca]{background:#319b41;border-radius:3px;padding:10px 15px;font-weight:600;font-size:28px;line-height:35px;position:absolute;top:70px;left:15px;width:calc(100% - 30px);min-height:58px;text-align:center}@media(max-width:1023px){.block__title[data-v-28e093ca]{position:static;width:100%;font-size:24px}}.block__text[data-v-28e093ca]{font-weight:500;font-size:17px;line-height:22px;position:absolute;bottom:45px;left:15px;width:calc(100% - 30px)}.block__text a[data-v-28e093ca]{text-decoration:underline}.block__text a[data-v-28e093ca]:hover{text-decoration:none}@media(max-width:1023px){.block__text[data-v-28e093ca]{position:static;width:100%;color:#000;margin-top:15px}}@media(max-width:1023px){.block[data-v-28e093ca]{padding:64px 32px 0;width:100%;margin-bottom:-40px}}.form__block[data-v-1f499482]{display:flex}.form__block input[type=tel][data-v-1f499482],.form__block input[type=text][data-v-1f499482]{border-radius:5px 0 0 5px;width:100%}@media(max-width:479px){.form__block input[type=tel][data-v-1f499482],.form__block input[type=text][data-v-1f499482]{border-radius:5px;margin-bottom:15px}}.form__block input[type=submit][data-v-1f499482]{border-radius:0 5px 5px 0}@media(max-width:479px){.form__block input[type=submit][data-v-1f499482]{border-radius:5px}}@media(max-width:479px){.form__block[data-v-1f499482]{flex-direction:column}}.form__message[data-v-1f499482]{margin-bottom:15px}.form__message--error[data-v-1f499482]{color:#eb1338}.form__message--success[data-v-1f499482]{color:#16a600}.countdown[data-v-75976c17]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:40px}.countdown__title[data-v-75976c17]{font-size:16px;line-height:25px}@media(max-width:479px){.countdown__title[data-v-75976c17]{margin-bottom:15px}}.countdown__block[data-v-75976c17]{display:flex;align-items:center;justify-content:space-between}.countdown__elem[data-v-75976c17]{width:66px;height:54px;background:#319b41;border-radius:5px;font-size:36px;line-height:25px;color:#fff;display:flex;justify-content:center;align-items:center;text-align:center;position:relative}.countdown__separator[data-v-75976c17]{font-size:36px;line-height:25px;color:#000;margin:-10px 5px 0}.order_call__bottom[data-v-ca544b6a]{display:flex;align-items:center;justify-content:space-between;margin-top:30px;font-size:16px;line-height:25px}.order_call__bottom .order_call__btn[data-v-ca544b6a]{margin-right:30px;flex-shrink:0}@media(max-width:479px){.order_call__bottom .order_call__btn[data-v-ca544b6a]{margin-bottom:15px;margin-right:0}}@media(max-width:479px){.order_call__bottom[data-v-ca544b6a]{flex-direction:column;align-items:flex-start}}.order_call__btn[data-v-ca544b6a]{display:inline-flex;text-align:center;align-items:center;justify-content:center;font-size:13px;font-weight:500;cursor:pointer;padding:10px 0;font-weight:700;background-color:#319b41;color:#fff;border:none;border-radius:5px;text-decoration:none;min-width:160px;height:50px;text-transform:uppercase;line-height:20px}.order_call__btn[data-v-ca544b6a]:focus,.order_call__btn[data-v-ca544b6a]:hover{text-decoration:none;background-color:#2a8238}.popup-btn[data-v-62afbdba]{position:fixed;left:50px;bottom:50px;width:115px;height:115px;background:linear-gradient(180deg,#ff2411,#fb4737);border:4px solid #f2f2f2;border-radius:50%;color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center;font-size:17px;line-height:17px;outline:none;z-index:4}.popup-btn__img[data-v-62afbdba]{width:36px;height:36px;margin:0 auto 5px}.popup-btn__img img[data-v-62afbdba]{-o-object-fit:scale-down;object-fit:scale-down;-o-object-position:center;object-position:center;width:100%;height:100%}@media(max-width:479px){.popup-btn__img[data-v-62afbdba]{width:16px;height:16px}}.popup-btn[data-v-62afbdba]:focus,.popup-btn[data-v-62afbdba]:hover{text-decoration:none}@media(max-width:479px){.popup-btn[data-v-62afbdba]{left:15px;width:56px;height:56px;border:none;font-size:9px;line-height:11px}}
/* End */


/* Start:/local/templates/rielt2020/css/custom.css?163783335054428*/
h2, h3 {margin-top: 20px;}
h3 {margin-bottom: 20px;}
.bx-filter .search_row {margin-top: -1px;}
.serviceLinkList{
	position: absolute;
	top: 61%;
	left: 55%;
	display: grid;
	grid-template-columns: 33% 33% 33%;
	grid-column-gap: 10px;
	z-index: 3;
}
.bannerServiceBlock{
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 31px;
}
.serviceLinkList li{
	width: 174px;
	height: 176px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 6px;
}
.banner{
	/*background: url('/local/templates/rielt2020/css/img/.png');
	background-size: cover;
	background-position: top center;*/
	width: 100%;
	background-size: contain;
	text-align: center;
	position: relative;
	z-index: 2;
	background: linear-gradient(359.88deg, #E5E5E5 7.07%, rgba(196, 196, 196, 0) 99.64%);
}
.bannerImg{
	position: absolute;
	top: 0;
	left:20%;
	z-index: 1;
	opacity: 0.8;
	width: 100%;
	height: 100%;
}
.companyBannerDescr{
	font-weight: 600;
	font-size: 23px;
	line-height: 44px;
	-ms-word-break: break-word;
	word-break: break-word;
	text-align: left;
}
.banner_info{
	max-width: 40%; 
	padding-left: 10%;
	padding-top: 5%;
	position: relative;
	z-index: 2;
}
.tabs__caption{
	max-width: 525px;
	margin-left: 10%;
	margin-right: auto;
}
.banner_info ul{
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
}
.banner_info ul li{
	max-width: 40%;
	-ms-word-break: break-word;
	word-break: break-word;
}
.number{
	color: #005592;
	font-size: 28px;
	line-height: 49px;
}
.banner_info ul li p{
	color: #555555;
	font-size: 15px;
	line-height: 23px;
}
#follow {
    margin: 0px;
    z-index: 99999;
    position: fixed;
    left: 5px;
    bottom: 15px;
}
#follow-mobile {
    display:none;
}
#form-col-main {
    display: flex;
    margin-top: 50px;
}
#form-col-left {
    width: 50%;
}
#form-col-right {
    margin-left: 15px;
    width: 50%;
}
.form-group input {
    padding: .375rem .75rem;
}
.form-group textarea {
    padding: .375rem .75rem;
}

.compare_icon_btn {
	bottom: 50px;
	top: initial;
}

.header_info__phone {
	vertical-align: middle;
}

.messengers {
	display: inline-flex;
	margin-left: 10px;
	vertical-align: middle;
}
.messengers__item {
	width: 30px;
	height: 30px;
	background: url(/local/templates/rielt2020/css/../img/messengers3.png);
	display: inline-block;
	background-size: 300%;
	margin-right: 3px;
}
.messengers__item--whatsappr {
    background-position: 0;
}
.messengers__item--viber {
	background-position: 50%;
}
.messengers__item--telegram {
    background-position: 100%;
}

.mobile-phone {
	text-align: center;
	margin-top: 20px;
}

.mobile-phone .header_info__phone {
	font-size: 22px;
}

.mobile-phone .messengers {
	justify-content: center;
}
.offer-samara {
    background-color: #fff;
	text-align:justify;
	box-shadow: 0px 0px 5px #E0E0E0;
	border-radius: 5px;
	padding: 25px;
}
.offer-samara-block-img {
	margin-left: 30px;
}
.offer-samara-text {
	padding:25px;
	background: #fff;
	line-height: 25px;
	text-align:justify;
	box-shadow: 0px 0px 5px #E0E0E0;
	border-radius: 5px;
	margin-bottom: 30px;
}
.offer-samara-advant {
	margin: 50px 0px 50px 25px;
}
.offer-samara-advant h2 {
	margin-bottom: 20px;
}
.offer-samara-advant-block-img {
	margin-bottom: 19px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 5px #e0e0e0;
    border-radius: 5px;
}
.banner-text {
	display:flex;
    margin-top: 50px;
	justify-content: space-between;
}
.banner-text-block {
	display:flex;
}
.banner-text > div {
	flex-shrink: 0;
	margin-right: 15px;
}
.banner-text-block p {
	margin-left:20px;
	font-size: 16px;
	line-height: 23px;
}
.banner-text-block-bottom {
	font-size: 36px;
	line-height: 49px;
	color: #005592;
	padding-left: 40px;
}
.banner-btn {
    margin-top: 50px;
	background: #319B41;
	border-radius: 5px;
	width: 248px;
	height: 44px;
	padding-top: 12px;
    padding-bottom: 12px;
}
.banner_info {text-align:left}
.banner_info a {
	text-decoration:none;
}
.banner-btn p{
	color:#fff;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	margin: 0 0 0px;
	text-align: center;
}
.menu-page {
    display: flex;
    justify-content: space-between;
	width: 80%;
    margin: 0px auto;
}
.menu-page a{
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
  	text-decoration:none;
  	border-top: 2px rgba(49,155,65,0) solid;
}
.menu-page a:hover{
	color: #309944;
	border-top: 2px rgba(49,155,65,1) solid;
}
.first-block {
    width: 80%;
	margin: 0 auto;
}
.first-block #first-blc{
	display:flex;
}
.first-block h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 28px;
	line-height: 44px;
}
.first-block h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 19px;
}
.first-block p {
	font-size: 16px;
	line-height: 24px;
}
.first-block p b{
	font-weight: 600;
	font-size: 19px;
	line-height: 44px;
}

.for-objects {
	background: #319B41;
	box-shadow: 0px 0px 5px #696969;
	border-radius: 5px;
	width:30%;
	padding: 25px 10px 20px 30px;
    margin-left: 60px;
	flex-shrink: 0;
}
.for-objects p b{
	color:#fff;
	font-weight: 600;
	font-size: 19px;
	line-height: 28px;
}
.for-objects strong{
	color:#fff;
}
.for-objects ul li span{
	color:#fff!important;
}
.for-objects p{
	color:#fff;
	font-size: 16px;
	line-height: 24px;
}
.for-objects ul li{
	color:#fff;
	font-size: 16px;
	line-height: 28px;
}
.for-objects ul {
    margin-left: 20px;
	list-style-type: disc;
}
.two-block {
	background-color: #fff;
    width: 100%;
	margin: 65px auto 0px;
}
.two-block h2 {
    width:80%;
	margin:0 auto;
	padding-top:45px;
	padding-bottom:25px;
}
.two-block h3 {
    width:80%;
	margin:0 auto;
	padding-bottom:25px;
}
#two-blc {
	display:flex;
    width:80%;
	margin:0 auto;
}
.who-does-text #who-does-li {
	display:flex;
}
.who-does-text p b {
	font-weight: 600;
	font-size: 19px;
	line-height: 44px;
}
.who-does-text p {
	font-size: 16px;
	line-height: 24px;
}
#who-does-li ul {
    margin-left: 20px;
	margin-right: 25px;
	list-style-type: disc;
}
#who-does-li ul li {
	color:#005A8E;
}
#who-does-li ul li span{
	color:#000;
	font-size: 16px;
	line-height: 35px;
}
#who-does-li ul li span a{
	color:#23527c;
}
.who-does-img img {
    max-width: 470px;
}
.who-does-img  {
    margin-bottom:50px;
}
.three-block {
    width: 80%;
	margin: 0 auto 45px;
}
#three-blc {
	display:flex;
	justify-content: space-between;
}
.document ul {
    margin-left: 20px;
	list-style-type: disc;
}
.document ul li{
	color:#005A8E;
}
.document ul li span{
	color:#000;
	font-size: 16px;
	line-height: 35px;
}
.deadlines {
    background: #319B41;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #696969;
    margin-left: 75px;
    width: 35%;
	height: 100%;
	padding:25px;
	box-sizing: border-box;
	flex-shrink: 0;
	margin-bottom: 15px;
}
.deadlines img {
	margin-bottom:15px;
}
.four-block {
	display:flex;
    width: 80%;
	margin: 0 auto 45px;
}
.block-structure {
    width: 50%;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px #E0E0E0;
	border-radius: 5px;
	padding: 10px 40px 10px 40px;
}
.block-structure #block-structure-text {
	display:flex;
    margin-top: 20px;
}
#block-structure-text-one {
	width: 327px;
    padding-right: 25px;
}
#block-structure-text-two {
	width: 368px;
    padding-left: 25px;
}
#block-structure-text img {
	margin-bottom: 15px;
}
.block-sale {
   	padding: 10px 15px 30px 30px;
	margin: 0 auto;
	width: 599px;
	background: radial-gradient(142.01% 50% at 50% 50%, #7CBCDF 1.34%, #015792 100%);
	box-shadow: 0px 0px 5px #E0E0E0;
	border-radius: 5px;
	color:#fff;
}
.block-sale ul{
    margin-left: 20px;
	list-style-type: disc;
}
.block-sale h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 44px;
}
.block-sale p {
	font-size: 16px;
	line-height: 24px;
}
.block-sale ul li {
	font-size: 16px;
	line-height: 35px;
}
.block-sale a {
	text-decoration: underline;
}
.block-sale a:hover {
	color:#fff;
	text-decoration: none;
}
.five-block {
	background-color: #fff;
    width: 100%;
	margin: 0 auto 0px;
}
.requirements {
    width:80%;
	margin:0 auto;
	padding-bottom:65px;
}
.requirements h2{
	font-weight: 600;
	font-size: 28px;
	line-height: 44px;
}
.requirements p{
	font-size: 16px;
	line-height: 24px;
}
.requirements h3{
	font-weight: 600;
	font-size: 19px;
	line-height: 44px;
}
#requirements-block {
	display:flex;
    justify-content: space-between;
	background: #F4F4F4;
	box-shadow: 0px 0px 5px #E0E0E0;
	border-radius: 5px;
	padding: 35px 20px 35px 20px;
}
#requirements-block img {
	padding-bottom:15px;
}
#requirements-block p {
	font-size: 16px;
	line-height: 20px;
}
#requirements-block p b{
	font-weight: 600;
	font-size: 17px;
	line-height: 24px;
}
#requirements-block > div {
	width: 389px;
	padding: 0 15px;
}
.order #requirements-block {
	width:50%;
	padding: 20px 30px 20px 30px;
}
.order #requirements-block ul {
    margin-left: 20px;
	list-style-type: disc;
}
.order #requirements-block ul li{
	color:#005A8E;
}
.order #requirements-block ul li span{
	color:#000;
	font-size: 16px;
	line-height: 35px;
}
.six-block {
	width:80%;
	margin: 65px auto 0px;
}
.six-block #advantages-block-col {
	margin-top:50px;
	display:flex;
	justify-content: space-between;
}
.advantages-block {
	display:flex;
    width: 23%;
}
.advantages-block-img {
	background: #FFFFFF;
	box-shadow: 0px 0px 5px #E0E0E0;
	border-radius: 5px;
	min-width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantages-block-text {
	margin: auto 10px;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}
.seven-block {
	background-color: #fff;
    width: 100%;
	margin: 0 auto 0px;
}
.rejection {
    width:80%;
	margin:0 auto;
	padding-bottom:65px;
}
.rejection-block {
	display:flex;
    margin-top: 25px;
}
.rejection h2{
	padding-top:45px;
	font-weight: 600;
	font-size: 28px;
	line-height: 44px;
}
.rejection p{
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.rejection p b{
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.rejection-block-text ul{
    margin-left: 20px;
	list-style-type: disc;
}
.rejection-block-text ul li{
	color:#005A8E;
}
.rejection-block-text ul li span{
	color:#000;
	font-size: 16px;
	line-height: 35px;
}
.rejection-block-img {
	margin-left: 30px;
}
.deadlines p b {
	color:#fff!important;
}
.deadlines p {
	color:#fff!important;
}
.deadlines strong {
	color:#fff!important;
}
.deadlines ul li {
	color:#fff!important;
}
.deadlines ul li span {
	color:#fff!important;
}
.deadlines ul li span b{
	color:#fff!important;
}
.validity {
	display:flex;
    width:80%;
	margin:0 auto;
    padding-bottom: 65px;
}
.validity-block {
	padding:25px;
	background: #F4F4F4;
	border-radius: 5px;
}
.validity-block p b{
	font-weight: 600;
	font-size: 19px;
	line-height: 28px;
	color: #000000;
}
.validity-block p{
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.what-to-do {
	margin-left: 40px;
	padding:25px;
	background: #319B41;
	border-radius: 5px;
	color:#fff;
}
.what-to-do p b{
	font-weight: 600;
	font-size: 19px;
	line-height: 28px;
}
.what-to-do p{
	font-size: 16px;
	line-height: 24px;
}
.eight-block {
	background: url('/images/34818057_xl.png') no-repeat;
    width: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
    background-size: cover;
}
.work-stage {
    width:80%;
	margin:0 auto;
}
.eight-block h2{
	margin-top:0px;
	padding-top:45px;
	font-weight: 600;
	font-size: 28px;
	line-height: 44px;
	color: #000000;
}
.work-stage-block {
    margin-top: 25px;
	padding: 23px 40px;
	display:flex;
    justify-content: space-around;
	background: #319B41;
	border-radius: 5px;
}
.phase-of-work {
    width: 22%;
}
.phase-of-work-bottom {
	color:#fff;
	display: flex;
	padding-top: 22px;
}
.phase-of-work-heder {
	display:flex;
}
.phase-of-work-heder div {
	border: 2px solid rgba(255, 255, 255, 0.5);
    width: 277px;
    height: 0px;
    margin: auto 0px auto 15px;
}
.phase-of-work-bottom div {
	background: #fff;
    min-width: 23px;
    height: 23px;
    border-radius: 50px;
    color: #005A8E;
	text-align: center;
}
.phase-of-work-bottom p {
	margin-left: 10px;
}
.nine-block {
	width:80%;
	margin: 0 auto;
}
.needs {
	display:flex;
	justify-content: space-between;
	margin: 0 -10px;
}
.nine-block h2{
	padding-top: 35px;
	margin-top: 0px;
	font-weight: 600;
	font-size: 28px;
	line-height: 44px;
}
.needs .needs-col {
	padding: 0 10px;
	flex: 0 0 25%;
	max-width: 25%;
}
.needs .needs-block {
	background: #FFFFFF;
	box-shadow: 0px 0px 5px #E0E0E0;
	border-radius: 5px;
	padding-bottom: 25px;
}
.needs .needs-block img {width: 100%;}
.needs-block p{
	padding-top:15px;
	padding-left:25px;
	padding-right:20px;
}
.needs-block p b {
	font-weight: 600;
	font-size: 17px;
	line-height: 24px;
	color: #000000;
}
.needs-block div {
	display:flex;
	justify-content: space-between;
}
.needs-block div p {
	font-size: 16px;
	line-height: 24px;
	color: #005A8E;
}
.needs-block a div {
	border: 1px solid #D9E0E8;
	box-sizing: border-box;
	border-radius: 3px;
	margin: 15px 25px 0;
}
.needs-block a div p {
	margin: 0 auto;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #005A8E;
	padding-top: 0px;
}
#one-block-menu {
	padding-top: 90px;
    margin-top: -55px;
}
#three-block-menu {
    padding-top: 170px;
    margin-top: -125px;
	background-clip: content-box;
}
#four-block-menu {
    padding-top: 170px;
    margin-top: -125px;
	background-clip: content-box;
}
#five-block-menu {
    padding-top: 170px;
    margin-top: -125px;
	background-clip: content-box;
}
#seven-block-menu {
    padding-top: 170px;
    margin-top: -125px;
	background-clip: content-box;
}
a:target{
	color: #309944;
	border-top: 2px rgba(49,155,65,1) solid;
}
.requirements ol{
    margin-left: 20px;
}
.requirements ol li{
	color:#005A8E;
}
.requirements ol li span{
	color:#000;
	font-size: 16px;
	line-height: 35px;
}
.law {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 65px;
}
.law ul{
    margin-left: 20px;
	list-style-type: disc;
}
.law  ul li{
	color:#005A8E;
}
.law ul li span{
	color:#000;
	font-size: 16px;
	line-height: 35px;
}
.flex-img {
	flex-shrink: 0;
	padding-left: 30px; 
}
.pb-30 {
	padding-bottom: 30px;
}
.pt-30 {padding-top:30px;}
.text-block {text-align: justify;}
.text-block-container {
	width: 80%;
	margin: 0 auto;
}
.text-block-whitebox {
	margin: 30px 0;
	padding: 30px;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px #E0E0E0;
	border-radius: 5px;
}
.text-block-whitebox-item {
	display: flex;
	margin-bottom: 25px;
}
.text-block-whitebox-item__icon {
	flex-shrink: 0;
	margin-right: 18px;
}
.text-block-whitebox-item__title {
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 10px;
}
.white-bg {
	background-color: #fff;
}
.gray-bg {
	background-color: #919598;
}
.deadlines thead{
    background: #319B41;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.deadlines table td {
    border-right: 1px solid #caccce;
    padding: 7px 5px;
}
.deadlines table tbody tr {
    border-bottom: 1px solid #caccce;
}
.deadlines table tbody {
    border-left: 1px solid #caccce;
}
.deadlines table thead td {
    border: none;
}
.realtor-secondary table{
	width:70%;
}
.realtor-secondary table td{
	border: 1px solid #caccce;
	padding: 8px;
}
.realtor-secondary ul{
	list-style-type: disc;
    padding-left: 30px;
}
.realtor-secondary ol{
    padding-left: 30px;
}
.realtor-secondary .flex {
	display:flex;
    align-items: center;
    justify-content: space-between;
}
.realtor-secondary .advantages-block-col {
    display: flex;
    justify-content: space-between;
    margin: 40px 0px;
}
#rielt-for-pay-text-flex {
	width:65%;
}
.document-right-block {
	background: #319B41;
	box-shadow: 0px 0px 5px #696969;
	padding: 25px;
}
.document-right-block p{
	color:#fff;
}
.document-right-block img{
	margin-bottom:25px;
}
.form-services {
	margin-top:50px;
	background: #319B41;
	border-radius: 5px;
	padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-services p b{
	color:#fff;
	font-size: 20px;
	line-height: 25px;
}
.form-services p{
	color:#fff;
	font-size: 17px;
	line-height: 25px;
}
.form-services .btn {
	background: #FFFFFF;
	border-radius: 5px;
}
.form-services .btn p{
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #005A8E;
    margin: 0;
}
.white {
	background-color: #fff;
    padding: 40px 0px;
}
.vikup-left-block {
	width:60%;
}
.vikup-right-block {
	width:30%;
	border: 2px solid #DCDCDC;
	box-sizing: border-box;
	padding:30px;
}


@media (max-width: 1603px) {
	.header_info__companyLogo {
		width: auto;
	}
	.menu-page a {
		font-size: 15px;
	}
	.needs-block p {
		padding: 15px;
		padding-bottom: 0;
	}
	.needs-block-title {
		min-height: 63px;
	}
}
@media (max-width: 1399px) {
	.offer-samara-block-img {
		margin: 24% auto;
	}
	.banner-text-block-bottom {
		font-size: 20px;
	}
	/*.for-objects {
		width: 100%;
	}*/
	.who-does-img {
		margin: auto 0;
	}
	.who-does-img img {
    	max-width: 300px;
	}
	.block-sale {
		padding: 5px 5px 10px 5px;
		margin-left: 10px;
	}
	.block-structure {
		padding: 10px 15px 10px 15px;
	}
}
@media (max-width: 1160px) {
	.header_info__cityContainer {
		margin-right: 0;
	}

	.header_info__adress {
		display: none;
	}
}

@media (max-width: 840px) {
	.header_info .header_info__city {
		display: none;
	}

	.messengers {
		display: flex;
		margin: 5px 0 0;
	}
	.vikup-left-block {
		width:100%;
	}
	.vikup-right-block {
		width:100%;
	}
	.form-services {
		flex-direction: column;
	}
}

@media (max-width: 371px) {
	.header_info .header_info__city {
		display: block;
	}

	.header_info_contacts_mobile .messengers {
		display: none;
	}
}

.tab_slider .image-stamp {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}

.tab_slider .image-stamp img {
	position: absolute;
	width: 90%;
	height: 90%;
	top: 5%;
	left: 5%;
	object-fit: scale-down;
}

.slick-slide {
	position: relative;
}

.tab_slider_nav-obj {
	margin-top: 10px;
	margin-bottom: 10px;
}

.popup-content {
	padding: 64px 32px;
	text-align: center;
}
.popup-content .order_call_form__title {
	text-align: center;
}

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.objects{
	width: 80%;
	margin: 0 auto;
}
.objects_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*justify-content: flex-start;*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: auto;
	list-style-type: none;
	padding-bottom: 30px;
}

.objects_list_item{
	margin-top: 20px;
	padding: 10px;
	display: flex;
	max-width: 22%;
	min-width: 300px;
}

.JK_item{
	background-color: #ffffff;
	border-radius: 6px;
	-webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.08);
	padding-bottom: 5px;
}
.objects__more__links{
	list-style-type: none;
}
.objects__item{
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	width: 30%;
	padding-bottom: 25px;
	border-bottom: 1px solid #d8e1e8;
	margin: 0 auto;
	margin-top: 30px;
	min-width: 300px;
}
.objects__item article{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.objects__item__preview_container{
	position: relative;
	height: 210px;
	overflow: hidden;
}
.objects__item__picture{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 7px 7px 0 0;
	-webkit-transition: 4s;
	-o-transition: 4s;
	transition: 4s;
}

.objects_marker{
	display: inline-block;
	line-height: 24px;
	letter-spacing: 2px;
	padding: 0 10px;
	color: white;
	border-radius: 3px;
	position: absolute;
	z-index: 3;
	top: 7%;
	left: 5%;
	font-size: 10px;
	text-transform: uppercase;
}
.objects_marker--wait{
	background-color: #f58c1f;
}
.objects_marker--success{
	background-color: #319e43;
}
.objects_marker--special{
	background-color: #fe483a;
}
.objects__item__adress{
	color: #919598;
	padding: 3% 0 0 5%;
}
.objects__item__JK{
	padding: 3% 0 0 5%;
	font-size: 18px;
	min-height: 50px;
	max-height: 50px;
}
.objects__item__price{
	padding: 6% 0 13px 5%;
	font-size: 26px;
	font-weight: bold;
	font-family: "WebnarW00-Regular", sans-serif;
}
.objects__more__links{
	padding: 3% 0 0 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 5px;
}
@-webkit-keyframes swing {
	15% {
		-webkit-transform: translateX(9px);
		transform: translateX(9px);
	}
	30% {
		-webkit-transform: translateX(-9px);
		transform: translateX(-9px);
	}
	40% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}
	50% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	65% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes swing {
	15% {
		-webkit-transform: translateX(9px);
		transform: translateX(9px);
	}
	30% {
		-webkit-transform: translateX(-9px);
		transform: translateX(-9px);
	}
	40% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}
	50% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	65% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.linkImage {
	width: 40px;
	height: 40px;
	background-image: url('/local/templates/rielt2020/css/./img/callkeeper_l_0.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 5px;
	cursor: pointer;
}
.objects__item__preview_container:after{
	content: '';
	position: absolute;
	width: 30px;
	height: 36px;
	top: 0;
	right: 0;
	background-image: url("/local/templates/rielt2020/css/./img/hot-sale.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.linkImage:hover{
	-webkit-animation: swing 0.6s ease;
	animation: swing 0.6s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.objects__more__links__item--sale{
	color: #fe483a;
}
.bottomJKcontainer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.objects__item__preview_container:hover .objects__item__picture{
	max-width: 120%;
	width: 115%;
}
.objects__item__preview_container:hover > .wrap{
	display: block;
}

.JK_item:hover {
	-webkit-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.82);
	box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.82);
}
.JK_item article:hover .objects__item__JK{
	color: green!important;

}
.btn_more_hot{
	display: none;
}
.pt-50 {padding-top: 50px;}

@media (max-width: 1281px) {
	.objects{
		width: 95%;
	}
}
@media (max-width: 769px) {
	.mobile_show{
		display: flex;
	}

	.mobile_hide{
		display: none;
	}
	.btn_more_hot{
		display: flex;
		cursor: pointer;
		flex-direction: column;
		align-items: center;
	}
	.btn_more_hot span{
		padding: 10px;
		border-radius: 6px;
		color: white;
		background: green;
		border: none;
	}
.rejection-block {
	flex-direction: column;
}
.rejection-block .deadlines {
	overflow: auto;
	width:100%!important;
}
	.detailText {
    	width: calc(100% - 44px);
}
	.realtor-secondary .flex, .realtor-secondary .advantages-block-col{
		    flex-direction: column;
}
	.realtor-secondary table {
		width:100%;
}
#rielt-for-pay-text-flex {
	width:100%;
}
}



@media (max-width: 692px) {
.objects_list{
    justify-content: center;
}
}

.popup-similar .popup {
	width: 1264px;
	overflow: auto;
	max-height: 100%;
}

@media (max-width: 1300px) {
	.popup-similar .popup {
		width: 100%;
		overflow: auto;
	}
}

.popup-similar .objects_list {
	width: 100%;
}

.popup-similar__btn-block {

}
.btn-big {
	margin-right: 15px;
	width: 300px;
	height: 60px;
	background-color: #319b42;
	border: none;
	border-radius: 8px;
	color: white;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	line-height: 60px;
}

.btn-big:last-child {
	margin-right: 0;
}

.btn-big:hover,
.btn-big:focus {
	color: #fff;
	text-decoration: none;
}

.section-description-title{font-weight:600;font-size:28px;color:#000;margin-bottom:20px}.section-description-text{font-weight:400;font-size:16px;color:#000;text-align:justify}.section-description-text strong{font-size:19px;font-weight:700}.section-description-img img{max-width:100%}.section-dop{padding:70px 0}.section-dop-item{margin-bottom:40px}.section-dop-item__img{margin-bottom:19px;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 0 5px #e0e0e0;border-radius:5px}.section-dop-item__text{font-weight:400;font-size:16px;color:#000;max-width:210px}.cta{background:#319b41;border-radius:5px;padding:20px 30px; margin: 20px 0;}.cta div{color:#fff}.cta .row{display:flex;flex-wrap:wrap;align-items:center}.cta-button button{background:#fff;border:2px solid #fff;border-radius:5px;font-size:12px;text-transform:uppercase;color:#005a8e;padding:14px;width:100%;text-align:center}.cta-button button:hover{background:#319b41;color:#fff}.mb-15{margin-bottom:10px}.mb-25{margin-bottom:25px}.catalog-section{margin-bottom:10px}.faq{padding:35px 0}.faq-item{background:#fff;box-shadow:0 0 5px #e0e0e0;padding:22px 75px;margin-bottom:15px}.faq-question{font-weight:600;font-size:17px;color:#000;position:relative;cursor:pointer}.faq-question:before{content:"";display:block;width:27px;height:27px;border-radius:100%;background-color:#309944;background-image:url(/local/templates/rielt2020/css/../img/faq-arrow.png);background-position:50%;background-repeat:no-repeat;transform:rotate(0);transition:transform .25s ease;position:absolute;top:calc(50% - 13.5px);left:-50px}.faq-question.open:before{transform:rotate(180deg)}.faq-answer{font-weight:400;font-size:16px;color:#000;max-height:0;visibility:hidden;opacity:0;transition:all .25s ease}.faq-answer.open{padding-top:20px;max-height:1000px;opacity:1;visibility:visible}@media (min-width:1400px){.section-dop .col-xl-2{width:16.66666667%}}@media (max-width:1399px){.section-description-text{font-size:14px}.section-description-text strong{font-size:16px}.section-dop{padding:40px 0}.section-dop-item{margin-bottom:30px}.section-dop-item__text{max-width:270px}.cta-button button{font-size:12px;padding:15px 5px}}@media (max-width:991px){.d-md-none{display:none}}@media (max-width:768px){.cta-button .order_call{display:block!important}}@media (max-width:767px){.section-dop .row{display:flex;flex-wrap:wrap}}@media (max-width:499px){.section-description-title{font-size:22px}.section-dop .row>div{width:100%}.section-dop-item__text{text-align:center;margin:0 auto}.section-dop-item__img{margin:0 auto 15px}.cta .row>div{width:100%}.cta .row>div .section-description-text{margin-bottom:20px}.faq-item{padding:22px 15px 22px 60px}.faq-question{font-size:15px}.faq-answer{font-size:14px}}
/*# sourceMappingURL=all.min.css.map */
.nov-about-text p{
	margin-bottom: 10px;
}
.list {
	list-style-type: disc;
	padding-left: 20px;
	margin: 15px 0;
}
.list li {
	margin: 3px 0;
}
.text-justify{
	text-align: justify !important;
}
.not-found {
	background: #FFFFFF;
	box-shadow: 0px 0px 5px #E0E0E0;
	border-radius: 5px;
	text-align: center;
	padding: 50px;
	margin-top: 63px;
}
.not-found__title {
	padding: 22px 0;
	max-width: 680px;
	margin: 0 auto;
	font-weight: 600;
	font-size: 30px;
	color: #333;
}
.not-found__params{margin-bottom: 29px;}
.not-found__param {
	font-weight: normal;
	font-size: 18px;
	color: #555;
	padding: 3.5px 0;
}
.not-found__bottom {
	font-weight: 500;
	font-size: 18px;
	color: #555;
}
@media(max-width: 767px) {
	.not-found {padding:20px;margin-top:0;}
	.not-found__title {font-size:20px;}
	.not-found__param{font-size:15px;}
}
@media(max-width:500px) {
	.objects_links .objects_links_list {
		margin: 0;
	}
	.obj_area_lists .residential_sale_item {
		width: 50%;
		max-width: 50%;
		padding: 5px 10px;
		margin: 0 ;
	}
	.banner {min-height: auto;}
	.banner .banner_info {
		padding: 15px;
		margin: -30px 0 0 !important;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.banner .banner_info ul {align-items:center;}
	.banner .bannerImg {display: none}
	.banner .serviceLinkList {
		position: static;
		display: block;
		padding: 0 10px 10px
	}
	.banner .serviceLinkList > li {
		width: 100%;
		margin-top: 10px;
	}
}
@media (max-width: 499px){
	.offer-samara-advant .row>div {
    	width: 100%;
	}
	.offer-samara-advant-block-img, .offer-samara-advant-block-text {
		margin: 0 auto 15px;
 		text-align:center;
	}
	.banner-text {
		flex-direction: column;
    	background-color: rgb(255 255 255 / 80%);
    	border-radius: 5px;
    	padding: 10px;
    	margin-bottom: 10px;
	}
	.banner-text-block {
		justify-content: center;
	}
	.banner-text-block p {
		font-size: 20px;
	}
	.banner-btn {
		margin: 0 auto;
	}
	.banner {
		padding-bottom: 0px;
		background-size: cover!important;
	}
	.menu-page {
		display:none;
	}
	.first-block #first-blc {
		flex-direction: column;
	}
	.for-objects {
		margin-left: 0px;
		width: 100%;
	}
	#two-blc {
		flex-direction: column;
	}
	#three-blc {
		display:block;
	}
	.deadlines {
		margin-left: 0px;
	}
	.who-does-text #who-does-li {
		display:block;
	}
	.four-block {
		flex-direction: column;
	}
	.block-structure #block-structure-text {
		flex-direction: column;
	}
	.block-structure {
		width: 100%;
	}
	#block-structure-text-two, #block-structure-text-one {
    	width: 100%;
    	padding: 0px;
	}
	.block-sale {
		width: 100%;
		margin-left: 0px;
    	margin-top: 10px;
	}
	#requirements-block {
		flex-direction: column;
		padding: 15px 10px 15px 10px;
	}
	#requirements-block div {
		width: 100%;
	}
	.six-block #advantages-block-col {
		flex-direction: column;
	}
	.advantages-block {
		width: 100%;
	}
	.rejection-block-img {
		display:none;
	}
	.validity {
		flex-direction: column;
	}
	.what-to-do {
    	margin-top: 10px;
		margin-left: 0px;
		padding: 10px;
	}
	.work-stage-block {
		flex-direction: column;
		padding: 10px 10px;
	}
	.phase-of-work {
		width: 100%;
	}
	.phase-of-work-heder div {
		display:none;
	}
	.phase-of-work-heder {
		display:none;
	}
	.needs {
		flex-direction: column;
	}
	.needs .needs-col {
		margin-bottom: 10px;
	}
	.needs-block-title {min-height:auto;}
	.deadlines {width: 100%;}
	.flex-img {padding: 0;}
	.rejection-block .flex-img {display: none}
	.text-block-whitebox {padding: 20px 15px;}
	.text-block-whitebox-item__icon {margin-right: 11px;}
	.text-block-whitebox-item__icon img {max-width: 30px;}
	.text-block-whitebox-item__descr {font-size: 14px;}
	.needs .needs-col {
		flex: 0 0 100%;
		max-width: 100%; 
	}
}
.seo-white-color {
	color: #fff !important;
}
.block-structure ul{
	padding-left: 20px;
	list-style-type: disc;
}

.whi-do-i-need ul{
	padding-left: 20px;
	list-style-type: disc;
}
/*---Всплывашка---*/
.seo-call-form {
    position: fixed;
    right: 0;
    bottom: 50px;
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(206, 209, 213, 0.9);
    border-radius: 10px 0 0 10px;
    transform: translateX(327px);
    transition: all .25s ease-in-out;
    z-index: 10;
    height: 275px;
}
.seo-call-form-active {
    transform: translateX(0);
}
.seo-call-form-active .seo-call-greenbox__close {
    background: url('/local/templates/rielt2020/css/../img/seo-call-close.png') center no-repeat
}
.seo-call-form-active .seo-call-greenbox {animation: none;}
.seo-call-content {
    padding: 35px 20px;
    text-align: center;
    max-width: 322px;
}
.seo-call-content__title {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #005A8E;
    margin-bottom: 11px;
}
.seo-call-content-contacts .header_info__phone {font-size: 19px;}
.seo-call-content__subtitle {margin-bottom: 15px;}
.seo-call-content__subtitle p {margin-bottom: 10px;}
.seo-call-greenbox{
    flex-shrink: 0;
    background: #319B42;
    border-radius: 10px 0 0 10px;
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 5px 30px;
    cursor: pointer;
    animation: seo-animate 4s ease-in-out infinite;
}
.seo-call-greenbox__close {
    width: 22px;
    height: 22px;
    position: relative;
    margin-bottom: 100px;
    background: url('/local/templates/rielt2020/css/../img/seo-call.png') center no-repeat;
    background-size: contain;
}
.seo-call-greenbox__title {
    font-size: 17px;
    color: #FFFFFF;
    transform: rotate(-90deg);
    width: 200px;
}
.promotions {
	display: block;
	text-decoration: none;
	width: 55px;
	height: 130px;
	position: fixed;
	bottom: 350px;
	right: 0;
	background: #FB4737;
	border-radius: 10px 0 0 10px;
	display: flex;
    flex-direction: column;
    align-items: center;
	cursor: pointer;
    animation: promotions-animate 5s ease-in-out infinite;
	transform: translateX(5px);
	padding: 12px 8px;
	z-index: 5;
}
.promotions:hover {
	text-decoration: none;
}
.promotions-icon {
	width: 28px;
    height: 28px;
    position: relative;
    margin-bottom: 20px;
    background: url('/local/templates/rielt2020/css/../img/promotions.png') center no-repeat;
    background-size: contain;
}
.promotions-text {
	font-size: 17px;
    color: #FFFFFF;
    transform: rotate(-90deg);
	width: 70px;
	height: 28px;
}

@keyframes promotions-animate {
    75%  {transform: translateX(5px)}
    87.5% {transform: translateX(0)}
    100% {transform: translateX(5px)}
}
@keyframes seo-animate {
    75%  {transform: translateX(0)}
    87.5% {transform: translateX(-5px)}
    100% {transform: translateX(0)}
}
@media(min-width: 768px) {
    .seo-call-btn, .seo-call-overlay {display: none;}
}
@media (max-width: 840px) {
	.seo-call-form .messengers {
		display: inline-flex;
		margin: 15px 0 0 0;
	}
}
@media(max-width: 767px) {
    .seo-call-form {
		transform: translateX(400px);
		border-radius: 10px;
		min-width: 310px;
		bottom: calc(50% - 137.5px);
	}
	.seo-call-content {padding: 30px 15px;}
	.seo-call-content__title {font-size: 20px}
    .seo-call-content__subtitle {font-size: 14px}
    .seo-call-btn {
        display: flex;
        flex-direction: column;
        width: 76px;
        height: 76px;
        border: 3px solid #F2F2F2;
        border-radius: 100%;
        background: linear-gradient(180deg, #369843 0%, #34B550 100%);
        position: fixed;
        right: 0;
    	bottom: 100px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 50;
    }
    .seo-call-btn .seo-call-redbox__icon {
        margin-bottom: 8px;
    }
    .seo-call-btn img {max-width: 20px}
    .seo-call-btn__text {
        font-size: 9px;
        color: #FFFFFF;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center
    }
    .seo-call-form-active {
        transform: translateX(50%);
        right: 50%;
    }
    .seo-call-overlay {
        display: block;
        position: fixed;
        z-index: 6;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
        opacity: 0;
        visibility: hidden;
        transition: all .25s ease-in-out;
    }
    .seo-call-overlay-active {opacity: 1; visibility: visible}
}
/*----------------*/
/* Страница ЖК */
.nov-container{margin:0 auto;width:80%;display:flex;justify-content:space-between}.nov-container a:hover{color:#23527c;text-decoration:underline}.nov-left{flex-shrink:0;width:calc(100% - 380px);margin:0 30px 20px 0}.nov-left .newBuild_top{margin-top:0}.nov-left .tab_slider{margin:0;min-width:auto;max-width:100%;padding:0;float:none}.nov-left-params{background:#fff;box-shadow:0 0 5px #e0e0e0;border-radius:5px;padding:30px}.nov-left-params h3{margin-bottom:25px}.novAdress{font-size:16px;color:#8e9396}.nov-head{width:80%;margin-left:auto;margin-right:auto;margin-bottom:30px}.nov-head-nav{justify-content:space-between}.nov-head-nav,.nov-head-nav .markers{display:flex;align-items:center}.nov-head-nav .marker button{flex-shrink:0;background:#fff;box-shadow:0 0 5px hsla(0,0%,88%,.25);border-radius:5px;padding:8px 20px;border:none;font-size:11px;color:#005a8e;margin-left:19px}.nov-head-nav .marker:hover{background-color:transparent}.nov-right{width:350px;flex-shrink:0}.nov-right .obj_specialist__container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:25px 15px;background-color:#fff;margin-top:30px;border-radius:6px;box-shadow:0 0 15px -9px rgba(0,0,0,.75);text-align:center}.nov-right .obj_specialist__container .imgContainer{margin-bottom:23px}.nov-right .obj_specialist__title{margin-bottom:17px}.nov-right .obj_specialist__name{font-weight:600;font-size:20px;margin-bottom:10px}.nov-right .obj_specialist__position{font-size:16px;color:#8e9396;margin-bottom:27px}.nov-right .obj_specialist__phone{font-weight:700;font-size:20px;margin-bottom:10px}.nov-right .obj_specialist__mail{color:#005a8e}.nov-right-params{padding:30px 20px;background:#fff;box-shadow:0 0 5px #e0e0e0;border-radius:5px}.nov-right-price{font-weight:600;font-size:28px;margin-bottom:8px}.nov-right-price-meter{font-size:16px;color:#8e9396;margin-bottom:30px}.nov-right-docs{margin-top:30px}.nov-right-docs-title{font-weight:600;font-size:20px;margin-bottom:20px}.nov-right-doc{margin-bottom:15px}.nov-right-doc a{font-size:16px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#319b42}.nov-param{display:flex;align-items:center;justify-content:space-between;font-size:16px;overflow:hidden;position:relative}.nov-param span{position:relative;z-index:1;background:#fff;padding:4px 2px}.nov-param-value{font-weight:600}.nov-param:after{content:".......................................................................................................................................................................................................................................................................................................";display:block;white-space:nowrap;overflow:hidden;position:absolute;z-index:0;color:#8e9396}.nov-info{margin-top:30px;margin-bottom:40px}.nov-info h2{margin-bottom:25px}.nov-info-items{background:#fff;padding:30px 40px}.nov-info-item{display:flex;margin-bottom:20px}.nov-info-item-icon{flex-shrink:0;margin-right:15px}.nov-info-item-text span{font-weight:600}.nov-about{position:relative;padding:30px;background-repeat:no-repeat;background-position:50%;background-size:cover;margin-bottom:45px}.nov-about-text{padding:30px;background:hsla(0,0%,100%,.9);border-radius:5px;font-size:16px;text-align:justify;max-width:580px}.nov-about-text h3{text-align:left;font-weight:600;font-size:28px;margin-bottom:24px}.nov-banks{padding:30px;background:#fff;box-shadow:0 0 5px #e0e0e0;border-radius:5px;margin-bottom:45px}.nov-banks h3{font-weight:600;font-size:20px;margin-bottom:25px}.nov-banks-row{margin-left:-15px;margin-right:-15px;display:flex;align-items:center}.nov-banks-item{padding:0 15px;text-align:center;flex-basis:0;flex-grow:1;max-width:100%}.nov-banks-item img{max-width:100%}.nov-row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.nov-row>div{padding-left:15px;padding-right:15px;flex:0 0 50%;max-width:50%}@media (max-width:1599px){.nov-param{font-size:14px}}@media (max-width:1499px){.nov-right{width:290px}.nov-right-price{font-size:22px}.nov-left{width:calc(100% - 320px)}}@media (min-width:501px){.hidden-desktop{display:none!important}}@media (max-width:500px){.hidden-mobile{display:none!important}.nov-head{width:90%}.nov-container{flex-wrap:wrap;width:90%}.nov-left{width:100%}.nov-left-params{padding:25px 15px}.nov-right{width:100%;margin-bottom:20px}.nov-right-params{padding:24px 15px}.nov-head-nav{flex-wrap:wrap}.nov-head-nav .novAdress{margin-bottom:30px}.nov-head-nav .marker.print-btn{display:none}.nov-head-nav .marker button{margin-left:0}.nov-info-items{padding:20px 15px}.nov-info-item-icon{margin-top:10px}.nov-info-item-icon img{max-width:20px}.nov-row>div{flex:0 0 100%;max-width:100%}.nov-about{padding:15px;border-radius:5px}.nov-banks-row{flex-wrap:wrap}.nov-banks-item{flex:0 0 100%;margin-bottom:5px}}@media (max-width:350px){.nov-left-params .nov-param{font-size:12px}}
.nov-right-objects{margin-top:20px;border-radius: 5px;background-color:#fff;background-image:url(/local/templates/rielt2020/css/../img/objects-bg.png);background-position:50% 50%;background-repeat:no-repeat;background-size:cover;}.nov-right-objects__title{border-radius:5px 5px 0 0;background:#319B42;padding:7px 30px;font-weight:600;font-size:20px;color:#fff;}.nov-right-objects__list{padding:15px 30px;}.nov-right-objects__item{padding:7px 0;}.nov-right-objects__item a{font-size:16px;text-decoration:underline;color:#319b42;}
/*# sourceMappingURL=all.min.css.map */
/*----------------*/
/* ----------Прайс------- */
.m-0 {margin: 0 !important;}
.mb-0 {margin-bottom: 0;}
.mb-15 {margin-bottom: 15px}
.mb-20 {margin-bottom: 20px}
.mb-30 {margin-bottom: 30px}
.mb-40 {margin-bottom: 40px}
.mb-50 {margin-bottom: 50px}
.mt-0 {margin-top: 0}
.mt-15 {margin-top: 15px}
.mt-20 {margin-top: 20px}
.mt-30 {margin-top: 30px}
.mt-40 {margin-top: 40px}
.mt-50 {margin-top: 50px}
.pl-10{padding-left:10px}
.pl-15{padding-left:15px}
.pl-20{padding-left:20px}
.pl-25{padding-left:25px}
.pl-30{padding-left:30px}
.pr-10{padding-right:10px}
.pr-15{padding-right:15px}
.pr-20{padding-right:20px}
.pr-25{padding-right:25px}
.pr-30{padding-right:30px}

.pb-0{padding-bottom:0 !important}
.pb-30{padding-bottom:30px}
.pb-40{padding-bottom:40px}
.pb-50{padding-bottom:50px}
.pb-60{padding-bottom:60px}

.pt-0{padding-top:0 !important}
.pt-20{padding-top:20px}
.pt-30{padding-top:30px}
.pt-40{padding-top:40px}
.pt-50{padding-top:50px}
.pt-60{padding-top:60px}
.flex-shrink {flex-shrink: 0}
.align-items-start {align-items: flex-start;}
.align-items-center {align-items: center;}
.justify-content-between{justify-content:space-between}
.bg-white {background-color: #fff;}

.blue-list li{
	color: #005A8E;
}
.blue-list li span{
	color: #000;
    font-size: 16px;
    line-height: 35px;
}
.service-price-wrap {
	background: #fff;
}
.service-price {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
}
.service-price h2 {
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 28px;
    line-height: 44px;
    color: #000000;
	text-align: center
}
.service-price table {
	margin: 0 auto;
	width: 950px;
}
.service-price table thead {
    background: #319B41;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.service-price table thead td {
	border: none
}
.service-price table tbody {
	border-left: 1px solid #caccce;
}
.service-price table tbody tr {
	border-bottom: 1px solid #caccce;
}
.service-price table td {
	border-right: 1px solid #caccce;
	padding: 7px 5px;
}
.service-price table td a {
	color: #005A8E;
	text-decoration: underline;
}
.service-price table td.text-center {
	width: 220px;
}.service-price table td span{
	white-space: nowrap;
}
@media(max-width: 575px) {
	.service-price-table {
		overflow: auto;
	}
	.service-price table {
		width: 100%;
	}
}
/*------------------------------------*/
/* --------------Прайс--------------- */
.cases {
	width: 80%;
	margin: 0 auto;
	padding: 60px 0;
}
.cases h2 {
	margin: 0 0 30px;
    font-weight: 600;
    font-size: 28px;
    line-height: 44px;
    color: #000000;
}
.case {
	background: #FFFFFF;
	box-shadow: 0px 0px 5px #E0E0E0;
	border-radius: 5px;
	padding: 32px 40px;
}
.case-title {
	font-weight: 600;
	font-size: 24px;
	color: #333333;
	margin-bottom: 15px;
}
.case-task, .case-decision {
	display: flex;
}
.case-task {margin-bottom: 20px;}
.case-subtitle {
	font-weight: 600;
	font-size: 16px;
	color: #309944;
	min-width: 90px;
}
.case-decision .case-value {
	max-height: 110px;
    overflow: hidden;
}
.case-decision .case-value.show-value {
	max-height: none !important;
}
.case-value p{
	margin-bottom: 10px;
}
.case-read-more {
	display: inline-block;
	margin-top: 22px;
	font-weight: 600;
	font-size: 16px;
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
}
.case-read-more:hover {
	text-decoration: none;
}
.case-wrap {padding: 0 5px; outline: none !important;}
.cases .slick-arrow {
	width: 17px;
	height: 28px;
}
.cases .slick-arrow::before {
	display: none;
}
.cases .slick-arrow.slick-prev {
	background: url('/local/templates/rielt2020/css/../img/case-prev.png') center no-repeat;
	background-size: contain;
}
.cases .slick-arrow.slick-next {
	background: url('/local/templates/rielt2020/css/../img/case-next.png') center no-repeat;
	background-size: contain;
}
@media(max-width: 1490px) {
	.case-decision .case-value {
		max-height: 100px;
	}
}
@media(max-width: 575px) {
	.case {
        padding: 20px 15px;
    }
    .case-title {
        font-size: 16px;
    }
    .case-task, .case-decision {
        flex-direction: column;
    }
    .case-subtitle {
        width: 100%;
        margin-bottom: 10px;
    }
	.case-decision .case-value {
		max-height: 0px;
	}
	.case-value {
		font-size: 15px;
	}
}
/*------------------------------------*/
/*-------------Акции------------------*/
.promotions-popup{background:#f4f4f4!important;border-radius:5px;width:950px;display:none;max-width:950px!important}.promotions-popup-title{font-weight:600;font-size:28px;text-align:center;color:#36ab4c;margin-bottom:25px}.promotions-popup .popup-close{cursor:pointer}.promotions-popup .owl-nav{position:absolute;width:100%;top:45%;height:28px}.promotions-popup .owl-nav .owl-prev{position:absolute;left:-24px;width:17px;height:28px;background:url(/local/templates/rielt2020/css/../img/case-prev.png) 50% no-repeat!important;background-size:contain!important;outline:none}.promotions-popup .owl-nav .owl-prev span{opacity:0;visibility:hidden}.promotions-popup .owl-nav .owl-next{position:absolute;right:-24px;width:17px;height:28px;background:url(/local/templates/rielt2020/css/../img/case-next.png) 50% no-repeat!important;background-size:contain!important;outline:none}.promotions-popup .owl-nav .owl-next span{opacity:0;visibility:hidden}.promotions-item{box-shadow:0 0 5px #e0e0e0;border-radius:5px;margin:0 15px 15px}.promotions-item__photo{position:relative}.promotions-item__photo,.promotions-item__photo img{border-radius:5px 5px 0 0}.promotions-item__text{background:#fff;padding:20px}.promotions-item__title{font-weight:500;font-size:17px;color:#000;margin-bottom:10px}.promotions-item__time{color:#c4c4c4;margin-bottom:25px}.promotions-item__time span{color:#000}.promotions-item__buttons{display:flex;justify-content:space-between}.promotions-item__buttons a,.promotions-item__buttons button{display:block;width:160px;background:#309944;border-radius:5px;border:none;color:#fff;font-size:13px;font-weight:500;text-align:center;text-transform:uppercase;padding:12px 5px;font-family:WebnarW00-Regular,sans-serif;cursor:pointer;outline:none}.promotions-item__date{background:#fb4737;border-radius:3px;padding:5px 15px;position:absolute;top:15px;left:15px;font-weight:600;font-size:11px;text-transform:uppercase;color:#fff}.promotions-item__detail{background:#f4f4f4!important;border-radius:5px;width:950px;display:none;max-width:950px!important}@media (max-width:575px){.promotions{width:55px;height:55px;border-radius:100%;bottom:100px;right:auto;left:25px;animation:none;transform:translateX(0)}.promotions-icon{margin-bottom:0}.promotions-text{display:none}.promotions-item__detail,.promotions-popup{width:100%}.promotions-item__buttons{flex-direction:column}.promotions-item__buttons button{margin-bottom:10px}.promotions-item__buttons a,.promotions-item__buttons button{width:100%}}
/*# sourceMappingURL=all.min.css.map */
.promotions-item__detail p{
	margin-bottom: 1rem;
}
.promotions-item__detail ol, .promotions-item__detail ul {
	padding-left: 20px;
	margin-bottom: 1.25rem;
}
.promotions-item__detail ul {
	list-style-type: initial;
}
.promotions-item__detail li {
	padding: .25rem 0;
}
.promotions-item__detail a {
	text-decoration: underline;
}
@media(min-width: 576px) {
	.promotions-item__title {min-height: 40px; line-height: 20px;}
	.promotions-item__time {min-height: 40px; line-height: 20px;}
	.for-objects-big {width: 45%}
	.deadlines-big {width: 40%}
	.d-sm-flex {display: flex;}
	.m-sm-0 {margin: 0 !important;}
	.mb-sm-20 {margin-bottom: 20px}
	.mb-sm-30 {margin-bottom: 30px}
	.mb-sm-40 {margin-bottom: 40px}
	.mb-sm-50 {margin-bottom: 50px}
	.pl-sm-10{padding-left:10px}
	.pl-sm-15{padding-left:15px}
	.pl-sm-20{padding-left:20px}
	.pl-sm-25{padding-left:25px}
	.pl-sm-30{padding-left:30px}
	.pr-sm-10{padding-right:10px}
	.pr-sm-15{padding-right:15px}
	.pr-sm-20{padding-right:20px}
	.pr-sm-25{padding-right:25px}
	.pr-sm-30{padding-right:30px}
}
/*------------------------------------*/
.form_sale_flats--modal {z-index: 999999999}
.last-block {
	width: 80%;
    margin: 0 auto;
    padding: 30px 0;
}
#five-block-menu.pt-60 {padding-top: 60px}

.companyBannerDescr {
font-size: 18px;
line-height: 24px;
font-weight: 500;
}

.banner_info h1 {
line-height: 35px;
}

h2 {
font-size: 25px;
margin-bottom: 20px;
}

.flex {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1100px){
	.flex{
		flex-direction: column;
	}
}

.m0{
	margin: 0;
}

.rieltor-price{
	width: 100%;
}

.rieltor-price table{
	width: 100%;
	text-align: center;
}

.rieltor-price table thead td{
	border-right: 1px solid #caccce;
}

@media (max-width: 500px){
	.banner .banner_info {
		width: 100%;
		max-width: 100%;
		text-align: center;
		background-color: rgb(255, 255, 255, 0.55);
		padding: 10px;
		margin-bottom: 10px;
	}
}
/*20.02.21*/
.list-disc{
	list-style: disc;
    padding-left: 40px;
}

.list-disc li{
	margin: 3px 0;
}

/*25.02.21*/
.benefits-item{
	display: flex;
	justify-content: space-around;
	padding: 10px;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.benefits-item__img{
	padding: 10px;
	box-shadow: 0px 0px 5px #E0E0E0;
	border-radius: 5px;
	margin-right: 15px;
}

@media (max-width: 1600px){
	.benefits-item{
		justify-content: flex-start;
		flex-wrap: wrap;
		text-align: center;
	}
}

@media (max-width: 768px){
	.benefits-item{
		flex-wrap: nowrap;
	}
}

/*30.03.21*/
.w-50{
	width: 50%;
}
.bg_light_green{
	background: #319B41;	
}
.bg_swampy{
	background: #1B9982;
}
.bg_darkblue{
	background: #0E5983;
}
.text-light-green{
	color: #319B41 !important;
}
.service-pack-wrap{
	width: calc(80% - 44px);
	margin: 0 auto;
}
.service-pack-row{
	display: flex;
	justify-content: space-between;
	margin-bottom: 75px;
	flex-wrap: wrap;
}
.service-pack-col{
	width: 50%;
}
.service-pack-col-w100{
	width: 100%;
}
.service__title{
	font-size: 21px;
	line-height: 29px;
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
}
.service__slider{
	margin-top: 20px;
}
.service__item{
	background: #FFFFFF;
	box-shadow: 0px 0px 5px #E0E0E0;
	border-radius: 5px;
	max-width: 494px;
	margin: 0 auto;
}
.service__item-big{
	max-width: 494px;
}
.service__item-big .service__item-descr{
	padding: 0 56px 25px;
}
.service__item-title{
	padding: 15px 0;
	font-size: 18px;
	line-height: 24px;
	box-shadow: 0px 0px 5px #E0E0E0;
	border-radius: 5px 5px 0px 0px;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 0;
}
.service__item-descr{
	padding: 0 31px 25px;
}
.service__item-price{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #005A8E;
}
.service__item-text{
	margin: 5px 0;
	font-size: 16px;
	text-align: center;
	color: #000000;	
}
.service__item-list{
	font-size: 15px;
	line-height: 28px;
	color: #8E9396;
	list-style: disc;
    margin: 10px 0;
	padding-left: 20px;
}
.service__item-item::marker{
	color: #309944;
	font-size: 0.7em;
}
.service__item-btn{
	border-radius: 5px;
	font-size: 13px;
    width: calc(100% - 40px);
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 auto;
	margin-top: 25px;
	text-transform: uppercase;
}
.service__item-btn:hover{
	text-decoration: none;
	color: #fff;
}
.service__item-btn p{
	margin: 0;
}

.service__slider-w50 .slick-slide,
.service__slider-w100 .slick-slide,
.service__slider-elbig .slick-slide{
	padding: 0 15px;
}
.service__slider-w50,
.service__slider-elbig,
.service__slider-w100 {
    width: 100%;
}
.service__slider-w50 .slick-prev,
.service__slider-w100 .slick-prev,
.service__slider-elbig .slick-prev{
	left: 0;
	z-index: 1;
}
.service__slider-w50 .slick-next,
.service__slider-w100 .slick-next,
.service__slider-elbig .slick-next{
	right: 0;
	z-index: 1;
}
.slick-slide:focus{
	outline: none;
}
.slick-prev:before, .slick-next:before{
	color: dodgerblue;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before{
    color: dodgerblue;
}
.slick-dots li button:before{
	opacity: .25;
}
.slick-dots li.slick-active button:before{
	opacity: .75;
}

@media (max-width: 1400px){
	.service-pack-col{
		width: 100%;
	}
	.service__item {
		max-width: 494px;
	}
	.service__item-descr {
		padding: 0 20px 25px;
	}
	.service__item-big .service__item-descr {
		padding: 0 25px 25px;
	}
	
}
@media (max-width: 700px){
	.service-pack-row{
		margin-bottom: 0;
	}
	.service__item{
		max-width: 494px;
	}
	.service__item-list {
		font-size: 14px;
		line-height: 18px;
	}
	.service__item-item {
		margin: 5px 0;
	}
}
@media (max-width: 370px){
	.service__item-text{
		font-size: 13px;
	}
}
/*12.04.21*/
a.service__item-btn:focus {
    outline: none;
    text-decoration: none;
    color: #fff;
}

/*04.05.21*/
.solutions{
	padding: 16px 0;
}


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

/*12.07.21*/
.mainMenu__helpCreditBlock {
	background-image: url('/local/templates/rielt2020/img/12-07-21/banner-menu.jpg') !important;
}

.container_custom .feedBack{
	background-image: url('/local/templates/rielt2020/img/12-07-21/banner-pomozhem-01.jpg');
}

.leadersLists li {
	background-color: #fff;
    padding: 30px 15px;
    box-shadow: 0px 0px 5px rgb(0, 0, 0, .5);
	flex-direction: row;
	justify-content: space-around;	
}
.leaderLists-item-info{
	display: flex;
    flex-direction: column;
    text-align: center;
}
.leaderPosition{
	max-width: 100%;
}
.leaderName{
	margin-block: 10px;
}
@media (max-width: 992px) {
	.leadersLists li{
		flex-direction: column;
	}
}

/*<25.11.21>*/

.tabContainer.company-serv .services_list{
	justify-content: flex-start;
}
.tabContainer.company-serv .services_list .servicesListItem{
	margin-right: 30px;
}
@media (max-width: 767px){
	.tabContainer.company-serv .services_list{
		justify-content: space-around;
	}
	.tabContainer.company-serv .services_list .servicesListItem{
		margin-right: 0px;
	}	
}

/*</25.11.21>*/
/* End */


/* Start:/local/templates/rielt2020/css/jquery.fancybox.css?159890070217554*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 60%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 1367px) {
	.fancybox-content {
	max-width: 67%;
	}
}
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
	.fancybox-content {
	max-width: 100%;
    padding: 25px;
	}
}


/* End */


/* Start:/local/templates/rielt2020/components/bitrix/menu/rielt_top_menu/style.css?15935138611604*/
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.topCrossSiteMenu{
    border-bottom: 1px solid #d8e1e8;
    font-size: 15px;
}
.topCrossSiteMenu__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    list-style-type: none;
    color: #015792;
    font-weight: 600;
    background-color: #ffffff;
}
.topCrossSiteMenu__links__item{
    padding: 12px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor:pointer;
}
.topCrossSiteMenu__links__item--active{
    color: #319b41;
    border-bottom: 3px solid #319b41;
}
.header_info__cityContainer--mobile{
    display: none;
}
.topCrossSiteMenu__links__item:hover{
    color: #319b41;
}
.header_info__contacts{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 60%;
}
.header_info__detail_adress{
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.3px;
    text-align: left;
    margin-top: 5px;
    color: #262626;
}


@media (max-width: 1400px) {
    .topCrossSiteMenu__links__item{
        padding: 12px 10px;
    }
}
@media (max-width: 769px) {
    .topCrossSiteMenu{
        overflow: auto;
    }
    .topCrossSiteMenu__links{
        min-width: 1000px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: auto;
    }
}
@media (max-width: 370px) {
    .topCrossSiteMenu{
        display: none;
    }
}


/* End */


/* Start:/local/templates/rielt2020/components/bitrix/form.result.new/ORDER_CALL_HEADER/style.css?1591871385332*/
.order_call{
	margin-right: 6px;
	width: 184px;
	height: 43px;
	background-color: #015792;
	border: none;
	border-radius: 8px;
	color: white;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}
.order_call:hover{
	background: #004878;
}

.formInitBtn{
	border: 2px solid #aac5d6;
	color: #4e80ab;
}
/* End */


/* Start:/local/templates/rielt2020/components/bitrix/menu/rielt_main_menu/style.css?15934072247965*/
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

header{
    background-color: #ffffff;
}
.mainMenu{
    background-color: #319b42;
    position: relative;
    font-family: "WebnarW00-DemiBold", sans-serif;
}
.mainMenu__links{
    margin: 0 auto;
    font-weight: 600;
    text-transform: uppercase;
    padding: 22px 0;
    width: 78%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    color: #ffffff;
}
.mainMenu__children{
    width: 70%;
    background-color: #fff;
    border-radius: 7px;
    position: absolute;
    top: 85%;
    left: 12%;
    z-index: 10;
    padding: 0 0 0 40px;
    display: none;
}

.flexMenu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.dropdownMenuCont{
    display: none;
}

.mainMenu__buy_list.arenda .mainMenu__buy{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.overflow-hidden{
    overflow: hidden;
}
.mainMenu__buy{
    /*margin-bottom: 150px;*/
    padding: 40px;
    /*width: 65%;*/
}
.mainMenu__buy_title{
    color: #015792;
    font-size: 20px;
    display: block;
    font-weight: bold;
}

.mainMenu__title_count{
    color: #015792;
    font-size: 16px;
    font-weight: 400;
}

.mainMenu__buy_list{
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 600;
}
.mainMenu_buy_item{
    margin-right: 17px;
    line-height: 28px;
    letter-spacing: 0.4px;
}
.mainMenu__item_count{
    color: #919598;
    font-size: 12px;
}

.mainMenu__ourPartners{
    font-family: "WebnarW00-Regular", sans-serif;
    margin-top: 22px;
    width: 80%;
    color: #999999;
    line-height: 20px;
    letter-spacing: 0.35px;
}
.mainMenu__Treangle{
    border: 10px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    top: -3%;
    left: 3%;
}

#mainMenu__item--arenda .mainMenu__Treangle{
    top: -3%;
    left: 15%;
}

#mainMenu__item--buy{
    /*height: 0;*/
}

.mainMenu__item{
    cursor: pointer!important;
}

#mainMenu__item--buy .mainMenu__buy_title:not(:first-child){
    margin-top: 50px;
}

.mainMenu_mobile{
    display: none;
}
.mobile_menu_burger{
    display: none;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    margin-left: auto;
}
.c-hamburger:focus {
    outline: none;
}
.gamb_toggle_menu {
    position: relative;
    display: block;
    height: 3px;
    background: #005792;
}
.gamb_toggle_menu::before,
.gamb_toggle_menu::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #005792;
    content: "";
}
.gamb_toggle_menu::before {
    top: -10px;
}
.gamb_toggle_menu::after {
    bottom: -10px;
}

.c-hamburger--htx {
    background-color: #fff;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-hamburger--htx span {
    -webkit-transition: background 0s 0.3s;
    -o-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    -o-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
}
.c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}
/* состояние active при открытом меню  */

.c-hamburger--htx.is-active span {
    background: none;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    -o-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

@media (max-width: 1153px){
    .sellServices__title_description{
        width: 50%;
    }
}
@media (max-width: 1153px){
    .mainMenu__links{
        width: 100%;
    }
}
@media(max-width: 1000px){
    .mainMenu_buy_item{
        line-height: 20px;
    }
    .mainMenu__children{
        width: 95%;
        left: 3%;
    }
    .sellServices__title_description{
        display: none;
    }
}

@media (max-width: 769px){
    .mainMenu{
        display: none;
    }
}

@media (max-width: 620px){
    .sellServices{
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sellServices__title{
        margin-bottom: 20px;
    }
}

@media (max-width: 769px){
    .header_info__contacts{
        display: none;
    }
    .mainMenu_mobile .mainMenu__item--mobile{
        width: 95%;
        margin: 0 auto;
        background-color: #d9e1e8;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    div.mainMenu__item--mobile_link{
        padding: 20px;
    }
    a.mainMenu__item--mobile_link{
        display: block;
        width: 100%;
        padding: 20px;
    }
    .mainMenu_mobile .mainMenu__item--mobile .mainMenu__item--mobile_link{
        color: #319b41;
        font-size: 20px;
        font-weight: bold;
    }
    .mainMenu__buy{
        width: 100%;
        margin-bottom: 0;
    }
    .mainMenu__buy_title{
        text-align: left;
    }
    .mainMenu_buy_item{
        font-size: 14px;
        line-height: 24px;
    }
    .mainMenu__buy_title{
        margin-top: 26px!important;
    }
    .mainMenu__buy{
        display: none;
    }
    .triggerOrderCall{
        display: block;
        width: 184px;
        height: 43px;
        background-color: #015792;
        border: none;
        border-radius: 8px;
        color: white;
        font-weight: 500;
        text-transform: uppercase;
        cursor: pointer;
        margin: 40px auto;
    }
    .mobile_menu_burger{
        display: block;
    }
    .c-hamburger--htx {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header_info__companyLogo{
        width: 95%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
/* End */


/* Start:/local/templates/rielt2020/components/bitrix/menu/footer_menu/style.css?159069188458*/
.footer_menu div .footer_menu__items{
    width: 100%;
}
/* End */


/* Start:/local/templates/rielt2020/components/bitrix/news.list/promotions/style.css?1601283292150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/components/interlabs/feedbackform/templates/.default/style.css?159890105114326*/
#follow {
    margin: 0px;
    z-index: 99999;
    position: fixed;
    left: 5px;
    bottom: 15px;
}
#follow-mobile {
    display:none;
}
#form-col-main {
    display: flex;
    margin-top: 50px;
}
#form-col-left {
    width: 50%;
}
#form-col-right {
    margin-left: 15px;
    width: 50%;
}
.form-group input {
    padding: .375rem .75rem;
}
.form-group textarea {
    padding: .375rem .75rem;
}


.interlabs-feedbackform__container {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
}
.interlabs-feedbackform__container .hidden {
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog {
  padding: 6px;

}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header p {
    font-size: 18px;
    text-align: center;
    color: #005A8E;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header label {
    font-size: 30px;
    line-height: 35px;
    color: #319b42;
    font-weight: bold;
	margin: 0 auto;
	text-align: center;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header .js-interlabs-feedbackform__dialog__close {
  cursor: pointer;
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body {
  margin-top: 17px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group {
  margin-bottom: 17px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .field-required {
  color: #EB5757;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group label:nth-child(1) {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"] {
  margin-bottom: 0;
  height: 36px;
  background: #F8FAFC;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"].date {
  width: 75px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group select {
  width: 30%;
  color: #828282;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  padding-left: 13px;
  height: 36px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url("/bitrix/components/interlabs/feedbackform/templates/.default/image/select-arrow.png") no-repeat 97% 55%;
  background-color: #F8FAFC;
  text-align: left;
  text-align-last: left;
  padding-right: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file {
  margin-top: 6px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file input[type="file"] {
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file a {
  padding: 10px 30px;
  border: 1px solid #159EBB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #159EBB;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file label {
  color: #828282;
  margin-left: 12px;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file label.selected {
  color: #333333;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group textarea {
  width: 100%;
  height: 180px;
  background: #F8FAFC;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha input[type="text"] {
  width: 75%;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha img {
  width: 180px;
  height: 40px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 2px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  background: #159EBB;
  border-radius: 1px;
  width: 8px;
  height: 8px;
  display: block;
  /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 8px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  background: #70BB18;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  display: block;
  /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group.agree a {
  color: #159EBB;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group.agree .c-checkbox {
  display: inline-block;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body input[type="submit"],
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button,
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .interlabs-feedbackform__container-succsess__close {
  width: 144px;
  height: 36px;
  background: #70BB18;
  border-radius: 2px;
  border: none;
  color: #F2F2F2;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .error {
  color: #EB5757;
  margin-left: 12px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .interlabs-feedbackform__container__errors .interlabs-feedbackform__container__errors__item {
  font-style: normal;
  font-weight: normal;
  line-height: 33px;
  font-size: 14px;
  color: #EB5757;
  margin-bottom: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container-succsess {
  color: #70BB18;
  margin: 20px 0px;
  padding: 6px;
}
.interlabs-feedbackform__container .interlabs__info-dialog {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  padding-left: 28px;
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 39px;
  max-height: 480px;
  max-width: 540px;
  position: fixed;
  z-index: 9998;
  top: 30%;
  left: 30%;
}
.interlabs-feedbackform__container .interlabs__info-dialog.hidden {
  display: none;
}
.interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
  height: 300px;
  overflow-y: auto;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header {
  border-bottom: 1px solid #70BB18;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header label {
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
  margin-right: 12px;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header .close-dialog {
  cursor: pointer;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group {
  margin-bottom: 28px;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group .btn.btn-close {
  width: 144px;
  height: 36px;
  background: #70BB18;
  border-radius: 2px;
  border: none;
  color: #F2F2F2;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha input[type="text"] {
    width: 100%;
    margin-top: 12px;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha img {
    width: 180px;
    height: 40px;
  }
  .interlabs-feedbackform__container .interlabs__info-dialog {
    top: 50px;
    left: 0;
  }
  .interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
    height: 150px;
  }
    #follow { display:none;}
    #follow-mobile {
    display:block;
    margin: 0px;
    z-index: 999;
    position: fixed;
    right: 3px;
    bottom: 15px;
}
#form-col-main{
    flex-direction: column;
}
#form-col-left {
    width: 100%;
}
#form-col-right {
    margin-left: 0px;
    width: 100%;
}
	.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header label {
		font-size: 20px;
    	line-height: 25px;
		text-align: center;
	}
	.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header p {
		font-size: 16px;
	}
}

/* End */


/* Start:/local/templates/rielt2020/components/bitrix/form.result.new/CREDIT_OBJECTS/style.css?1612793118375*/
/*.sellServices {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}*/

.form_credit_object {
	display: none;
	position: relative;
	z-index: 10;
}
.form_credit_object:before {
	content: '';
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 9999;
}
/* End */
/* /local/templates/rielt2020/css/normalize.css?15906918846138 */
/* /local/templates/rielt2020/css/global_styles.css?15906918841456 */
/* /local/templates/rielt2020/css/cssEffects.css?1590691884704 */
/* /local/templates/rielt2020/css/styles.css?161276989516440 */
/* /local/templates/rielt2020/css/media.css?16010299271626 */
/* /local/templates/rielt2020/js/slider/slick/slick.css?15906918841776 */
/* /local/templates/rielt2020/js/slider/slick/slick-theme.css?15906918843145 */
/* /local/templates/rielt2020/css/uikit.css?15906918841203 */
/* /local/templates/rielt2020/css/owl.theme.default.min.css?16012874131013 */
/* /local/templates/rielt2020/css/owl.carousel.min.css?16012874133351 */
/* /local/templates/rielt2020/popup/css/app.4af6e90c.css?16208971004773 */
/* /local/templates/rielt2020/css/custom.css?163783335054428 */
/* /local/templates/rielt2020/css/jquery.fancybox.css?159890070217554 */
/* /local/templates/rielt2020/components/bitrix/menu/rielt_top_menu/style.css?15935138611604 */
/* /local/templates/rielt2020/components/bitrix/form.result.new/ORDER_CALL_HEADER/style.css?1591871385332 */
/* /local/templates/rielt2020/components/bitrix/menu/rielt_main_menu/style.css?15934072247965 */
/* /local/templates/rielt2020/components/bitrix/menu/footer_menu/style.css?159069188458 */
/* /local/templates/rielt2020/components/bitrix/news.list/promotions/style.css?1601283292150 */
/* /bitrix/components/interlabs/feedbackform/templates/.default/style.css?159890105114326 */
/* /local/templates/rielt2020/components/bitrix/form.result.new/CREDIT_OBJECTS/style.css?1612793118375 */
