/* 
Main 
*/
@import url(assets/css/reset.css);
@import url(assets/css/jquery.bxslider.css);
@import url(assets/css/jquery.formstyler.css);
@import url(assets/css/slides.css);
@import url(assets/css/joined.css);

/* -----------------------------------------------------------------------------
 1. General
----------------------------------------------------------------------------- */
html {
    height: 100%;
}

body {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    height: 100%;
    width: 100%;
    overflow: visible;
    /*background:url(assets/images/flakes.jpg) center top no-repeat;*/

    padding-top: 110px;
}

#wrapper {
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.all-link {
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #37348e;
    border-bottom: 1px #37348e dashed;
    display: inline-block;
}

.top-line .container {
    display: block;
    width: 1280px;
}

.grey-bg-shadow {
    background: #f3f3f3;
    /*padding    :20px 0;*/
    margin-bottom: 20px;
    padding-top: 20px;
}

.grey-bg-flat {
    background: #f3f3f3;
    padding: 20px 0;
}

.block-title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 20px 0;
    /*color    :#3e3e3e;*/
    color: #5A5A57;
}

.hd_video_review .block-title {
    display: inline;
}

.content-row {
    overflow: visible;
    display: block;
}

/* -----------------------------------------------------------------------------
 2. Header (globals)
----------------------------------------------------------------------------- */
.header {
    margin-top: 10px;
}

/* -----------------------------------------------------------------------------
 3. Top-line
----------------------------------------------------------------------------- */
.top-line {
    display: block;
    height: 37px;
    background: url(assets/images/top-line.png) center top repeat-x;
    min-width: 1200px;
    overflow: visible;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}

.top-line:hover {
    display: block;
    background: url(assets/images/top-line-hover.png) center top repeat-x;
    min-width: 1200px;
    color: #fff;
}

.top-line:hover a {
    color: #fff;
}

.top-menu {
    display: block;
    height: 37px;
    text-align: center;
    line-height: 37px;
    margin-right: 60px;
}

.top-menu li {
    display: inline-block;
    padding: 0 5px;
}

.top-menu li.site-map {
    float: left;
    padding-left: 80px;

}

.top-menu li.google-search {
    float: right;
}

.top-menu li a {
    color: #2d1d82;
}

.top-menu li:hover a {
    color: #fff;
    font-weight: bold;
}

.top-menu li.site-up {
    float: left;
    position: fixed;
    display: none;
    bottom: 50px;
    right: 0px;
}

.top-menu li.site-up a {
    color: #000;
    padding: 2px 10px 2px;
    border: 3px #fff solid;
    box-shadow: 0 0 5px #333;
    background: #fff;
    border-radius: 5px;
}

.top-menu li.site-up:hover a {
    font-weight: normal;
    text-decoration: none;
    color: red;
}

.top-menu li.orange a {
    color: #fff;
    background: orange;
    border: 3px orange solid;
}

/* -----------------------------------------------------------------------------
 4. Logo + header contacts
----------------------------------------------------------------------------- */
.site-logo {
    display: block;
    float: left;
    padding: 60px 0;
}

.site-contactrow {
    display: block;
    float: right;
    text-align: right;
    color: #100958;
    padding: 50px 0 20px;
}

.site-contactrow .working-hours {
    display: block;
    float: left;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    border-right: 1px solid;
    padding-right: 20px;
}

.site-contactrow .working-hours span {
    font-size: 22px;
}

.site-contactrow .global-phone {
    display: block;
    float: left;
    text-align: right;
    font-size: 32px;
    font-weight: bold;
    width: 300px;
    padding: 10px 0;
    margin-top: -20px;
}

.site-contactrow .global-phone div:first-child {
    margin-bottom: 15px;
}

.site-contactrow .global-phone div:last-child {
    margin-top: 10px;
    font-size: 14px;
    color: #7171a2;
}

.site-contactrow .global-phone span {
    font-size: 20px;
}

.site-contactrow .site-contacts {
    display: block;
}

.site-contactrow .site-contacts li {
    display: inline-block;

    vertical-align: middle;
    *zoom: 1;
}

.site-contactrow .site-contacts a {
    color: #54538C;
    /*#424281*/
    display: block;
    height: 20px;
    font-size: 14px;
    padding: 8px 35px 8px 5px;
    text-indent: 35px;
    width: 30px;
}

.site-contactrow .site-contacts li.request-feedback {
    background: url(assets/images/header-contacts.png) 100% 0 no-repeat;
}

.site-contactrow .site-contacts li.facebook {
    background: url(images/widget013_32x32_top.gif) 100% -160px no-repeat;
}

.site-contactrow .site-contacts li.vkontakte {
    background: url(images/widget013_32x32_top.gif) 100% -736px no-repeat;
}

.site-contactrow .site-contacts li.write-testmonial {
    background: url(assets/images/header-contacts.png) 100% -40px no-repeat;
}

.site-contactrow .site-contacts li.submit-order {
    background: url(assets/images/header-contacts.png) 100% -80px no-repeat;
}

.site-contactrow .site-contacts li.online-feedback {
    background: url(assets/images/header-contacts.png) 100% -120px no-repeat;
}

/* -----------------------------------------------------------------------------
 5. Global navigation
----------------------------------------------------------------------------- */
.global-navigation {
    display: block;
    text-align: center;
    border-radius: 4px;
    background: url(assets/images/navigation-bg.png) 0 0 repeat-x;
    /*background :#1e1e57;*/
    margin-bottom: 2px;
    behavior: url(/PIE.htc);
    height: 42px;
    /*margin-top : -40px;*/
}

.global-navigation ul {
    position: relative;
}

.global-navigation>ul>li {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-right: 1px #050524 solid;
    border-left: 1px #383877 solid;
}

.global-navigation>ul>li:hover,
.global-navigation>ul>li.current-page {
    background: url(assets/images/navigation-bg-hover.png) 0 0 repeat-x;
    /*#5656a6;*/
}

.global-navigation>ul>li.current-page {
    /*background: #5656a6;*/
}

.global-navigation>ul>li.first {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: none;
    behavior: url(/PIE.htc);
}

.global-navigation>ul>li.last {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: none;
    behavior: url(/PIE.htc);
}

.global-navigation>ul>li>a {
    display: block;
    color: #fff;
    line-height: 41px;
}

div.sub-menu {
    display: block;
    text-align: left;
    display: block;
    width: 1180px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #444483;
    padding: 5px;
    z-index: 100;
    position: absolute;
    left: 5px;
    top: 41px;
}

.global-navigation ul.sub-menu {
    display: block;
    text-align: left;
    width: 1180px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #444483;
    /*background              : #5656a6;*/
    padding: 5px;
    z-index: 15;
    position: absolute;
    left: 5px;
}

.global-navigation ul.sub-menu>li {
    float: left;
    /* display: inline-block; */
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    position: relative;
}

.global-navigation ul.sub-menu li a {
    color: #fff;
    display: block;
    border-left: 1px #7272bb solid;
    padding: 5px 10px;
}

.global-navigation ul.sub-menu li.current-page>a {
    color: #2d1d82;
    display: block;
    font-weight: bold;
    background: #EAEAEA;
    /*#7272bb;*/
}

.global-navigation ul.sub-menu li:first-child a {
    border-left: none;
}

.global-navigation ul.subsub-menu {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    position: absolute;
    background: #EAEAEA;
    /*#7272bb;*/
    width: 1170px;
    left: 0;
    padding: 5px;
    border: 5px #EAEAEA solid;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top: none;
}

.global-navigation ul.subsub-menu>li {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    /*width    :19%;*/
}

.global-navigation ul.subsub-menu>li>a {
    color: #2d1d82;
    display: block;
    padding: 5px 10px;
    border: none;
    margin: 0;
}

.global-navigation ul.subsub-menu li:first-child a {}

/* -----------------------------------------------------------------------------
 6. Servise navigation
----------------------------------------------------------------------------- */
.service-navigation {
    display: block;
    text-align: center;
    padding: 0 0 10px 0;
    position: relative;
    height: 115px;
}

.service-navigation>ul {
    display: block;
    position: absolute;
    z-index: 500;
}

.service-navigation>ul>li {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0;
    min-height: 40px;
    position: relative;
    background: url(assets/images/services-bg-inactive.png) center bottom repeat-x;
    margin: 0 5px;
    line-height: 40px;
    border-radius: 5px;
    box-shadow: 0 2px 3px #666;
    float: left;
    width: 290px;
    behavior: url(/PIE.htc);
}

.service-navigation>ul>li:hover {
    padding: 0px 0;
    background: #eaeaea url(assets/images/services-bg.png) center bottom repeat-x;
    line-height: normal;
}

.service-navigation>ul>li>a {
    color: #fff;
}

.service-navigation ul.sub-menu {
    display: inline-block;
    text-align: left;
    display: none;
    width: 100%;
}

.service-navigation ul.sub-menu li {
    display: block;
    font-size: 12px;
    font-weight: normal;
    width: 160px;
    float: right;
    border-left: 1px #2d1d82 solid;
    padding: 0 5px 3px;
    color: #2d1d82;
    line-height: normal;
}

.service-navigation ul.sub-menu li a {
    color: #2d1d82;
}

.service-navigation ul.sub-menu li.sub-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 30px 10px 10px;
    width: 90px;
    float: left;
    text-align: center;
    border: none;
    height: 30px;
}

.service-navigation ul.sub-menu li.sub-title-single {
    display: block;
    font-size: 21px;
    font-weight: bold;
    padding: 25px 0px 10px;
    width: 290px;
    float: left;
    text-align: center;
    border: none;
    height: 30px;
}

.service-navigation>ul>li:hover>a {
    display: none;
}

.service-navigation ul li:hover ul.sub-menu {
    display: block;
}

/* -----------------------------------------------------------------------------
 7. Content
----------------------------------------------------------------------------- */
#content {
    padding: 0 0 20px;
}

/* -----------------------------------------------------------------------------
 8. Testmonials & offices
----------------------------------------------------------------------------- */
.body-separator-one {}

.has-location {
    padding: 30px 0;
    background: url(assets/images/locations-bg.jpg) 33% -30px no-repeat;
}

/* -----------------------------------------------------------------------------
 9. Description & Socials
----------------------------------------------------------------------------- */
.site-description {
    display: block;
    float: left;
    width: 720px;
}

.site-description h1 {
    display: block;
    color: #3e3e3e;
    text-transform: uppercase;
}

.block-switcher {
    display: block;
    padding: 5px 0;
}

.block-switcher a,
.block-switcher span {
    display: inline-block;
    /*padding-left:5px;*/
}

.block-switcher a {
    text-decoration: none !important;
    border-bottom: 1px dashed;
}

.site-socials {
    display: block;
    width: 450px;
    float: right;
}

.site-socials .fb-social {
    display: block;
    float: right;
}

.site-socials .vk-social {
    display: block;
    float: left;
}

/* -----------------------------------------------------------------------------
 10. Footer sections
----------------------------------------------------------------------------- */
.footer-navigation {
    display: block;
    float: left;
    width: 700px;
    padding: 30px 0 0px;
    color: #696969;
}

.footer-navigation a {
    color: #696969;
    font-size: 14px;
}

.company-partners {
    display: block;
    float: right;
    text-align: right;
    padding: 30px 0;
}

.company-partners img {
    margin-left: 10px;
}

.company-partners a {
    display: block;
    float: right;
    margin-left: 10px;
}

.company-partners a.mar {
    background: url(pics/p2.jpg);
    /* Путь к файлу с исходным рисунком  */
    width: 26px;
    /* Ширина рисунка */
    height: 27px;
    /*  Высота рисунка */

}

.company-partners a.mar:hover {
    background: url(pics/p2_select.gif);
    /* Путь к файлу с заменяемым рисунком  */
}

.company-partners a.rgr {
    background: url(pics/p3.jpg);
    /* Путь к файлу с исходным рисунком  */
    width: 26px;
    /* Ширина рисунка */
    height: 27px;
    /*  Высота рисунка */

}

.company-partners a.rgr:hover {
    background: url(pics/p3_select.gif);
    /* Путь к файлу с заменяемым рисунком  */
}

.company-partners a.ros {
    background: url(pics/p1.jpg);
    /* Путь к файлу с исходным рисунком  */
    width: 90px;
    /* Ширина рисунка */
    height: 28px;
    /*  Высота рисунка */

}

.company-partners a.ros:hover {
    background: url(pics/p1_select.jpg);
    /* Путь к файлу с заменяемым рисунком  */
}

.site-copyrights {
    display: block;
    float: left;
    width: 700px;
    color: #696969;
}

.site-copyrights a {
    text-decoration: underline;
}

.site-statictics {
    display: block;
    float: right;
    width: 490px;
    text-align: right;
}

.site-statictics img {
    margin-left: 10px;
}

/* -----------------------------------------------------------------------------
 11. Site form
----------------------------------------------------------------------------- */
.orangeback {
    /*#fafafa;*/
    background: #fff;
    /*#ea6407 url(assets/images/action-grad.jpg) center bottom repeat-x;*/
    border-radius: 15px;
}

.orangeback2 {
    /*#fafafa;*/
    /*background  : #ea6407 url(assets/images/action-grad.jpg) center bottom repeat-x;*/
    background: #EAEAEA;
    border-radius: 15px;
    padding-bottom: 25px;
}

.site-actionform {
    display: block;
    background: #ea6407 url(assets/images/action-grad.jpg) center bottom repeat-x;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    margin: 0;
    behavior: url(/PIE.htc);
    position: relative;
    z-index: 10;
}

.form-title {
    display: block;
    float: left;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px 5px;
}

.form-title-single {
    display: block;
    font-size: 20px;
    color: #ea6407;
    font-weight: bold;
    padding: 0px 0px 15px 0px;
}

.form-title-single .centered {
    text-align: center;
}

.small {
    font-weight: normal;
    font-size: 14px;
    padding: 0px 0px 5px 0px;
}

.segment-selector {
    display: block;
    float: left;
    color: #fff;
    padding: 5px;
    width: 800px;
    font-weight: bold;
}

.segment-selector li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 5px 5px 0 0;
    font-size: 14px;
}

.segment-body {
    display: block;
    padding: 10px;
}

.segment-parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.segment-parts .segment-part {
    margin: 20px 0;
}

.segment-parts .one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
}

.segment-parts .one-third-single {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
}

.segment-parts .one-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
}

.segment-part {
    display: block;
    text-align: left;
    padding: 20px;
    background: #fafafa
        /*#fff*/
    ;
    background: #F6F6F6;
    border-radius: 10px;
    /* margin       : 0 20px -15px; */
    /*0 20px 20px;*/
    font-size: 14px;
    color: #000084;
    /*box-shadow:0 1px 10px rgba(0,0,0, .4);*/
    behavior: url(/PIE.htc);
}

.segment-part .segment-title {
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #000084;
}

.segment-part .segment-table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    vertical-align: top;
}

.segment-part table {
    border-spacing: 0;
    border-collapse: collapse;
}

.segment-part table td {
    padding: 0 0 5px 0;
    vertical-align: top;
}

.segment-part table td.label {
    width: 80px;
}

.segment-part table tr.dotted {
    margin-bottom: 5px;
}

.segment-part table tr.centered {
    text-align: center;
}

.segment-part table td.lefteded {
    text-align: left;
}

.segment-part table label.subway {
    background: url(assets/images/subway-icon.png) 50px 0 no-repeat;
    display: block;
    padding: 5px 0;
}

.segment-part .grey-bg {
    padding: 10px;
    background: #dddddd;
    border-radius: 10px;
}

.segment-part .grey-bg table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.segment-part .grey-bg input {
    background: #FFF;
    /*#dddddd*/
    ;
}

.segment-part .grey-bg select {
    background: #dddddd;
}

.segment-part .centered label {
    padding: 0 4px;
}

.segment-part .text-input {
    padding: 4px;
    background: #fff url(assets/images/input.jpg) center bottom repeat-x;
    background: #fff;
    border: 1px #ababab solid;
    font: 12px Arial, Helvetica, sans-serif;
    margin: 0 0 5px 0;
}

.segment-part .select-input {
    padding: 4px;
    background: #fff url(assets/images/input.jpg) center bottom repeat-x;
    background: #fff;
    border: 1px #ababab solid;
    font: 12px Arial, Helvetica, sans-serif;
    width: 98%;
}

.segment-part .textarea-input {
    padding: 4px;
    background: #fff url(assets/images/input.jpg) center bottom repeat-x;
    background: #fff;
    border: 1px #ababab solid;
    font: 12px Arial, Helvetica, sans-serif;
    width: 97%;
    display: block;
    height: 100px;
    resize: none;
}

.segment-part .owner-annotation {
    padding: 4px;
    display: block;
    font-size: 11px;
}

.segment-part .criteria-list {
    width: 245px;
    display: block;
    float: left;
}

.segment-part .wide-size {
    width: 96%;
}

.segment-part .middle-size {
    width: 40%;
}

.segment-part .small-size {
    width: 28%;
}

.segment-part .middle-cell {
    width: 560px;
}

.segment-part .middle-cell .wide-size {
    width: 140px;
}

.segment-part .middle-cell label {
    padding: 0 5px 0 0;
}

.segment-part .middle-cell .middle-size {
    width: 150px;
}

.segment-part .first-cell {
    width: 220px;
}

.segment-part .last-cell {
    width: 220px;
    text-align: center;
}

.segment-part .last-cell table {
    width: 100%;
}

.segment-part .submit-segment {
    height: 43px;
    background: url(assets/images/form-submit.jpg) center bottom repeat-x;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 0 30px;
    border-radius: 10px;
    border: none;
    cursor: hand;
    cursor: pointer;
    behavior: url(/PIE.htc)
}

.segment-part .captcha-wrapper {
    width: 210px;
}

.segment-part .captcha-wrapper td {
    text-align: center;
    height: 50px;
    vertical-align: top;
    font-size: 11px;
}

.segment-part .captcha-wrapper label {
    display: block;
}

.segment-part .captcha-wrapper .align-left {
    text-align: left;
    padding-left: 5px;
}

.segment-part .captcha-wrapper .align-right {
    text-align: right;
    padding-right: 5px;
}

.segment-part .captcha-wrapper span {
    display: block;
}

.segment-part .captcha-wrapper .small-size {
    display: block;
    width: 90px;
}

.segment-part .close-additional {
    display: block;
    float: right;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(assets/images/close-additional.png) 0 0 no-repeat;
}

.actionform-fx {
    display: block;
    background: url(assets/images/steps-fx.png) center -5px no-repeat;
    padding: 80px 0 20px 0;
    color: #ea6509;
    font: bold 18px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.actionform-steps {
    display: block;
    height: 120px;
    overflow: hidden;
}

.steps-list {
    display: block;
    text-align: center;
}

.steps-list li {
    display: inline-block;
    width: 100px;
    vertical-align: top;
    position: relative;
    background: url(assets/images/steps-sprite.png) 0 -100px repeat-x;
    height: 100px;
    margin: 0;
}

.steps-list li.first:before {
    display: block;
    content: '';
    position: absolute;
    width: 19px;
    height: 100px;
    vertical-align: top;
    background: #fff url(assets/images/steps-sprite.png) 0 0 no-repeat;
}

.steps-list li:before {
    display: block;
    content: '';
    position: absolute;
    width: 69px;
    height: 100px;
    vertical-align: top;
    background: #fff url(assets/images/steps-sprite.png) 0 -200px no-repeat;
}

.steps-list li.last:after {
    display: block;
    content: '';
    position: absolute;
    width: 50px;
    right: -50px;
    height: 100px;
    vertical-align: top;
    background: #fff url(assets/images/steps-sprite.png) 0 -300px no-repeat;
}

.steps-list li span {
    display: inline-block;
}

.steps-list li .number_step,
.steps-list li .number {
    color: #ea6408;
    font-size: 40px;
    float: left;
    width: 60px;
    text-align: center;
    line-height: 100px;
    position: relative;
    z-index: 10;
    height: 100px;
    left: 70px;
}

.steps-list li .description {
    display: none;
    color: #000084;
    font-size: 16px;
    float: right;
    width: 180px;
    position: absolute;
    left: 135px;
    top: 25px;
    text-align: left;
}

/* -----------------------------------------------------------------------------
 13. Footer
----------------------------------------------------------------------------- */
#footer {
    padding: 20px 0;
    /* height : 170px; */
    position: relative;
    background: url(assets/images/footer.jpg) center top repeat-x;
    min-width: 1280px;
}

.footer_menu {
    margin: 20px 0;
}

.footer_menu>ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_menu>ul>li {
    -webkit-flex: 1 0 25%;
    flex: 1 0 25%;
    /* width     : 30%; */
    margin-bottom: 20px;
}

.footer_menu a {
    display: block;
    color: white !important;
    padding: 5px 0;
}

.footer-menu a:hover,
.footer-menu a:link,
.footer_menu a:visited,
.footer_menu a.active,
.footer_menu span {
    color: white !important;
}

.footer_menu a.top,
.footer_menu span.top {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #ff8400 !important;
}

.footer_menu ul.sub-menu {
    display: block;
    width: 100%;
}

.footer_menu ul.sub-menu li {
    display: block;
    width: 100%;
}

/* -----------------------------------------------------------------------------
 14. Site slider
----------------------------------------------------------------------------- */
.site-slider {
    display: block;
    height: 300px;
    background: url(assets/images/slider-bg.jpg) center bottom repeat-x;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    behavior: url(/PIE.htc);
    margin: 10px 5px;
    position: relative;
    width: 890px;
    float: left;
}

.site-slider .navi-prev {
    display: block;
    width: 50px;
    height: 300px;
    float: left;
    position: absolute;
}

.site-slider .navi-prev a {
    display: block;
    width: 50px;
    height: 300px;
    background: url(assets/images/site-arrows.png) 0 50% no-repeat;
}

.site-slider .navi-prev a:hover {
    background: url(assets/images/site-arrows.png) -50px 50% no-repeat;
}

.site-slider .navi-next {
    display: block;
    width: 50px;
    height: 300px;
    float: right;
    position: absolute;
    right: 0;
}

.site-slider .navi-next a {
    display: block;
    width: 50px;
    height: 300px;
    background: url(assets/images/site-arrows.png) 100% 50% no-repeat;
}

.site-slider .navi-next a:hover {
    background: url(assets/images/site-arrows.png) -100px 50% no-repeat;
}

.slider-wrapper {
    width: 790px;
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
}

.site-slider .bx-viewport {
    width: 790px !important;
    margin: auto 40px;
    overflow: hidden;
    display: block;
    float: left;
}

.slider-wrapper>li {
    width: 790px;
    height: 300px;
}

.slider-wrapper .promo-slide {
    color: #000084;
}

.slider-wrapper .promo-slide a {
    color: #000084;
}

.slider-wrapper .promo-slide .image {
    float: left;
    display: block;
    margin: 35px 10px;
}

.slider-wrapper .promo-slide .title {
    font-size: 30px;
    font-weight: bold;
    width: 550px;
    color: #ea6407;
    float: right;
    padding: 40px 0 0;
}

.slider-wrapper .promo-slide .slogan {
    font-size: 30px;
    width: 550px;
    font-weight: bold;
    color: #ea6407;
    float: right;
    padding: 20px 0 40px;
}

.slider-wrapper .promo-slide ul {
    display: block;
    width: 550px;
    float: right;
}

.slider-wrapper .promo-slide ul .items-title {
    color: #ea6306;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 20px;
}

.slider-wrapper .promo-slide ul .item {
    padding: 5px 0;
    font-size: 14px;
}

.slider-wrapper .promo-slide ul .item span {
    font-size: 18px;
    font-weight: bold;
}

.slider-wrapper .realestate-slide {
    color: #000084;
}

.slider-wrapper .realestate-slide a {
    color: #000084;
}

.slider-wrapper .realestate-slide .image {
    float: left;
    display: block;
    margin: 35px 20px;
}

.slider-wrapper .realestate-slide .image img {
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    behavior: url(/PIE.htc);
}

.slider-wrapper .realestate-slide .appartment-info {
    color: #000084;
    width: 550px;
    float: right;
}

.slider-wrapper .realestate-slide div.title {
    font-size: 30px;
    font-weight: bold;
    padding: 40px 0 10px;
}

.slider-wrapper .realestate-slide .location {
    font-size: 14px;
    width: 280px;
    float: left;
    padding: 10px 0;
}

.slider-wrapper .realestate-slide .subway {
    font-size: 14px;
    padding: 5px 0 5px 30px;
    background: url(assets/images/subway-icon.png) 0 2px no-repeat;
}

.slider-wrapper .realestate-slide .price {
    font-size: 30px;
    width: 260px;
    float: right;
    padding: 15px 0;
    text-align: right;
    color: #ea6306;
}

.slider-wrapper .realestate-slide .criteria-wrapper {
    display: block;
    clear: both;
    font-size: 14px;
}

.slider-wrapper .criteria-wrapper .interior {
    display: block;
    float: right;
    width: 270px;
}

.slider-wrapper .criteria-wrapper .exterior {
    display: block;
    float: left;
    width: 270px;
}

.slider-wrapper .criteria-wrapper .title {
    font-weight: bold;
}

.site-slider .bx-pager {
    top: 260px;
}

.site-slider .bx-pager a {
    display: inline-block;
    background: url(assets/images/slider-pager.png) 0 0 no-repeat;
    width: 13px;
    height: 13px;
}

.site-slider .bx-pager a.active {
    background: url(assets/images/slider-pager.png) 0 -13px no-repeat;
}

/* -----------------------------------------------------------------------------
 15. Site database
----------------------------------------------------------------------------- */
.site-database {
    display: block;
    background: #f3f3f3 url(assets/images/site-db-bg.jpg) center top repeat-x;
    border-radius: 15px;
    behavior: url(/PIE.htc);
    margin-bottom: 20px;
}

.site-database .database-title {
    display: block;
    float: left;
    padding: 5px 5px 5px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.site-database .database-title span {
    font-size: 14px;
    font-weight: normal;
}

.site-database .database-count {
    display: block;
    float: right;
    padding: 5px 10px 5px 5px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.site-database .database-count span {
    font-size: 14px;
    font-weight: normal;
}

.database-links {
    display: block;
    text-align: center;
    margin: 0 5px;
}

.database-links li {
    display: inline-block;
    background: url(assets/images/db-links.jpg) 0 0 repeat-x;
    height: 32px;
    margin: 10px 5px 15px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    behavior: url(/PIE.htc);
}

.database-links li a {
    padding: 6px;
    display: block;
    color: #363228;
    text-decoration: none !important;
    font: bold 15px Arial, Helvetica, sans-serif;
}

.database-links li span {
    display: inline-block;
    background: url(assets/images/db-arrow.jpg) 100% 50% no-repeat;
    padding: 0 10px 0 0;
}

.database-links li.buy {
    display: inline-block;
    background: url(assets/images/db-hover.jpg) 0 0 repeat-x;
    height: 32px;
    margin: 7px 2px 12px;
    border-radius: 10px;
    border: 3px #fff solid;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    behavior: url(/PIE.htc);
}

.database-links li.buy a {
    padding: 6px;
    display: block;
    color: #fff;
}

.database-links li.buy span {
    background: none;
}

.database-links li:hover {
    display: inline-block;
    background: url(assets/images/db-hover.jpg) 0 0 repeat-x;
    height: 32px;
    margin: 7px 2px 12px;
    border-radius: 10px;
    border: 3px #fff solid;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    behavior: url(/PIE.htc);
}

.database-links li:hover a {
    padding: 6px;
    display: block;
    color: #fff;
}

.database-links li:hover span {
    background: none;
}

/* -----------------------------------------------------------------------------
 17. Modals
----------------------------------------------------------------------------- */
.modal-feedback {
    display: none;
    z-index: 10000;
}

.modal-feedback-wrapper {
    display: block;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    border-radius: 15px;
    overflow: hidden;
    behavior: url(/PIE.htc);
}

.modal-feedback-wrapper .modal-header {
    display: block;
    background: url(assets/images/modals/feedback-header.jpg) center bottom no-repeat;
    height: 148px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    behavior: url(/PIE.htc);
}

.modal-feedback-wrapper .modal-content {
    padding: 10px;
}

.modal-testmonial {
    display: none;
    z-index: 10000;
}

.modal-testmonial-wrapper {
    display: block;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    border-radius: 15px;
    overflow: hidden;
    behavior: url(/PIE.htc);
}

.modal-testmonial-wrapper .modal-header {
    display: block;
    background: url(assets/images/modals/testmonial-header.jpg) center bottom no-repeat;
    height: 148px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    behavior: url(/PIE.htc);
}

.modal-testmonial-wrapper .modal-content {
    padding: 10px;
}

.modal-segments {
    width: 1200px;
    z-index: 10000;
}

.modal-segments-wrapper {
    display: block;
    border-radius: 15px;
}

.modal-segments-wrapper .modal-header {
    display: block;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    background: url(assets/images/modals/segment-header.jpg) center bottom no-repeat;
    height: 130px;
    width: 1170px;
    margin: 0 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.modal-segments-wrapper .modal-content {}

.modal-segments-wrapper .modal-footer {
    display: block;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    width: 1130px;
    margin: 0 15px;
    padding: 20px;
    column-count: 2;
    column-gap: 20px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #fff;
}

.modal-title {
    display: block;
    font: bold 28px Arial, Helvetica, sans-serif;
    padding: 10px 0 10px 250px;
    color: #3e3e3e;
}

.modal-table {
    width: 100%;
}

.modal-table td.label {
    vertical-align: top;
    width: 200px;
    padding: 5px 0 5px 50px;
    font-size: 13px !important;
}

.modal-table td.modal-submit-td {
    vertical-align: bottom;
    text-align: center;
}

.modal-table td.input {
    vertical-align: top;
    width: 420px;
    padding: 5px 0;
}

.modal-table td.input .text-input {
    padding: 4px;
    background: #fff url(assets/images/input.jpg) center bottom repeat-x;
    border: 1px #ababab solid;
    font: 12px Arial, Helvetica, sans-serif;
}

.modal-table td.input .wide-size {
    width: 97%;
}

.modal-table td.input .textarea-input {
    padding: 4px;
    background: #fff url(assets/images/input.jpg) center bottom repeat-x;
    border: 1px #ababab solid;
    font: 12px Arial, Helvetica, sans-serif;
    width: 97%;
    display: block;
    height: 100px;
    resize: none;
}

.modal-table td .submit-modal {
    height: 43px;
    background: url(assets/images/form-submit.jpg) center bottom repeat-x;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 0 30px;
    border-radius: 10px;
    border: none;
    behavior: url(/PIE.htc)
}

/* Dialog */
/ / .ui-widget-overlay {
    background: #000;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}

.ui-helper-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-widget-header {
    color: #004158;
    font: normal 15px Tahoma, Geneva, sans-serif;
    padding: 0 0 5px 0;
}

.ui-widget-header a {
    color: #fff;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {}

.ui-icon-close,
.ui-icon-closethick,
.ui-dialog-titlebar-close {
    background: url(assets/images/close-additional.png) no-repeat 50% 50% !important;
    right: -20px;
}

.ui-dialog {
    position: absolute;
    width: 507px;
    text-decoration: none;
    background: none;

}

.ui-dialog .ui-dialog-titlebar {
    padding: 3px 0;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    padding: 0 0 0 5px;
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 15px;
    width: 15px;
    margin: -9px 0 0 0;
    position: absolute;
    right: 2px;
    top: 12px;
    color: #fff;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 0px;
}

.ui-dialog .ui-dialog-content {
    border: 0 none;
    position: relative;
    margin-bottom: 0;
}

#panel {
    position: fixed;
    height: 100%;
    background: transparent;
}

#panel-content {
    position: fixed;
    right: 0;
    top: 25%;
    width: 390px;
    height: 250px;
    background: #fefefe;
    float: right;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    overflow: hidden;
    z-index: 10000;
    display: none;
    behavior: url(/PIE.htc);
}

.panel-header {
    display: block;
    background: url(assets/images/panel-header.png) 0 0 repeat-x;
    height: 46px;
    color: #fff;
    overflow: hidden;
    border-top-left-radius: 15px;
    behavior: url(/PIE.htc);
}

.panel-header .title {
    display: block;
    float: left;
    padding: 10px 0 10px 20px;
    font: bold 20px Arial, Helvetica, sans-serif;
}

.panel-header .close {
    display: block;
    float: right;
    padding: 15px 20px 5px 0;
    font: bold 14px Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.panel-body {
    display: block;
    clear: both;
    padding: 15px;
}

.panel-body .name {
    display: block;
    clear: both;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #000084;
    padding-bottom: 10px;
    width: 360px;
    overflow: hidden;
}

.panel-body .photo {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.panel-body .fx-title {
    display: block;
    float: right;
    width: 250px;
    background: url(assets/images/panel-fx.png) 0 0 no-repeat;
    color: #fff;
    height: 32px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    z-index: 20;
    padding: 0 0 0 10px;
}

.panel-body .quote {
    display: block;
    float: right;
    width: 250px;
    overflow: hidden;
    font-style: italic;
    background: #e2e2e2;
    padding: 20px 5px 5px;
    margin: -20px 0 0 0;
}

.panel-body .panel-link {
    display: block;
    clear: both;
    padding: 5px 0 0 0;
    overflow: hidden;
}

.panel-body .panel-link a {
    color: #000084;
}

#panel-tab {
    position: relative;
    width: 50px;
    height: 100%;
    background-color: transparent;
    float: left;
}

.text_osn {
    color: #4c4c4a;
    font-size: 14px;
    line-height: 19px;
    padding: 10px;
}

.text_osn h1 {
    font-size: 30px;
    color: #5A5A57;
    margin-bottom: 20px;
    line-height: 33px;
}

.text_osn a {
    /*color        : #1b597e;*/
    color: #858583;
    text-decoration: underline;
    /*font-weight  : bold; font-size: 11pt;*/
}

.text_osn p,
.text_osn div {
    margin: 0px 0px;
    line-height: 22px;
}

.text_osn li {
    /*padding-left: 30px;*/
    list-style: disc;
}

.text_osn h2 {
    padding: 10px 0px;
}

.site-news-block {
    display: block;
    margin: 0px 5px;
    position: relative;
}

.site-news-block .news {
    display: block;
    height: 50px;
    margin: 15px;
    font: 14px Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.site-news-block .news .title a,
.site-news-block .newsall .title a {
    color: #37348E;
}

.site-news-block .newsall {
    font: 14px Arial, Helvetica, sans-serif;
    margin: 15px;
}

.errorMessage {
    color: red;
    font-size: 11px;
}

.errorSummary {
    font-size: 12px;
    border: 1px solid;
    border-radius: 3px;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
}

.errorSummary p {
    color: #000;
}

.flash-success {
    border: 1px solid;
    border-radius: 3px;
    margin: 0px 0px;
    padding: 15px 10px 15px 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #4F8A10;
    background-color: #DFF2BF;
    width: 97%;
    min-height: 50px;
    font-size: 14px;
    float: right;
}

.flash-success-all {
    border: 1px solid;
    border-radius: 3px;
    margin: 0px 0px;
    padding: 15px 10px 15px 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #4F8A10;
    background-color: #DFF2BF;
    width: 97%;
    font-size: 14px;
}

#steps {
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 10px 0px 0px 25px;
    padding: 0px;
}

#steps li {
    font-size: 24px;
    float: left;
    padding: 10px;
    color: #b0b1b3;
}

#steps li span {
    font-size: 11px;
    display: block;
}

#steps li.current {
    color: #000;
}

/*
.prev, .next { background-color:#b0232a; padding:5px 10px; color:#fff; text-decoration:none;}
.prev                          :hover, .next:hover { background-color:#000; text-decoration:none;}
.prev { float                  :left;}
.next { float                  :right;}  
*/
.klient {
    margin-top: -40px;
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    color: #939393;
    overflow-x: hidden;
    position: relative;
}

.klient .submit-modal {
    height: 22px;
    background: url(assets/images/form-submit.jpg) center bottom repeat-x;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0px 15px;
    border-radius: 5px;
    border: none;
    behavior: url(/PIE.htc)
}

.klient input[type="text"] {
    border-radius: 5px;
    border: 1px #ababab solid;
    padding: 4px;
    margin: 0 0 5px 0;
}

.time {
    display: block;
    /*margin  : 0 auto;
    padding   : 20px 0 50px;*/
    position: relative;
    text-align: center;
    width: auto;
}

.time * {
    vertical-align: top;
}

.time ins,
.time .clock {
    position: relative;
    top: 10px;
    width: 40px;
    height: 55px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: transparent url(i/sprites.png) no-repeat -260px -154px;
}

.time .clock {
    margin-right: 7px;
}

.time ins {
    width: 10px;
}

.time ins {
    background-position: -300px -154px;
}

.time .etitle {
    position: absolute;
    width: 110px;
    text-align: center;
    left: 50%;
    margin-left: -47px;
    top: 55px;
    line-height: 30px;
}

.etitle-1 {
    font-size: 1.6em;
}

.etitle-2 {
    font-size: 1.37em;
    padding-top: .1em;
}

.etitle-3 {
    font-size: 1.12em;
    padding-top: .2em;
}

.etitle-4 {
    font-size: .87em;
    padding-top: .3em;
}

.c-block {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 18px 0 3px;
    padding: 4px 0 40px 3px;
    position: relative;
    background: transparent url(i/sprites.png) no-repeat -260px 0;
}

.c-block:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 31px;
    background: transparent url(i/sprites.png) no-repeat 100% -77px;
    height: 77px;
}

.bl-inner {
    position: relative;
    margin-right: -10px;
    height: 48px;
    background: transparent url(i/sprites.png) no-repeat -5px -48px;
}

.bl-inner span {
    display: none;
    font-size: 46px;
    color: #fff;
    line-height: 46px;
    margin-left: 2px;
}

.bl-inner:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 3px;
    background: transparent url(i/sprites.png) no-repeat -122px -48px;
    height: 48px;
}

.c-block-1 {
    width: 20px;
}

.c-block-2 {
    width: 45px;
}

.c-block-3 {
    width: 70px;
}

.site-locations-best {
    display: block;
    margin-top: 15px;
}

.site-locations-best .company-offices {
    text-align: left;
}

.site-locations-best .office-item a {
    color: #282828;
    text-decoration: none;
}

.site-locations-best .office-item small {
    margin-left: 25px;
    font-size: 8pt;
    text-decoration: underline;
}

.site-locations-best .office-item {
    text-align: left;
    display: inline-block;
    width: 270px;
    position: relative;
    vertical-align: top;
    margin: 0 5px 15px 0;
}

.site-locations-best .office-name {
    text-align: left;
    display: block;
    width: 176px;
    position: absolute;
    background: url(assets/images/office-location.png) 0 0 no-repeat;
    height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin: 0 0 0 20px;
}

.site-locations-best .office-photo {
    text-align: left;
    display: block;
    margin: 25px 0 0 20px;
}

.site-locations-best .office-photo img {
    border: 3px #fff solid;
    box-shadow: 0 0 5px #333
}

.site-locations-best .office-subway {
    text-align: left;
    background: url(assets/images/subway-icon.png) 0 -1px no-repeat;
    display: block;
    margin: 1px 0;
    padding: 2px 30px;
}

.site-locations-best .office-adress {
    text-align: left;
    display: block;
    margin: 1px 0;
    padding: 6px 15px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
}

.site-locations-best .office-orange {
    font-weight: bold;
    color: #eea94a;
    font-size: 12pt;
}

.site-locations-best .office-phone {
    text-align: left;
    background: url(assets/images/phone-icon.png) 3px 1px no-repeat;
    display: block;
    margin: 1px 0;
    padding: 0px 30px;
}

.site-locations-best .summa_bg_1 {
    display: block;
    background: transparent url(pics/11.gif) no-repeat right;
    float: right;
    width: 130px;
    height: 29px;
    margin-top: -25px;
    z-index: 1000;
    position: relative;
    margin-right: 20px;
}

.site-locations-best .summa_1 {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    margin-left: 8px;
}

.a_inline {
    text-decoration: none;
}

.user-login a {
    text-decoration: none;
    border-bottom: 1px #37348e dashed;
}

.bx-pager .bx-default-pager {
    display: none;
}

/* -----------------------------------------------------------------------------
 155. SLIDES
----------------------------------------------------------------------------- */
.slidebanners {
    position: relative;
}

.slidebanners a {
    text-decoration: none;
}

.slidebanners .slide-fx {
    display: block;
    position: absolute;
    width: 890px;
    height: 300px;
    top: 0;
    left: 0;
}

.slidebanners .slide-title,
.slide .slide-slogan,
.slide .slide-links {
    display: block;
    position: relative;
    z-index: 1;
}

.viezd-slide {}

.viezd-slide .buy-link {
    background: url(../images/button/buy-butt.png) center center no-repeat;
    margin: 10px 0 0 40px;
    width: 202px;
    height: 61px;
    display: inline-block;
}

/* -----------------------------------------------------------------------------
 155. QuestionBlock
----------------------------------------------------------------------------- */
.questionBlock {
    width: 290px;
    height: 300px;
    float: right;
}

.questionBlock table {
    padding: 10px;
    width: 100%;
}

.questionBlock table tr.content {
    height: 54px;
    background: url('pics/line2.png') center top repeat-x;
}

.questionBlock td {
    vertical-align: middle;
}

.questionBlock span {
    color: #1f1f58;
    font-weight: bold;
    font-size: 15px;
}

.questionBlock a {
    color: #1f1f58;
}

.questionBlock a:hover {
    color: orange;
}

#raion_select_ZayavkaFormNeed a.select {
    background-color: #eea94a;
    color: #fff;
}

a.notunderline,
a:hover.notunderline {
    text-decoration: none !important;
}

.breadcrumbs {
    margin-left: 10px;
    font-size: 12px;
    font-style: italic;
}

.breadcrumbs a {
    font-size: 12px;
    color: #37348e;
    font-style: italic;
}

.phoneTxt {
    font-size: 18px !important;
    color: #27156E;
}

.top_zay_usluga {
    display: block;
    padding: 10px 0 20px 0;
    color: #ea6509;
    font: bold 18px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.promo-raion-text p span.raion-orange {
    color: #e67716;
}

.promo-raion-text p span.phone {
    font-size: 14pt;
    font-weight: bold;
}

.promo-raion-text p {
    margin-bottom: 15px;
    line-height: 20px;
}

/*---------------------*/
header,
footer,
#content_page {
    float: left;
    width: 100%;
    /* margin-bottom: 20px; */
}

#content {
    float: left;
    width: 890px;
    margin-right: 20px;
    padding-bottom: 0 !important;
}

aside #sidebarR {
    display: block;
    float: left;
    width: 290px;
}

#footer {
    margin-top: 20px;
}

.global-navigation {
    float: left;
    width: 100%;
    position: relative;
    height: 41px;
    margin: -38px 0 0;
    border-radius: 6px;
    /*box-shadow :0 1px 4px #1e1e38;*/
}

.global-navigation ul li {
    float: left;
    padding: 0;
    /*width:230px;*/
}

.global-navigation ul li:hover {
    /*height       :40px;*/
    /*border-bottom:1px solid #000;*/
}

.global-navigation ul li:first-child {
    border-radius: 6px 0 0 6px;
    border-left: none !important;
}

.global-navigation ul li:last-child {
    border-radius: 0 6px 6px 0;
    border-right: none !important;
}

.line-submenu {
    width: 100%;
    height: 20px;
    background: #484883;
    border-radius: 0 0 6px 6px;
    margin: -3px 0 8px;
}

ul.second_nav {
    display: block;
    float: left;
    text-align: left;
    width: 1180px;
    border-radius: 0 0 4px 4px;
    /*background : #444483;  padding: 5px 5px 2px;*/
    /*margin     :0 5px;*/
}

ul.second_nav2 {
    background: #5656a6;
    padding: 5px;
}

ul.second_nav li {
    float: left;
    /*border-left: 1px #7272bb solid;*/
}

ul.second_nav li:first-child {
    border-radius: 6px 0 0 6px;
    border-left: none;
}

ul.second_nav li a {
    color: #fff;
    display: block;
    padding: 5px 10px;
}

ul.second_nav li.current-page>a {
    color: #2d1d82;
    display: block;
    font-weight: bold;
    background: #EAEAEA;
}

ul.third_nav {
    float: left;
    width: 1170px;
    background: #EAEAEA;
    font-size: 12px;
    font-weight: normal;
    margin: -2px 5px 0;
    padding: 5px;
    /*border     : 5px #444483 solid;*/
    border-radius: 0 0 10px 10px;
    border-top: none;
}

ul.third_nav li {
    float: left;
}

ul.third_nav li a {
    display: block;
    color: #2d1d82;
    padding: 5px 10px;
    border: none;
    margin: 0;
}

/*---------------------*/
.ny_tree {
    position: absolute;
    background: url(/ny_tree.png) no-repeat;
    width: 532px;
    height: 74px;
    top: 8px;
    right: -415px;
}

.site-logo {
    position: relative;
}

.honnorTable {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.honnorTable td {
    width: 33%;
    text-align: center;
    padding: 10px;
}

.honnorTable a {
    font-size: 14px;
}

.uznay-more {
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #37348e;
    border-bottom: 1px #37348e dashed;
}

.closeDialog {
    float: right;
    margin: 0px 0px;
    background: #37348e;
    color: #FFF !important;
    padding: 3px 15px;
}

.indexPadding {
    margin-top: -40px !important;
}

.notVisible {
    display: none;
}

/* -----------------------------------------------------------------------------

 100. BANNER NEWS

----------------------------------------------------------------------------- */
.bannerNews {
    float: left;
    width: 900px;
    cursor: auto;
    background: #f3f3f3;
    height: 290px;
}

.bannerNews .imgBanner {
    float: left;
    width: 325px;
}

.bannerNews .imgBanner img {
    width: 290px;
    height: 290px;
}

.bannerNews .bodyBanner {
    float: left;
    width: 550px;
}

.bannerNews .bodyBanner .titleCatNews {
    /*text-transform: uppercase;*/
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    font-style: italic;
    margin-top: 15px;
}

.bannerNews .bodyBanner .titleNews {
    margin-bottom: 15px;
}

.bannerNews .bodyBanner .titleNews h3 a {
    font-size: 24px;
    line-height: 30px;
    color: #37348E;
    text-decoration: underline;
    /*font-weight  : bold;*/
}

.bannerNews .bodyBanner .anonsNews {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    width: 490px;
}

.BlockAgentCenter {
    margin-left: 0px;
}

section {
    float: left;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.child_contents {
    /*border     : 3px double #EEE;*/
    width: 427px;
    padding: 10px 24px;
    float: right;
    margin-left: 15px !important;
    margin-bottom: 0px !important;
    margin-top: 25px;
    border: 3px solid #EAEAEA;
    border-radius: 14px;
}

.child_contents ul {}

.child_contents li {
    padding-left: 15px;
    margin-bottom: 3px;
}

.child_contents li a {
    color: #5A5A57;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
}

.child_contents li a:hover {
    text-decoration: underline;
}

.child_contents li a.margin0 {
    font-weight: bold;
}

.child_contents li a.selected {
    color: #ea6407;
}

.child_contents li a.selected:hover {
    text-decoration: none;
}

.deals .block_item {
    float: left;
    width: 440px;
    margin: 10px 0 3px 0px;
    border: 3px solid #d8d8d8;
    border-radius: 14px;
}

.deals .block_item a.image {
    float: left;
    width: 395px;
    height: 250px;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    margin: 18px 21px 12px;
    position: relative;
    text-align: center;
}

.deals .block_item a.image img {
    border-radius: 12px;
}

.deals .block_item a.image span.lot,
.block_item a.image span.price {
    position: absolute;
    width: 100%;
    height: 44px;
    background: url(images/lot_bg.png) repeat-x 0 0;
    top: 0;
    border-radius: 12px 12px 0 0;
    font: bold 17px/44px Arial;
    color: #f58220;
    text-align: center;
}

.deals .block_item a.image span.price {
    background: url(images/lot_bg.png) repeat-x 0 -45px;
    top: 206px;
    border-radius: 0 0 12px 12px;
    color: #1e1e57;
}

.deals .block_item a.image span {
    left: 0;
}

.deals .block_item a.name {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    font: 15px/17px Arial;
    color: #363c4a;
    text-align: center;
}

.deals h2 {
    float: left;
    font: bold 25px/25px Arial !important;
    color: #f58220 !important;
    margin-bottom: 12px !important;
    margin-left: 90px;
}

.agentShowOtziv {
    float: left;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    min-width: 220px;
    border: 10px double #F1F1F1;
    text-align: center;
}

.agentShowOtziv img {
    height: 200px;
}

.agentShowOtziv .nameAgent {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-top: 2px;
}

.agentShowOtziv .dolgnost {
    text-align: center;
    font-size: 16px;
    color: #27156e;
    font-weight: bold;
    margin-top: 2px;
}

.agentShowOtziv .agentMail {
    border-top: 3px solid #F1F1F1;
    margin-top: 7px;
    padding: 5px 3px;
}

a.inNotepad {
    font-size: 14px;
    color: #525252;
    border-bottom: 1px dashed #525252;
}

a.inNotepad:hover {
    text-decoration: none;
    border-bottom: 1px dashed #d96729;
}

span.notepad {
    float: left;
    background: url(images/icons-10.png) no-repeat left -50px;
    width: 20px;
    height: 15px;
}

span.add {
    float: left;
    background: url(images/icons-10.png) no-repeat left -120px;
    width: 18px;
    height: 15px;
}

span.look {
    float: left;
    background: url(images/icons-10.png) no-repeat left -134px;
    width: 18px;
    height: 15px;
}

.rightBlock {
    float: right;
}

.starflat {
    background: url(images/starsf.png) no-repeat left -32px;
    width: 32px;
    height: 32px;
}

.starflat a {
    font-size: 12px;
    line-height: 35px;
    color: #FFF;
    margin-right: 10px;
    font-weight: bold;
    text-decoration: none;
}

.site-contactrow .left-part {
    float: left;
    width: 520px;
    margin-right: 36px;
}

.site-contactrow .right-part {
    float: left;
    width: 104px;
}

.site-contactrow .site-contacts ul li.separator {
    width: 1px;
    height: 22px;
    background: #1f1f55;
    margin: 8px 30px 0 0;
}

.ui-dialog-titlebar {
    z-index: 100;
}

.menu_pod_kv {
    padding-top: 10pt;
    padding-right: 5pt;
    white-space: nowrap;
}

.menu_pod_kv a {
    font-size: 12pt;
    color: #27156E;
    font-weight: normal;
    background: url(/tochka.png) no-repeat left top;
    text-decoration: none;
}

.menu_pod_kv a:hover {
    background: url(/strela.png) no-repeat left top;
}

.leftForRaion {
    overflow: hidden;
}

.blockOpen {
    width: 70%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.blockOpen a {
    font-size: 18px;
    font-weight: bold;
    color: #100958;
}

.block-title a:hover {
    text-decoration: none;
    border-bottom: 1px #d96729 dashed !important;
}

.l-m-e {
    color: #6a5218;
    border: 1px solid #f4b800;
    background: #FDD2B4;
    border-radius: 3px;
    margin-bottom: 5px;
    padding-left: 5px;
    margin-right: 5px;
    white-space: nowrap;
    display: inline-block;
    padding-right: 5px;
    cursor: pointer;
    font-size: 12px;
}

.deleteStation {
    padding-left: 5px;
}

.round-selection {
    border: 1px solid #dddddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #dddddd;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    margin-top: -225px;
    width: 320px;
    margin-left: -30px;
}

.orange-block {
    color: #fff;
    background: #ff8400;
    padding: 34px 20px;
}

.orange-block-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.orange-block__text {
    max-width: 100%;
    text-align: center;
    margin-bottom: 28px;
}

.orange-block__text-1 {
    font-size: 25px;
    margin-bottom: 8px;
    line-height: 1.2;
}

.orange-block__text-2 {
    font-size: 14px;
}

.orange-block__btns {
    text-align: center;
}

.orange-block__btn {
    display: block;
    padding: 14px 25px;
    margin: 0 auto 15px auto;
    max-width: 300px;
    color: #fff;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 4px;
}

.orange-block__btn:last-child {
    margin: 0 auto;
}

a.orange-block__btn:hover,
a.orange-block__btn:visited,
a.orange-block__btn:active {
    color: #fff !important;
    text-decoration: none;
}

@media (min-width: 479px) {
    .orange-block__text-1 {
        font-size: 30px;
    }

    .orange-block__text-2 {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .orange-block-inner {
        flex-direction: row;
        justify-content: space-between;
    }

    .orange-block__btn-child {
        display: inline-block;
    }
}

@media (max-width: 1024px) {
    .site-news-block {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    * {
        box-sizing: border-box;
    }

    .box_submenu {
        max-width: 100%;
    }

    .box_submenu li {
        width: 24.9% !important;
        margin-right: 1px !important
    }

    #content {
        max-width: calc(100% - 315px);
    }

    .box_submenu li a {
        font-size: 19px !important
    }

    .page184 .text_osn {
        text-align: center;
    }

    .page184 table tr:first-child {
        display: none !important
    }

    .page184 table,
    .page184 tbody,
    .page184 td {
        display: block;
        height: auto !important;
        text-align: center;
        width: 100% !important
    }

    .page184 h1+div {
        margin: 0 !important;
        float: none !important
    }

    .page184 .centerText .text_osn table img {
        max-width: 100%;
        display: inline !important;
    }

    .page184 table tr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .metroAfterMap,
    iframe {
        max-width: 100%;
    }

    .house_object .leftContent,
    .house_object .leftTitle {
        width: calc(100% - 360px) !important;
    }

    .flat_object.house_object ul.photoObject {
        width: calc(100% - 360px) !important
    }

    .filter_simple ul,
    .global-navigation ul.sub-menu {
        max-width: 100%;
    }

    #footer {
        min-width: 0;
    }

    body {
        overflow-x: hidden;
    }

    .wrapper {
        max-width: 100%;
    }

    .has-location {
        margin: 15px 0 !important
    }

    .bannercontainer,
    .banner {
        float: none !important;
        max-width: 100%;
        margin: 0 auto !important;
    }

    .bannercontainer img {
        max-width: 100%;
    }

    .hd_video_review #container {
        margin-top: 15px;
    }

    .hd_video_review .block-title {
        width: 600px;
    }

    .hd_video_review .block-title #container div {
        padding-left: 0 !important
    }

    .balloon {
        right: 7px !important;
    }

    .hd_video_review .block-title:nth-child(2) {
        width: 497px;
    }

    body .hd_video_review #ui-carousel-next {
        right: 0 !important;
        left: auto !important;
    }

    .carousel_item a.after_hover {
        width: 100%;
        height: 100%;
        background-size: cover;
    }

    .hd_video_review #ui-carousel-prev {
        left: 0 !important
    }

    body .hd_video_review .block-title #container .carousel_item {
        width: 240px !important;
        margin-right: 15px !important;
        padding: 15px !important;
    }

    body .hd_video_review .ui-carousel {
        margin: 0 auto;
        float: none !important;
        width: 510px !important;
    }

    .hd_video_review {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hd_video_review .block-title>div {
        width: 100% !important;
        float: none !important
    }

    .content-row,
    .top-line {
        min-width: 0 !important;
    }

    .site-logo {
        width: calc(100% - 715px);
    }

    .site-logo img {
        max-width: 100%;
    }

    .site-contactrow .left-part {
        margin-right: 0;
    }

    .top-menu {
        width: 100%;
        margin-right: 0;
    }

    .container {
        max-width: 100%;
        width: 100% !important;
        padding: 0 10px !important;
    }

    .service-navigation>ul {
        width: 100%;
        display: flex;
    }

    .service-navigation>ul>li {
        width: 25%;
    }

    .block_find .left_part {
        display: none !important
    }

    .block_find .right_part,
    .block_find .form_popup {
        width: 100% !important;
        text-align: center;
    }

    .block_find .form_popup input[type="submit"] {
        left: 0 !important;
        right: 0;
        margin: 0 auto;
    }

    .form-title {
        max-width: 100%;
    }

    .current_jobs a.item_job .about_job {
        height: auto !important
    }

    .about_rialtor img.rialtor {
        /* display: none !important */
    }

    .child_contents {
        margin: 0 !important;
        max-width: 100%;
        float: left !important
    }

    .about_learning {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    ul.list_learning {
        max-width: 100%;
    }

    .logo_learning {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 10px !important
    }

    .logo_learning img {
        margin: 18px 0 !important;
    }

    .obmen_center {
        margin-left: 0 !important
    }

    .about_us img {
        max-width: 100%;
        height: auto !important
    }

    .about_us {
        max-width: 100%;
        width: 100% !important;
    }

    .stages,
    .segment-selector {
        max-width: 100%;
    }

    #content_page {
        overflow: hidden;
    }
}

@media only screen and (min-width: 998px) {
    .mobile {
        display: none !important;
    }

    body {
        padding-top: 0;
    }
}

@media (max-width: 997px) {
    .desktop {
        display: none !important;
    }
}

@media only screen and (max-width: 997px) {
    #header {
        display: none;
    }

    #sidebarR {
        float: none !important;
        margin: 0 auto;
    }

    .list_interesting ul li,
    #application_form .data_top,
    #application_form .data_top .right_block,
    #application_form .data_middle .right_block,
    #application_form .data_middle {
        max-width: 100%;
    }

    #application_form input[type="submit"] {
        margin: 0 auto !important
    }

    #application_form .data_middle .title {
        font-size: 14px !important
    }

    .block_form {
        max-width: 100%;
        padding: 15px !important;
    }

    #application_form .data_middle {
        display: flex;
        flex-direction: column;
    }

    #application_form .data_middle .left_block,
    #application_form .data_middle .middle_block,
    #application_form .data_middle .right_block {
        margin: 10px 0;
    }

    .segment-parts {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .segment-parts .one-third {
        max-width: 350px;
    }

    #content .bannercontainer {
        display: none !important;
    }

    .list_about img {
        display: none;
    }

    #content {
        max-width: 100% !important;
        width: 100% !important
    }

    #content .box_items .block_item {
        max-width: 300px;
    }

    #content .box_items {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #content .box_items {
        display: none !important
    }

    .procent {
        max-width: 100%;
    }

    .our_warranty {
        max-width: 100%;
        width: 100% !important;
    }

    ul.logo_icons li {
        margin: 15px 0 !important
    }

    ul.warranty_list li {
        width: 100% !important
    }

    ul.logo_icons {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .house_object .form-title,
    .house_object .leftContent,
    .house_object .leftTitle,
    .flat_object.house_object ul.photoObject {
        max-width: 100%;
        width: 100% !important
    }

    .leftContent span.look {
        top: 5px !important;
        left: 0 !important;
    }

    .house_object .contact-flat {
        position: absolute;
        padding: 0 !important;
        width: auto !important;
        left: 15px;
    }

    .flat-breadcrumbs {
        margin-top: 50px !important
    }

    .block-title>a {
        margin: 5px auto !important;
        display: table !important;
    }

    .column-right * {
        max-width: 100%;
    }

    .current_jobs {
        /* display       : flex;
        flex-direction: column;
        align-items   : center;
        padding       : 0 !important; */
        /* max-width     : 100vw; */
        text-align: center;
    }

    .about_rialtor {
        max-width: 100%;
    }

    .current_jobs a {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .content-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }

    .content-wrapper>div {
        max-width: 100%;
        /* margin-bottom: 25px; */
    }

    #form_filter .block_range ul {
        padding: 0 !important
    }

    .block_range {
        margin-left: 0 !important;
        padding: 0 15px;
    }

    #ing_metro_station_map img {
        display: none;
    }

    #ing_metro_station_map {
        left: 0 !important;
        right: 0;
        position: fixed !important;
        top: 0 !important;
        bottom: 0;
    }

    .filter_simple .top_row ul li label,
    .filter_simple .top_row .select,
    .filter_simple .middle_row .select,
    .filter_simple .top_row ul li {
        float: none;
    }

    .filter_simple .top_row ul li {
        width: 100%;
    }

    .filter_simple .top_row ul li span {
        display: inline-block;
        width: 85px;
    }

    .block_range {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .filter_simple .top_row .select>div {
        width: 85px;
    }

    .ing_station_metro_map_open {
        margin-left: 30px !important;
    }

    .filter_simple .top_row ul li span.ing_metro_station_nput.selectMetro>span {
        width: auto !important
    }

    .filter_simple .top_row ul li span.ing_metro_station_nput.selectMetro {
        float: left;
        margin-left: 0 !important;
        height: 28px !important;
        width: calc(100% - 151px) !important;
    }

    .filter_simple .top_row .select,
    .filter_simple .middle_row .select {
        width: 100%;
        margin-bottom: 10px;
    }

    .filter_simple .top_row ul li input,
    .filter_simple .top_row ul li select {
        width: calc(100% - 114px) !important;
        margin-left: 25px !important;
    }

    .c-side {
        padding: 0 30px;
    }

    .header__row {
        display: flex;
        padding: 20px 0;
        width: 100%;
    }

    .header__left {
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 13px 0;
        margin: -13px 0;
    }

    .header-logo .logo-image {
        width: 100%;
        height: 70px;
        display: inline-flex;
        align-items: center;
    }

    .header-logo img {
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }

    .header__right {
        flex: 1 1 auto;
        margin-left: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    li.vkontakte {
        background: url(../images/widget-social.png) no-repeat 0 0 !important;
        width: 34px;
        height: 34px;
        margin-right: 6px;
        display: inline;
    }

    #overlay {
        z-index: 999;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
    }

    .site-contactrow .site-contacts a {
        height: 35px !important;
    }

    body .ui-carousel {
        max-width: 100%;
        width: 495px !important;
        margin: 0 auto !important;
        float: none !important;
        height: 230px !important;
    }

    .carousel_item a.link_visible {
        max-width: 100%;
        display: block !important;
        height: 100% !important
    }

    .carousel_item a.after_hover {
        display: none !important
    }

    .carousel_item a img {
        max-width: 100%;
    }

    #ui-carousel-next {
        right: 10px;
        left: auto !important
    }

    #container {
        width: 100%;
    }

    #overlay:not(.active) {
        display: none;
    }

    li.facebook {
        background: url(../images/widget-social.png) no-repeat 0 -34px !important;
        margin-right: 0px;
        width: 34px;
        height: 34px;
        display: inline;
    }

    .closeDialog {
        display: none;
    }

    .modal-table,
    .modal-table tr,
    .modal-table tbody,
    .modal-table td {
        display: block;
    }

    .modal-title {
        padding: 10px 0;
        text-align: center;
        font-size: 20px;
    }

    .bazaMiddle,
    .bazaMiddleText,
    .items_container .item_box {
        max-width: 100%;
    }

    .items_container .item_box {
        display: flex;
        flex-direction: column;
    }

    .premium {
        float: none !important;
        text-align: center;
    }

    .items_container .item_box .left_part,
    .items_container .item_box .right_part,
    .items_container .item_box .right_part .block_price span.new,
    .items_container .item_box .service_links {
        width: 100% !important;
        background: #f5f4f0 !important;
        border: none !important;
        text-align: center !important;
    }

    .items_container .item_box a.for_img {
        margin: 0 0 16px 0 !important
    }

    .items_container .item_box .address a.link_map {
        margin-left: 0 !important;
        margin-top: -6px;
        margin-left: 0 !important
    }

    .items_container .item_box .address .map {
        max-width: 95%;
    }

    .items_container .item_box .left_part {
        padding-left: 0 !important
    }

    .items_container .item_box .right_part {
        padding: 0 !important
    }

    span.look {
        position: relative;
        top: -15px;
        left: 13px;
    }

    .items_container .item_box .service_links a,
    span.look,
    .items_container .item_box .service_links span.add,
    .items_container .item_box .service_links span.request {
        float: none !important;
        display: inline-block;
    }

    .items_container a.more {
        float: none !important;
        margin-top: 10px;
        display: inline-block;
    }

    .items_container .item_box .description .map a {
        float: none !important
    }

    .items_container .item_box .left_part,
    .descriptionInfo,
    .items_container .item_box .left_part .leftInfo,
    .items_container .item_box .address {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .items_container .item_box .description {
        min-height: 0 !important;
        margin-bottom: 15px;
    }

    .bazaLeft,
    #form_filter2,
    .filter_box {
        text-align: center;
        width: 100% !important;
    }

    #popup_button {
        margin: 15px auto !important;
    }

    .items_filter ul {
        width: 230px;
        margin: 0 auto;
    }

    #form_filter .search_btn,
    #form_find input[type="submit"] {
        left: 0 !important;
        right: 0 !important;
        margin: auto;
    }

    .modal-table tr {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .modal-feedback-wrapper .modal-header {
        display: none;
    }

    .ui-dialog {
        max-width: 96%;
        left: 2% !important;
    }

    body .site-testmonials,
    body ul.testmonials-list {
        width: 100% !important
    }

    /* .site-locations {
        height: auto !important;
        max-width: 100%;
        margin: 0 !important;
    } */

    .banner,
    .bannercontainer {
        width: 100% !important;
        max-width: 100% !important;
        height: 300px !important;
    }

    .exchange_areas {
        width: 100% !important;
        text-align: center;
    }

    #whatever {
        float: none !important;
        margin: 0 auto !important;
    }

    .site-description {
        opacity: 0;
        height: 25px;
    }

    .tp-simpleresponsive img {
        max-width: 100% !important;
    }

    .text_osn h1 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .filter_links {
        max-width: 100%;
        margin: 7px 0 30px;
    }

    .filter_links {
        display: none;
    }

    #metro_select_span_2 {
        display: none !important;
    }

    .filter_advanced .block_range {
        padding: 0 !important
    }

    .block-title {
        font-size: 18px;
        text-align: center;
    }

    .house_object .rightContent {
        width: 100% !important
    }

    .house_object .rightContent>div {
        margin-top: 0 !important;
        margin-left: auto !important;
        margin-right: auto;
    }

    .metroAfterMap {
        height: auto !important;
    }

    .NextFlat .flatNextBlock {
        max-width: 100%;
    }

    .ui-dialog .ui-dialog-titlebar-close span {
        display: none;
    }

    #content_page .content .information+div {
        float: none !important;
        max-width: 100%;
        margin: 0 auto !important;
    }

    .information,
    .rialtor_text {
        max-width: 100%;
    }

    /** footer menu **/
    .footer_menu {
        display: block;
    }

    .footer-menu>ul {
        display: block;
    }

    .footer_menu>ul>li {
        cursor: pointer;
        display: block;
        width: 100%;
        -webkit-flex: unset;
        flex: unset;
        -webkit-justify-content: unset;
        justify-content: unset;
        margin-bottom: 10px;
    }

    .footer_menu .top~ul {
        transition: max-height 1s;
        max-height: 0;
        overflow: hidden;
    }

    .footer_menu .top {
        position: relative;
        text-decoration: none;
        padding-bottom: 3px;
        display: block;
        border-bottom: 1px dashed #ff8400;
    }

    .footer_menu .top:after {
        -webkit-transform-origin: center 75%;
        transform-origin: center 75%;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s;
        content: '';
        display: block;
        position: absolute;
        right: 5px;
        top: 0;
        height: 0;
        width: 0;
        border-top: 5px solid transparent;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-bottom: 5px solid #ff8400;
    }

    .footer_menu .top.open:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .footer_menu .top.open~ul {
        max-height: 800px;
    }
}

@media only screen and (max-width: 767px) {

    .banner,
    .bannercontainer {
        height: 240px !important;
    }

    body .ui-carousel {
        width: 200px !important;
    }

    .record_interview table,
    .record_interview tbody,
    .record_interview td {
        display: block;
    }

    .record_interview tr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .record_interview {
        width: 100% !important
    }

    .arrows_way {
        display: none !important
    }

    .house_object .rightContent img {
        max-width: 100%;
    }

    .metroAfterMap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .metroAfterMap .delimiter {
        display: none !important;
    }

    .flat_object .leftContent .blockFlat.left {
        width: 100% !important
    }

    .block_find .form_popup label,
    .block_find .form_popup {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
    }

    .house_object table.detail-view th,
    .house_object table.detail-view td {
        width: 50% !important
    }

    .block_find .sel-box2,
    .block_find .form_popup input.text-input {
        width: 90% !important;
        margin-left: 5% !important
    }

    .c-side {
        padding: 0 15px;
    }

    .header-btn.hamburger,
    .header-auth {
        margin-left: 10px;
    }

    .modal-table td {
        width: 100% !important
    }

    .modal-table td.label {
        padding: 5px 0 !important
    }

    .footer-navigation {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #footer {
        height: auto !important
    }

    .form_popup .title {
        font-size: 18px;
    }

    .footer-navigation .separator {
        display: none !important;
    }

    .company-partners {
        width: 100%;
        text-align: center;
    }

    .company-partners a {
        display: inline-block;
        float: none;
        margin: 0 5px;
    }

    .site-copyrights {
        float: none !important;
        max-width: 100%;
        text-align: center;
    }

    .footer-navigation a {
        display: block;
        margin: 0 0 7px 0;
    }

    /* .site-locations .company-offices {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    } */

    .hd_video_review .block-title {
        width: 300px;
        font-size: 18px;
        line-height: 1.2;
    }

    .hd_video_review .ui-carousel {
        width: 210px !important
    }

    .hd_video_review .block-title div:not(#container) a {
        margin: 0 !important
    }

    body .hd_video_review .block-title #container .carousel_item {
        padding: 15px 5px !important;
        width: 210px !important
    }

    .carousel_item a.link_visible {
        max-width: 100%;
    }

    body .hd_video_review .block-title #container .carousel_item img {
        max-width: 100%;
    }

    body .hd_video_review .ui-carousel {
        width: 215px !important;
        height: 230px !important;
    }

    .block-title iframe {
        float: none !important
    }

    .hd_video_review .block-title:nth-child(2) {
        width: 100% !important
    }

    .balloon {
        display: none !important;
    }

    .hd_video_review .block-title:nth-child(2) #container div {
        width: 100% !important
    }

    table {
        width: 100% !important
    }
}

@media only screen and (max-width: 580px) {

    .tp-bullets,
    .tp-leftarrow.default,
    .tp-rightarrow.default {
        display: none !important;
    }

    .procent img {
        display: none;
    }

    .block_vacancy_form,
    form.vacancy_form label {
        max-width: 100%;
    }

    form.vacancy_form label p,
    form.vacancy_form label input,
    form.vacancy_form select {
        width: 100% !important
    }

    form.vacancy_form .title_form {
        display: flex;
        justify-content: center;
    }

    form.vacancy_form input.button {
        max-width: 100%;
        margin: 25px auto !important;
        width: 100% !important
    }

    form.vacancy_form .title_form span {
        margin: 0 10px 0 0 !important
    }

    .centerText .text_osn table img {
        display: none !important
    }

    .banner,
    .bannercontainer {
        height: 200px !important
    }

    .items_container .item_box .address a.flat,
    .items_container .item_box .rooms a {
        font-size: 14px !important
    }
}

@media only screen and (max-width: 480px) {

    .banner,
    .bannercontainer {
        height: 150px !important
    }

    #segment-selector table {
        margin: 0 auto !important
    }

    .filter_advanced .select .sel-box3,
    .filter_advanced .select {
        margin-left: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .price_range input,
    .block_range input {
        margin-left: 0 !important
    }

    .filter_advanced ul li {
        float: none !important
    }

    #form_filter .block_range ul li:first-child,
    #form_filter .block_range label:first-child {
        display: block;
        float: none !important
    }

    .filter_simple .top_row ul li span,
    .filter_simple .top_row .select>div {
        font-size: 12px;
        line-height: 1.2;
        width: 75px !important
    }
}

@media only screen and (max-width: 380px) {

    .banner,
    .bannercontainer {
        height: 100px !important
    }
}