.wraper {
    /*width: 92%;*/
    position: relative;
}

.wraper {
    /*margin: 0 auto;*/
    max-width: 1140px;
}

.hero__boxes {
    margin: 0 auto;
    max-width: 1140px;
}

.tr-list-ajax {
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.white-inv-bckgrd {
    background: #fff;
}

.wraper:before, .hero__boxes:before, .wraper:after, .hero__boxes:after {
    content: "";
    display: table;
}

.wraper:after, .hero__boxes:after {
    clear: both;
}

.aboutusbox {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    padding: 30px 20px 0px;
    font-size: 1.5rem;
}

@media (max-width: 1024px) {
    .rwd-table {
        overflow-x: scroll;
    }
}

.bg-pattern {
    padding-top: 40px;
    padding-bottom: 40px;
    /* background-image: url('../images/pattern.jpg');
     background-position: '0 0';
     background-repeat: 'repeat'*/
}

@media (max-width: 1024px) {
    .bg-pattern {
        padding-top: 20px;
    }
}

.section-white {
    background-color: #fff;
    /*padding: 30px 0;*/
}

.section-blue {
    padding: 15px 0;
    background-color: #329FFF;
    border-bottom: 1px solid #666;
}

[class^=grid] {
    float: left;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.relative {
    position: relative;
}

.row:before, .row:after, .clr:before, .clr:after {
    content: "";
    display: table;
}

.row:after, .clr:after {
    clear: both;
}

@media (max-width: 1024px) {
    .hide-for-phone {
        display: none;
    }
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.p10 {
    padding: 10px 0;
}

.p20 {
    padding: 20px 0;
}

.mb50 {
    margin-bottom: 50px;
}

.nomargin {
    margin: 0 !important;
}

html {
    font-size: 10px;
}

/*body {*/
/*font-family: 'Roboto', sans-serif;*/
/*font-style: normal;*/
/*font-weight: 300;*/
/*color: #333;*/
/*-webkit-font-variant-ligatures: common-ligatures;*/
/*font-variant-ligatures: common-ligatures;*/
/*text-rendering: optimizeLegibility;*/
/*-webkit-font-smoothing: subpixel-antialiased;*/
/*line-height: 1.5;*/
/*font-size: 1.4rem;*/
/*}*/

@media (max-width: 1024px) {
    body {
        text-rendering: optimizeSpeed;
    }
}

a {
    text-decoration: none;
    color: inherit;
    transition: .3s;
}

p {
    margin: 0;
}

/*p + p {*/
/*margin-top: 10px;*/
/*}*/

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

strong {
    /*font-weight: 700;*/
}

address, em {
    /*font-style: normal;*/
}

em {
    /*color: #eeac3c;*/
}

/*h1, h2, h3, h4, h5, h6 {*/
/*margin: 0;*/
/*padding: 0;*/
/*line-height: 1.3;*/
/*font-weight: 400;*/
/*color: #1c1c1b;*/
/*}*/

h1 {
    font-size: 5rem;
}

.inv-full-width {
    width: 100%;
}

.selectric-inv-full-width {
    width: 100%;
}

.inv-button-ghost {
    width: 100%;
    display: inline-block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding: 0;
    transition: .3s;
    box-sizing: content-box;
}

/*h2 {*/
/*font-size: 4rem;*/
/*}*/

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.4rem;
    font-weight: bold;
}

h5 {
    font-size: 1.8rem;
}

.link-back {
    color: #000;
}

.link-back:hover {
    text-decoration: underline;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}

.tdu {
    text-decoration: underline;
}

.tdu:hover {
    text-decoration: none;
}

.table {
    width: 100%;
    font-size: 1.3rem;
}

.list-list .item .label-inf {
    display: inline-block;
    /*width: 45%*/
    width: 60%
}

@media (max-width: 1024px) {
    .list-list .item .label, .list-tiles .item .label-inf {
        width: 100px;
        display: block;
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {
    .list-list .item .label, .list-tiles .item .label-inf {
        display: inline;
    }
}

.table th {
    font-weight: 500;
    background-color: #329FFF;
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
}

.table td.inv-td {
    /*padding: 10px 20px;*/
    padding: 0 !important;
    text-align: center;
    /*border-bottom: 1px solid #c2c5c5;*/
}

.is-null {
    padding-bottom: 18px;
}

.ajax-icon {
    padding-bottom: 2px;
}

.ajax-list {
    margin-top: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #c2c5c5;
}

.table td .action.print {
    display: inline-block;
}

.table td .action.pdf {
    display: block;
    background-image: url(../images/pdf-icon.png);
    background-position: 0 0;
    width: 24px;
    height: 25px;
}

.table td input[type=checkbox] + label {
    width: 20px;
    display: inline-block;
}

.header {
    padding: 15px 0;
    background-color: #fff;
    color: #000;
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 999999;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.container-content {
    padding-top: 100px;
}

@media (max-width: 1024px) {
    .header {
        padding: 10px 0;
    }
}

.brand {
    display: block;
    background-image: url(../images/logo.png);
    background-position: 0 0;
    width: 344px;
    height: 70px;
}

@media (max-width: 1024px) {
    .brand {
        background-size: 100%;
        width: 123px;
        height: 30px;
        margin: 0 auto;
    }
}

.main-nav {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 10px;
}

@media (max-width: 1024px) {
    .main-nav {
        position: static;
        margin-top: 15px;
    }
}

.main-nav__item {
    display: inline-block;
    padding: 3px 30px;
    font-size: 1.8rem;
    position: relative;
    margin-left: -1px;
    cursor: pointer;
}

.main-nav__item span {
    font-weight: bold;
}

.main-nav__item .fa {
    color: #e7a435;
}

@media (max-width: 1024px) {
    .main-nav__item {
        padding: 3px 30px;
    }
}

.main-nav__item:before, .main-nav__item:after {
    display: block;
    content: '';
    width: 0px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, .1);
}

.main-nav__item:before {
    left: 0;
}

.main-nav__item:after {
    right: 0;
}

.main-nav__item:first-child:before {
    background-color: rgba(255, 255, 255, .2);
}

.main-nav__item:last-child:after {
    background-color: rgba(255, 255, 255, .2);
}

.main-nav__item.is-active, .main-nav__item:hover {
    color: #eeac3c;
}

.main-nav__item.is-active:before, .main-nav__item.is-active:after, .main-nav__item:hover:before, .main-nav__item:hover:after {
    background-color: #eeac3c;
}

.submenu {
    background: #fff;
    display: none;
    position: absolute;
    z-index: 9999;
    padding: 10px 0px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    width: 300px;
}

.main-nav__subitem {
    display: block;
    padding: 3px 30px;
    font-size: 1.6rem;
    position: relative;
    margin-left: -1px;
}

@media (max-width: 1024px) {
    .main-nav__subitem {
        padding: 3px 13px;
    }
}

.main-nav__subitem:before, .main-nav__subitem:after {
    display: block;
    content: '';
    width: 0px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, .1);
}

.main-nav__subitem:before {
    left: 0;
}

.main-nav__subitem:after {
    right: 0;
}

.main-nav__subitem:first-child:before {
    background-color: rgba(255, 255, 255, .2);
}

.main-nav__subitem:last-child:after {
    background-color: rgba(255, 255, 255, .2);
}

.main-nav__subitem.is-active, .main-nav__subitem:hover {
    color: #eeac3c;
}

.main-nav__subitem.is-active:before, .main-nav__subitem.is-active:after, .main-nav__subitem:hover:before, .main-nav__subitem:hover:after {
    background-color: #eeac3c;
}

.quick-contact {
    display: inline-block;
    padding: 3px 20px;
    font-size: 1.8rem;
    position: relative;
    cursor: pointer;
    margin-left: -1px;
}

@media (max-width: 1024px) {
    .quick-contact span {
        display: none;
    }

    .quick-contact span.fa-icon {
        display: block;
    }

    .main-nav__item span {
        display: none;
    }

    .main-nav__item span.fa-icon {
        display: block;
    }

    .main-nav {
        margin: 0px auto;
    }

}

.quick-contact strong {
    display: block;
    color: #eeac3c;
    font-size: 2rem;
}

.quick-contact span {
    font-weight: bold;
}

.quick-contact:hover {
    color: #eeac3c;
}

.quick-contact:last-child {
    padding-right: 0px;
}

.dropdown-menu {
    background: #fff;
    display: none;
    position: absolute;
    z-index: 9999;
    padding: 10px 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    width: 350px;
}

.dropdown-menu .offer__form {
    margin-bottom: 0px;
}

.quick-contact .fa {
    color: #e7a435;
}

.quick-contact .fa-envelope {
    font-size: 20px;
    margin-top: -2px;
}

/*input[type=text], input[type=email], input[type=tel], input[type=number], input[type=date], input[type=search], select {*/
/*outline: 0;*/
/*padding: 0;*/
/*border: 0;*/
/*color: #333;*/
/*width: 100%;*/
/*font-size: 1.4rem;*/
/*text-indent: 10px;*/
/*border: 1px solid #8f8f8f;*/
/*border-radius: 3px;*/
/*}*/

/*textarea {*/
/*outline: 0;*/
/*border: 0;*/
/*color: #333;*/
/*width: 100%;*/
/*line-height: 100%;*/
/*font-size: 1.4rem;*/
/*border: 1px solid #8f8f8f;*/
/*}*/

/*textarea, input {*/
/*-webkit-appearance: none;*/
/*}*/

/*input[type=text], input[type=email], input[type=tel], input[type=number], input[type=date], input[type=search], select {*/
/*height: 47px;*/
/*line-height: 100%*/
/*}*/

/*input[type=text].field-light, input[type=email].field-light, input[type=tel].field-light, input[type=number].field-light, input[type=date].field-light, input[type=search].field-light, select.field-light {*/
/*border-color: gainsboro;*/
/*}*/

/*input[type=submit], input[type=button], button {*/
/*border: 0;*/
/*outline: none;*/
/*-webkit-appearance: none;*/
/*text-align: center;*/
/*box-shadow: 0 3px 5px rgba(0, 0, 0, .2);*/
/*border-radius: 3px;*/
/*}*/

/*::-webkit-input-placeholder {*/
/*font-size: 1.4rem;*/
/*line-height: normal;*/
/*color: darkgray;*/
/*}*/

/*:-moz-placeholder, ::-moz-placeholder {*/
/*font-size: 1.4rem;*/
/*line-height: normal;*/
/*color: darkgray;*/
/*}*/

/*:-ms-input-placeholder {*/
/*font-size: 1.4rem;*/
/*line-height: normal;*/
/*color: darkgray;*/
/*}*/

/*fieldset {*/
/*padding: 0;*/
/*border: 0;*/
/*margin: 0;*/
/*}*/

/*label {*/
/*display: block;*/
/*margin: 0;*/
/*font-weight: 400;*/
/*font-size: 1.4rem;*/
/*color: inherit;*/
/*}*/

/*input[type=checkbox] {*/
/*display: none !important;*/
/*}*/

/*input[type=checkbox] + label span {*/
/*position: relative;*/
/*display: inline-block;*/
/*margin: -2px 5px 0 0;*/
/*width: 20px;*/
/*height: 20px;*/
/*vertical-align: middle;*/
/*cursor: pointer;*/
/*border: 1px solid #a3a2a2;*/
/*}*/

/*@media (max-width: 1024px) {*/
/*input[type=checkbox] + label span {*/
/*margin-right: 7px;*/
/*}*/
/*}*/

/*input[type=checkbox] + label span:before {*/
/*display: block;*/
/*content: '';*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*z-index: 2;*/
/*height: 8px;*/
/*width: 8px;*/
/*-webkit-transform: translate(-50%, -50%);*/
/*transform: translate(-50%, -50%);*/
/*opacity: 0;*/
/*background-color: #eeac3c;*/
/*}*/

/*input[type=checkbox] + label {*/
/*margin: 0;*/
/*padding: 0;*/
/*}*/

/*input[type=checkbox] + label:hover {*/
/*cursor: pointer;*/
/*border-color: #eeac3c;*/
/*}*/

/*input[type=checkbox]:checked + label span {*/
/*border-color: #eeac3c;*/
/*}*/

/*input[type=checkbox]:checked + label span:before {*/
/*opacity: 1;*/
/*}*/

/*input[type=radio].number {*/
/*display: none !important;*/
/*}*/

/*input[type=radio].number + label span {*/
/*padding: 0 5px;*/
/*}*/

/*input[type=radio].number + label {*/
/*margin: 0;*/
/*padding: 0;*/
/*}*/

/*input[type=radio].number + label:hover {*/
/*cursor: pointer;*/
/*border-color: #eeac3c;*/
/*}*/

/*input[type=radio].number:checked + label span {*/
/*color: #eeac3c;*/
/*}*/

/*input[type=radio].number:checked + label span:before {*/
/*opacity: 1;*/
/*}*/

/*textarea {*/
/*background-color: #fff;*/
/*resize: none;*/
/*padding: 10px;*/
/*text-indent: 0;*/
/*}*/

/*textarea.field-light {*/
/*border-color: gainsboro;*/
/*}*/

/*.input-half-container {*/
/*display: -webkit-flex;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-webkit-justify-content: space-between;*/
/*-ms-flex-pack: justify;*/
/*justify-content: space-between;*/
/*}*/

.input-half-container > input {
    width: 45%
}

[class^="button"], .button-primary, .button-secondary {
}

/*[class^="button"], .button-primary, .button-secondary, .button-ghost {*/
/*display: inline-block;*/
/*text-align: center;*/
/*height: 45px;*/
/*line-height: 45px;*/
/*padding: 0;*/
/*transition: .3s;*/
/*box-sizing: content-box;*/
/*}*/

.s-height {
    height: 35px;
    line-height: 35px;
}

.button-primary {
    background-color: #329FFF;
    color: #fff !important;
    border: 1px solid #329FFF;
}

.button-primary:hover {
    background-color: #329FFF;
    color: #1c1c1b !important;
    border: 1px solid #329FFF;
}

.button-secondary {
    background-color: #333;
    color: #fff;
}

.button-secondary:hover {
    background-color: #565656;
}

.button-ghost {
    background-color: #329FFF;
    color: #fff;
    border: 1px solid #329FFF;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    border-radius: 3px;
}

.button-ghost:hover {
    background-color: transparent;
    color: #1c1c1b;
    border-color: #1c1c1b;
}

.button-small {
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
    text-align: center;
    background-color: #979797;
    border: 1px solid #979797;
    color: #fff;
    font-size: 1.2rem;
}

.button-small:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

/*[class^="icon"] {*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*}*/

.icon-fb:after {
    background-position: -40px -104px;
}

.icon-fb:after, .icon-yt:after {
    background-image: url(../images/sprite.png);
    width: 40px;
    height: 39px;
}

.icon-yt:after {
    background-position: 0 -104px;
}

.footer__row.is-dark {
    background-color: #313131;
    color: #fff;
    padding: 30px 0;
}

.footer__row.is-white {
    background-color: #f3f3f3;
    color: #000;
    padding: 15px 0;
    font-size: 1.3rem;
}

.footer__links {
    float: left;
    margin-right: 60px;
}

@media (max-width: 1024px) {
    .footer__links {
        margin-right: 30px;
    }
}

.footer__links a {
    display: block;
    padding: 4px 0;
}

.footer__links a:hover {
    text-decoration: underline;
}

.footer__address {
    float: right;
    text-align: right;
}

@media (max-width: 1024px) {
    .footer__address {
        float: left;
        text-align: left;
        margin: 20px 0;
    }
}

@media (max-width: 1024px) {
    .footer__address p {
        margin: 0;
    }
}

.footer__address + * {
    float: none;
    clear: both;
}

.footer__social {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .footer__social {
        position: static;
        -webkit-transform: none;
        transform: none;
        clear: both;
        margin-top: 30px;
    }
}

.footer__social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    position: relative;
}

.footer__social a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer__social a + a {
    margin-left: 30px;
}

@media (max-width: 1024px) {
    .footer__social a + a {
        margin-left: 10px;
    }
}

.copyrights {
    float: left;
}

@media (max-width: 1024px) {
    .copyrights {
        float: none;
    }
}

.credits {
    float: right;
}

@media (max-width: 1024px) {
    .credits {
        float: none;
        margin-top: 10px;
    }
}

.credits a {
    /*color: #f9b946;*/
}

.article {
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .article {
        margin-bottom: 20px;
    }
}

.article__title {
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .article__title {
        margin-bottom: 20px;
        font-size: 3rem;
    }
}

.article p {
    /*line-height: 1.7;*/
}

.list-list .item, .list-tiles .item {
    display: block;
    position: relative;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    color: #1c1c1b;
    z-index: 10;
}

@media (max-width: 1024px) {
    .list-list .item, .list-tiles .item {
        margin-bottom: 10px;
    }
}

.list-list .item:after, .list-tiles .item:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    opacity: 0;
    transition: .3s;
    z-index: -1;
}

.list-list .item:hover:after, .list-tiles .item:hover:after {
    opacity: 1;
}

.list-list .item__pic, .list-tiles .item__pic {
    height: 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1024px) {
    .list-list .item__pic, .list-tiles .item__pic {
        height: 180px;
    }
}

@media (max-width: 1024px) {
    .list-list .item__pic, .list-tiles .item__pic {
        height: 150px;
    }
}

.list-list .item__details, .list-tiles .item__details {
    padding: 20px;
    background-color: #fff;
    line-height: 1.8;
}

.list-tiles .item__details {
    text-align: center;
    height: 300px;
}

@media (max-width: 1024px) {
    .list-list .item__details, .list-tiles .item__details {
        padding: 15px;
    }
}

.list-list .item__type, .list-tiles .item__type {
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .list-list .item__type, .list-tiles .item__type {
        margin-bottom: 10px;
    }
}

.list-list .item__location, .list-tiles .item__location {
    display: block;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 2rem;
    font-weight: 700;
    height: 40px;
}

.list-list .item__price, .list-tiles .item__price {
    display: block;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 5px;

}

.list-tiles .item .label {
}

.list-list .item .label {
    display: inline-block;
    width: 45%
}

@media (max-width: 1024px) {
    .list-list .item .label, .list-tiles .item .label {
        width: 100px;
        display: block;
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {
    .list-list .item .label, .list-tiles .item .label {
        display: inline;
    }
}

.list-list .item .button-ghost, .list-tiles .item .button-ghost {
    display: block;
    width: 65%;
    margin: 20px auto 0;
}

.list-tiles .item .button-ghost {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 20px;
}

@media (max-width: 1024px) {
    .list-list .item .button-ghost, .list-tiles .item .button-ghost {
        width: 80%
    }
}

@media (max-width: 1024px) {
    .list-list .item .button-ghost, .list-tiles .item .button-ghost {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .list-list .item .button-ghost, .list-tiles .item .button-ghost {
        width: 60%;
    }
}

.button-more {
    display: block;
    width: 170px;
    margin: 30px auto;
}

@media (max-width: 1024px) {
    .button-more {
        margin: 10px auto;
    }
}

.list-tiles {
    position: relative;
    margin-top: 0;
    margin-left: -45px;
    margin-right: -45px;
}

.list-tiles:before, .list-tiles:after {
    content: "";
    display: table;
}

.list-tiles:after {
    clear: both;
}

.list-tiles > * {
    width: 33.3333333333%;
    padding: 0 45px;
    list-style: none;
    display: block;
    float: left;
}

.list-tiles > *:nth-of-type(1n) {
    clear: none;
}

.list-tiles > *:nth-of-type(3n+1) {
    clear: both;
}

@media (max-width: 1024px) {
    .list-tiles {
        position: relative;
        margin-top: 0;
        margin-left: -20px;
        margin-right: -20px;
    }

    .list-tiles:before, .list-tiles:after {
        content: "";
        display: table;
    }

    .list-tiles:after {
        clear: both;
    }

    .list-tiles > * {
        width: 33.3333333333%;
        padding: 0 20px;
        list-style: none;
        display: block;
        float: left;
    }

    .list-tiles > *:nth-of-type(1n) {
        clear: none;
    }

    .list-tiles > *:nth-of-type(3n+1) {
        clear: both;
    }
}

@media (max-width: 1024px) {
    .list-tiles {
        position: relative;
        margin-top: 0;
        margin-left: -10px;
        margin-right: -10px;
    }

    .list-tiles:before, .list-tiles:after {
        content: "";
        display: table;
    }

    .list-tiles:after {
        clear: both;
    }

    .list-tiles > * {
        width: 33.3333333333%;
        padding: 0 10px;
        list-style: none;
        display: block;
        float: left;
    }

    .list-tiles > *:nth-of-type(1n) {
        clear: none;
    }

    .list-tiles > *:nth-of-type(3n+1) {
        clear: both;
    }
}

@media (max-width: 1024px) {
    .list-tiles {
        position: relative;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .list-tiles:before, .list-tiles:after {
        content: "";
        display: table;
    }

    .list-tiles:after {
        clear: both;
    }

    .list-tiles > * {
        width: 100%;
        padding: 0;
        list-style: none;
        display: block;
        float: left;
    }

    .list-tiles > *:nth-of-type(1n) {
        clear: none;
    }

    .list-tiles > *:nth-of-type(1n+1) {
        clear: both;
    }
}

.list-tiles .item__container:nth-child(n+4) {
    margin-top: 45px;
}

@media (max-width: 1024px) {
    .list-tiles .item__container:nth-child(n+4) {
        margin-top: 10px;
    }
}

.list-tiles .item__container:last-child {
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .list-tiles .item__container:last-child {
        margin-bottom: 20px;
    }
}

.list__title {
    margin-bottom: 30px;
    line-height: 45px;
    font-size: 3rem;
}

@media (max-width: 1024px) {
    .list__title {
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .list__title {
        margin-bottom: 20px;
        line-height: 1.2;
    }
}

.list__title.is-small {
    font-size: 2rem;
}

.list__actions {
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 11;
}

@media (max-width: 1024px) {
    .list__actions {
        position: static;
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .list__actions {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.list__actions > * {
    display: inline-block;
    vertical-align: middle;
}

.list__filter {
    font-size: 0;
}

/*.list__filter, .list__filter label, .list__filter select, .list__filter .selectric-wrapper {*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*}*/

/*@media (max-width: 1024px) {*/
/*.list__filter label, .list__filter select, .list__filter .selectric-wrapper {*/
/*width: 50%;*/
/*margin: 0 0 5px !important;*/
/*}*/
/*}*/

/*.list__filter select, .list__filter .selectric-wrapper {*/
/*width: 200px;*/
/*margin-right: 30px;*/
/*}*/

/*@media (max-width: 1024px) {*/
/*.list__filter select, .list__filter .selectric-wrapper {*/
/*width: 170px;*/
/*margin-right: 20px;*/
/*}*/
/*}*/

.list__filter label {
    margin-right: 10px;
    color: #1c1c1b;
    line-height: 45px;
}

.list__icons {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

@media (min-width: 520px) {
    .list-list .item {
        margin-bottom: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 520px) {
    .list-list .item .button-ghost {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 150px;
        margin: 0;
    }

    .list-investment .item .button-ghost {
        position: relative;
        width: 150px;
        top: auto;
        right: auto;
        margin-top: 10px;
        margin-left: 60px;
    }

    .list-investment .item__list {
        width: 45%;
    }

    .item__list.summary {
        float: left;
    }

    .item__list.total {
        padding-top: 30px;
        float: right;
    }

    .item__list.total li {
        text-align: center;
        font-size: 1.8rem;
    }
}

@media (min-width: 520px) {
    .list-list .item .button-ghost.offer-list-btn {
        position: relative;
        top: auto;
        right: auto;
        width: 150px;
        margin: 0 auto;
        margin-top: 10px;
        font-size: 1.4rem;
    }
}

@media (min-width: 520px) {
    .list-list .item__pic {
        width: 30%;
        height: auto;
    }
}

@media (min-width: 520px) {
    .list-list .item__details {
        width: 70%;
        padding: 30px;
    }
}

@media (max-width: 1024px) {
    .actions__form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.actions__form > * {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

@media (max-width: 1024px) {
    .actions__form > * {
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .actions__form .label-sort {
        display: none;
    }
}

.items-onpage {
    display: inline-block;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    vertical-align: middle;
    color: #1c1c1b;
    margin: 0 20px;
}

@media (max-width: 1024px) {
    .items-onpage {
        margin: 10px 0;
    }
}

.items-onpage > * {
    display: inline-block;
    vertical-align: middle;
}

.view-list, .view-tiles {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 45px;
}

.view-list:after, .view-tiles:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
}

.view-list:after {
    background-image: url(../images/sprite.png);
    background-position: -106px -104px;
    width: 15px;
    height: 15px;
}

.view-list:hover:after, .view-list.is-active:after {
    background-image: url(../images/sprite.png);
    background-position: -121px -104px;
    width: 15px;
    height: 15px;
}

.view-tiles:after {
    background-image: url(../images/sprite.png);
    background-position: -136px -104px;
    width: 15px;
    height: 15px;
}

.view-tiles:hover:after, .view-tiles.is-active:after {
    background-image: url(../images/sprite.png);
    background-position: -151px -104px;
    width: 15px;
    height: 15px;
}

.search {
    color: #1c1c1b;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    padding: 10px;
}

.search .row {
    margin-left: -15px;
    margin-right: -15px;
}

.search .row:before, .search .row:after {
    content: "";
    display: table;
}

.search .row:after {
    clear: both;
}

@media (max-width: 1024px) {
    .search .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 1024px) {
    .search .row {
        display: none;
    }
}

.search .row.is-active {
    display: block;
}

.search__title {
    margin-bottom: 30px;
    font-size: 3rem;
}

@media (max-width: 1024px) {
    .search__title {
        font-size: 1.8rem;
    }
}

.search__row {
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 1024px) {
    .search__row {
        display: block;
    }
}

.search__row.label-short label {
    -webkit-flex: .3;
    -ms-flex: .3;
    flex: .3;
}

.search__label {
    -webkit-flex: .7;
    -ms-flex: .7;
    flex: .7;
    text-align: right;
    padding-right: 15px;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .search__label {
        text-align: left;
        margin-bottom: 5px;
        display: block;
    }
}

.search__checkbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex: .1;
    -ms-flex: .1;
    flex: .1;
    text-align: right;
    padding-right: 15px;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .search__checkbox {
        margin-bottom: 7px;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.search__checkbox_row {
    padding-top: 10px;
}

.search__checkbox_row .search__label {
    -webkit-flex: .4;
    -ms-flex: .4;
    flex: .4;
}

.search__fields {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search__col {
    float: left;
    width: 35.25%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1024px) {
    .search__col {
        width: 35.25%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1024px) {
    .search__col {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.search__col:last-child {
    width: 29.5%;
    padding-left: 15px;
    padding-right: 15px;
}

.search__col:last-child .search__label {
    -webkit-flex: .5;
    -ms-flex: .5;
    flex: .5;
}

@media (max-width: 1024px) {
    .search__col:last-child {
        width: 27.5%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1024px) {
    .search__col:last-child {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.search__col.half {
    width: 48%;
}

@media (max-width: 1024px) {
    .search__col.half {
        width: 48%;
    }
}

@media (max-width: 1024px) {
    .search__col.half {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.search__col.half:last-child {
    width: 48%;
}

@media (max-width: 1024px) {
    .search__col.half:last-child {
        width: 48%;
    }
}

@media (max-width: 1024px) {
    .search__col.half:last-child {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.search .input-short {
    width: 43%
}

@media (max-width: 1024px) {
    .search .input-short {
        width: 46%
    }
}

/*.search .selectric-wrapper, .search .button-primary {*/
/*width: 100%*/
/*}*/

/*.offer__description .search .search__col:last-child .selectric-wrapper, .offer__description .search .button-primary {*/
/*width: 43%*/
/*}*/

/*.pagination {*/
/*text-align: center;*/
/*font-size: 0;*/
/*margin-bottom: 50px;*/
/*}*/

@media (max-width: 1024px) {
    .pagination {
        margin-bottom: 20px;
    }
}

.pagination__item {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    font-size: 1.4rem;
    border: 1px solid #828282;
    text-align: center;
}

@media (max-width: 1024px) {
    .pagination__item {
        margin: 0 3px;
    }
}

.pagination__item:first-child, .pagination__item:last-child {
    text-indent: -2000rem;
}

.pagination__item:hover, .pagination__item.is-active {
    background-color: #eeac3c;
    border-color: #eeac3c;
    color: #fff;
}

.pagination__item:first-child:after, .pagination__item:last-child:after {
    background-image: url(../images/sprite.png);
    background-position: -166px -104px;
    width: 17px;
    height: 12px;
}

.pagination__item:last-child:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

@media (max-width: 1024px) {
    .toggle-on-phone {
        position: relative;
        padding-left: 15px;
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .toggle-on-phone:before {
        position: absolute;
        top: 8px;
        left: 0;
        background-image: url(../images/sprite.png);
        background-position: -213px -85px;
        width: 8px;
        height: 6px;
        transition: .3s;
    }
}

@media (max-width: 1024px) {
    .toggle-on-phone.is-active:before {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

.tooltip {
    display: none;
    position: absolute;
    background-color: #1c1c1b;
    padding: 10px;
    color: #fff;
    font-size: 1.2rem;
    z-index: 999;
    max-width: 190px;
}

.tooltip:after {
    border: 10px transparent solid;
    border-bottom-color: #1c1c1b;
    position: absolute;
    top: -15px;
    left: 10px;
}

.tooltip.is-active {
    display: block;
}

.hero {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}

@media (max-width: 1024px) {
    .hero {
        margin-bottom: 10px;
    }
}

.hero__slide {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #1c1c1b;

}

.hero__slide .wraper {
    height: 550px;
}

@media (max-width: 1024px) {
    .hero__slide .wraper {
        width: 100%;
        height: 260px;
    }
}

.hero__info {
    background-color: rgba(255, 255, 255, .7);
    padding: 35px 30px;
    display: inline-block;
    width: 400px;
    position: absolute;
    text-align: center;
    top: 30px;
    right: 0;
    opacity: 0;
    height: 108px;
    transition: .3s;
    transition-delay: .2s;
    border-radius: 4px;
}

.hero__info:hover {
    background-color: rgba(241, 176, 63, .5);
    transition: .3s;
}

.hero__info h4 {
    font-size: 2.6rem;
}

.hero__info.nolink {
    padding: 35px 30px;
}

@media (max-width: 1024px) {
    .hero__info {
        width: 100%;
        top: auto;
        bottom: 0;
        padding: 15px;
    }
}

.hero__info .button-ghost {
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .hero__info .button-ghost {
        padding: 0 10px;
        height: 35px;
        line-height: 35px;
    }
}

@media (max-width: 1024px) {
    .hero__info h4 {
        font-size: 1.8rem;
    }
}

@media (max-width: 1024px) {
    .hero__info h4 br {
        display: none;
    }
}

.hero__info p {
    margin: 10px 0;
}

@media (max-width: 1024px) {
    .hero__info p {
        margin: 10px 0;
    }
}

.hero__boxes {
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 10;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

@media (max-width: 1024px) {
    .hero__boxes {
        position: static;
        -webkit-transform: none;
        transform: none;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.owl-prev, .owl-next {
    display: block;
    position: absolute;
    bottom: -22px;
    width: 45px;
    height: 45px;
    background-color: #eeac3c;
    text-indent: -9999px;
    margin-left: 5px;
    transition: .3s;
}

.owl-prev:not(.disabled):hover, .owl-next:not(.disabled):hover {
    cursor: pointer;
    background-color: #3072ac;
}

.owl-prev.disabled, .owl-next.disabled {
    opacity: .7;
}

.owl-prev:after, .owl-next:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../images/sprite.png);
    background-position: -80px -126px;
    width: 8px;
    height: 15px;
}

.owl-next {
    right: 10px;
}

.owl-next:after {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.owl-prev {
    right: 60px;
}

.owl-prev:after {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(180deg) translate(-50%, -50%);
    transform: rotate(180deg) translate(-50%, -50%);
}

.owl-dots {
    padding: 10px 0;
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #a3a2a2;
}

.owl-dots .owl-dot.active {
    background-color: #eeac3c;
}

.active .hero__info {
    opacity: 1;
}

.box {
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 4px;
    background-color: #d89027;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    transition: .3s;
    position: relative;
    border-radius: 4px;
    opacity: 0.8;
}

.box:hover {
    opacity: 1;
}

@media (max-width: 1024px) {
    .box {
        width: 47%;
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial;
        margin: 0 1% 5px;
    }
}

.box__inner {
    padding: 20px 15px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1024px) {
    .box__inner {
        padding: 15px 0;
    }
}

.box__icon span {
    display: block;
    margin: 0 auto;
}

.box__title {
    font-size: 2rem;
}

.box__inner.extra-padding {
    padding: 35px 15px;
}

.box__icon span.icon-aftermarket {
    background-image: url(../images/sprite.png);
    background-position: 0 -60px;
    width: 44px;
    height: 44px;
}

.box__icon span.icon-primarymarket {
    background-image: url(../images/sprite.png);
    background-position: -88px -60px;
    width: 45px;
    height: 36px;
}

.box__icon span.icon-commercial {
    background-image: url(../images/sprite.png);
    background-position: -133px -60px;
    width: 44px;
    height: 36px;
}

.box__icon span.icon-invest {
    background-image: url(../images/sprite.png);
    background-position: -44px -60px;
    width: 44px;
    height: 39px;
}

.slogan {
    padding: 100px 0;
    font-size: 4.5rem;
    text-align: center;
    color: #fff;
    background-image: url('../images/slogan-bg.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1024px) {
    .slogan {
        font-size: 3.5rem;
    }
}

@media (max-width: 1024px) {
    .slogan {
        font-size: 2rem;
        padding: 25px 0;
    }
}

@media (max-width: 1024px) {
    .slogan p {
        padding: 0 50px;
    }
}

@media (max-width: 1024px) {
    .slogan p {
        padding: 0 20px;
    }
}

.offer__row {
    margin-bottom: 40px;
}

.offer__row:before, .offer__row:after {
    content: "";
    display: table;
}

.offer__row:after {
    clear: both;
}

.offer__bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

@media (max-width: 1024px) {
    .offer__bar {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.offer__bar .item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.1;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .offer__bar .item {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        text-align: left;
        line-height: 1.5;
    }
}

.offer__bar .item:first-child {
    text-align: left;
    -webkit-flex: 1.4;
    -ms-flex: 1.4;
    flex: 1.4;
}

@media (max-width: 1024px) {
    .offer__bar .item:first-child {
        text-align: left;
    }
}

.offer__bar .item:last-child {
    text-align: right;
    -webkit-flex: .7;
    -ms-flex: .7;
    flex: .7;
}

@media (max-width: 1024px) {
    .offer__bar .item:last-child {
        text-align: left;
    }
}

.offer__bar .item + .item {
}

@media (max-width: 1024px) {
    .offer__bar .item + .item {
        border-left: 0;
    }
}

.offer__actions {
    position: absolute;
    top: -10px;
    right: 60px;
    font-size: 0;
}

@media (max-width: 1024px) {
    .offer__actions {
        position: static;
        margin-bottom: 30px;
    }
}

.offer__pic {
    position: relative;
    float: left;
    width: 75%;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1024px) {
    .offer__pic {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.offer__pic img {
}

.offer__info {
    float: left;
    width: 25%;
    padding-right: 0;
    padding-left: 20px;
    padding-top: 50px;
}

@media (max-width: 1024px) {
    .offer__info {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.offer__info .label {
    display: inline-block;
    width: 140px;
    color: #767676;
    vertical-align: bottom;
}

@media (max-width: 1024px) {
    .offer__info .label {
        display: block;
    }
}

.offer__info .value {
    display: inline-block;
    color: #1c1c1b;
    vertical-align: bottom;
}

@media (max-width: 1024px) {
    .offer__info .value {
        display: block;
    }
}

.offer__info .price {
    font-size: 2rem;
}

.offer__info .pricesmall {
    font-size: 2rem;
}

.offer__section {
    margin-bottom: 60px;
}

.offer__description {
    float: left;
    width: 75%;
    padding-left: 0;
    padding-right: 35px;
    font-size: 1.4rem;
    text-align: justify;
}

@media (max-width: 1024px) {
    .offer__description {
        padding-right: 20px;
    }
}

@media (max-width: 1024px) {
    .offer__description {
        width: 62.5%;
        padding-left: 0;
        padding-right: 20px;
    }
}

@media (max-width: 1024px) {
    .offer__description {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
}

.offer__description__title {
    color: #333;
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-weight: 700;
}

.offer__sidebar {
    float: left;
    width: 25%;
    padding-right: 0;
    padding-left: 25px;
    margin-top: -550px;
    position: relative;
}

.offer-details .offer__sidebar {
    margin-top: 0px;
}

@media (max-width: 1024px) {
    .offer__sidebar {
        width: 37.5%;
        padding-right: 0;
        padding-left: 25px;
    }
}

@media (max-width: 1024px) {
    .offer__sidebar {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
        margin-top: 0px;
        float: none;
    }
}

.offer__form {
    margin-bottom: 70px;
}

.offer__form input {
    display: block;
    margin-bottom: 10px;
    width: 100%
}

.offer__form input[type="submit"] {
    font-size: 16px;
}

.offer__map {
    height: 640px;
}

@media (max-width: 1024px) {
    .offer__map {
        height: 500px;
    }
}

@media (max-width: 1024px) {
    .offer__map {
        height: 350px;
    }
}

.offer .offer__infolist li {
    margin-bottom: 10px;
    line-height: 1.4;
}

.offer .offer__infolist li:before {
    content: "";
    display: table;
}

.offer .offer__infolist li:after {
    content: "";
    display: table;
    clear: both;
}

.offer .owl-dots {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.offer .owl-dot {
    background-color: #fff;
}

.offer .button-price {
    padding: 0 12px;
}

@media (max-width: 1024px) {
    .offer .button-price {
        float: none;
        margin-left: 140px;
    }
}

@media (max-width: 1024px) {
    .offer .button-price {
        float: left;
        margin: 0;
    }
}

.sidebar__title {
    color: #1c1c1b;
    margin-bottom: 20px;
}

.action {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

.action.print {
    background-image: url(../images/sprite.png);
    background-position: -213px -60px;
    width: 26px;
    height: 25px;
}

.action.fa {
    font-size: 28px;
    color: #000;
}

.action.share {
    background-position: -80px -104px;
    width: 26px;
    height: 22px;
}

.action.share, .action.fb-share {
    background-image: url(../images/sprite.png);
}

.action.back {
    background-image: url(../images/left-arrow.png);
    width: 24px;
    height: 25px;
}

.action.next {
    background-image: url(../images/right-arrow.png);
    width: 24px;
    height: 25px;
}

.action.fb-share {
    background-position: 0 -143px;
    width: 13px;
    height: 25px;
}

.person__title {
    color: #1c1c1b;
}

.person__avatar {
    display: block;
    width: 110px;
    height: 110px;
    margin: 20px auto;
    border-radius: 50%
}

.person__info {
    font-size: 1.4rem;
}

.person__info a {
    font-size: 1.2rem;
}

.contact__address {
    float: left;
    width: 43.75%;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1024px) {
    .contact__address {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.contact__form {
    float: left;
    width: 56.25%;
    padding-left: 0;
    padding-right: 0;
}

.contact__form.wide {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1024px) {
    .contact__form {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.contact__form .row {
    margin-bottom: 10px;
}

.contact__form .row:before {
    content: "";
    display: table;
}

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

.contact__form .row input {
    width: 48%
}

.contact__form .row input:first-child {
    float: left;
}

.contact__form .row input:last-child {
    float: right;
}

.jobapply__form h3 {
    margin-bottom: 20px;
}

.jobapply__form .button-contact {
    margin-top: 10px;
    float: none !important;
    padding: 0 40px;
    width: auto !important;
}

.jobapply__form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1024px) {
    .jobapply__form {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.jobapply__form .row {
    margin-bottom: 10px;
}

.jobapply__form .row:before {
    content: "";
    display: table;
}

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

.jobapply__form .row input {
    width: 48%
}

.jobapply__form .row input:first-child {
    float: left;
}

.jobapply__form .row input:last-child {
    float: right;
}

.contact__list {
    margin-top: 30px;
}

.contact__list .label {
    width: 80px;
    display: inline-block;
}

.contact__map {
    height: 640px;
    margin: 0px auto;
    max-width: 1140px;
}

@media (max-width: 1024px) {
    .contact__map {
        height: 500px;
    }
}

@media (max-width: 1024px) {
    .contact__map {
        height: 350px;
    }
}

.contact h3 {
    margin-bottom: 20px;
}

.contact .section + .section {
    margin-top: 60px;
}

.contact .button-contact {
    margin-top: 10px;
    float: none !important;
    padding: 0 40px;
    width: auto !important;
}

/*.selectric-wrapper {*/
/*position: relative;*/
/*cursor: pointer;*/
/*}*/

/*.selectric-responsive {*/
/*width: 100%*/
/*}*/

/*.selectric {*/
/*background: 0 0;*/
/*position: relative;*/
/*border: 1px solid #9c9c9c;*/
/*border-radius: 3px;*/
/*text-transform: lowercase;*/
/*}*/

/*.selectric .label {*/
/*white-space: nowrap;*/
/*overflow: hidden;*/
/*text-overflow: ellipsis;*/
/*margin: 0 58px 0 10px;*/
/*font-size: 1.4rem;*/
/*line-height: 45px;*/
/*color: #999;*/
/*}*/

/*.selectric .label, .selectric .button {*/
/*box-sizing: border-box;*/
/*display: block;*/
/*height: 45px;*/
/*}*/

/*.selectric .button {*/
/*position: absolute;*/
/*right: 0;*/
/*top: 0;*/
/*width: 40px;*/
/*color: #BBB;*/
/*text-align: center;*/
/*transition: .3s;*/
/*padding: 0;*/
/*background-color: transparent;*/
/*}*/

/*.selectric-is-small .selectric .button, .selectric-is-small .selectric .label {*/
/*height: 35px;*/
/*line-height: 35px;*/
/*}*/

/*.selectric .button:after {*/
/*content: '';*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*-webkit-transform: translate(-50%, -50%);*/
/*transform: translate(-50%, -50%);*/
/*transition: .3s;*/
/*background-image: url(../images/sprite.png);*/
/*background-position: -213px -85px;*/
/*width: 8px;*/
/*height: 6px;*/
/*}*/

/*.selectric-open {*/
/*z-index: 9999;*/
/*}*/

/*.selectric-open:hover .button:after, .selectric-open .button:after {*/
/*-webkit-transform: translate(-50%, -50%) rotate(180deg);*/
/*transform: translate(-50%, -50%) rotate(180deg);*/
/*}*/

/*.selectric-open .selectric {*/
/*border-color: #C4C4C4;*/
/*}*/

/*.selectric-open .selectric-items {*/
/*display: block;*/
/*}*/

/*.selectric-disabled {*/
/*opacity: .5;*/
/*cursor: default;*/
/*-webkit-user-select: none;*/
/*-moz-user-select: none;*/
/*-ms-user-select: none;*/
/*user-select: none;*/
/*}*/

/*.selectric-hide-select {*/
/*position: relative;*/
/*overflow: hidden;*/
/*width: 0;*/
/*height: 0;*/
/*}*/

/*.selectric-hide-select select {*/
/*position: absolute;*/
/*left: -100%;*/
/*display: none;*/
/*}*/

/*.selectric-input {*/
/*position: absolute !important;*/
/*top: 0 !important;*/
/*left: 0 !important;*/
/*overflow: hidden !important;*/
/*clip: rect(0, 0, 0, 0) !important;*/
/*margin: 0 !important;*/
/*padding: 0 !important;*/
/*width: 1px !important;*/
/*height: 1px !important;*/
/*outline: none !important;*/
/*border: none !important;*/
/*background: none !important;*/
/*}*/

/*.selectric-temp-show {*/
/*position: absolute !important;*/
/*visibility: hidden !important;*/
/*display: block !important;*/
/*}*/

/*.selectric-items {*/
/*display: none;*/
/*position: absolute;*/
/*top: 100%;*/
/*left: 0;*/
/*background: #F8F8F8;*/
/*border: 1px solid #C4C4C4;*/
/*z-index: -1;*/
/*box-shadow: 0 0 10px -6px;*/
/*}*/

/*.selectric-items .selectric-scroll {*/
/*height: 100%;*/
/*overflow: auto;*/
/*}*/

/*.selectric-above .selectric-items {*/
/*top: auto;*/
/*bottom: 100%*/
/*}*/

/*.selectric-items ul {*/
/*padding: 0;*/
/*}*/

/*.selectric-items ul, .selectric-items li {*/
/*list-style: none;*/
/*margin: 0;*/
/*font-size: 12px;*/
/*line-height: 20px;*/
/*min-height: 20px;*/
/*}*/

/*.selectric-items li {*/
/*display: block;*/
/*padding: 8px;*/
/*border-top: 1px solid #FFF;*/
/*border-bottom: 1px solid #EEE;*/
/*color: #666;*/
/*cursor: pointer;*/
/*}*/

/*.selectric-items li.selected {*/
/*background: #EFEFEF;*/
/*color: #444;*/
/*}*/

/*.selectric-items li:hover {*/
/*background: #F0F0F0;*/
/*color: #444;*/
/*}*/

/*.selectric-items .disabled {*/
/*opacity: .5;*/
/*cursor: default !important;*/
/*background: none !important;*/
/*color: #666 !important;*/
/*-webkit-user-select: none;*/
/*-moz-user-select: none;*/
/*-ms-user-select: none;*/
/*user-select: none;*/
/*}*/

/*.selectric-items .selectric-group .selectric-group-label {*/
/*font-weight: 700;*/
/*padding-left: 10px;*/
/*cursor: default;*/
/*-webkit-user-select: none;*/
/*-moz-user-select: none;*/
/*-ms-user-select: none;*/
/*user-select: none;*/
/*background: 0 0;*/
/*color: #444;*/
/*}*/

/*.selectric-items .selectric-group.disabled li {*/
/*opacity: 1;*/
/*}*/

/*.selectric-items .selectric-group li {*/
/*padding-left: 25px;*/
/*}*/

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    z-index: 1;
}

.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);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    display: none;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.js-offer-slider .owl-item a {
    height: 545px;
    width: 820px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.js-offer-slider .owl-item img {
    display: none;
}

@media (max-width: 1024px) {
    .js-offer-slider .owl-item img {
        display: block;
    }

    .js-offer-slider .owl-item a {
        height: auto;
        width: 100%;
    }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../images/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../images/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #eeac3c;
}

.offer-slider h4 {
    margin-bottom: 30px;
    line-height: 45px;
    text-align: center;
    font-size: 3rem;
}

.offer-slider h5 {
    font-size: 2rem;
}

.offer-slider .sliderwraper {
    display: block;
    max-width: 1140px;
    margin: 0 auto 0 auto;
    position: relative;
    padding: 0 0 0px 0;
}

.offer-slider .sliderwraper .slidernav {
    display: block;
    text-align: center;
    height: 0;
}

.offer-slider .sliderwraper .slidernav .tit-s {
    text-align: center;
    font-size: 30px;
    margin: -35px 0 0 0;
}

.offer-slider .sliderwraper .slidernav .slidernav a {
    display: inline-block;
    width: 100%;
    height: 121px;
    text-decoration: none;
}

.offer-slider .sliderwraper .slidernav .slidernav a img {
    width: 37px;
    height: 121px;
}

.offer-slider .sliderwraper .slidernav .previous {
    left: -60px;
    position: absolute;
    margin-top: 160px;
    z-index: 99;
}

.offer-slider .sliderwraper .slidernav .next {
    right: -60px;
    position: absolute;
    margin-top: 160px;
    z-index: 99;
}

.offer-slider .sliderwraper .crsl-items, .offer-slider .sliderwraper .crsl-items2 {
    display: block;
    padding: 0 4px 10px 2px;
}

.offer-slider .sliderwraper .crsl-item {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    color: #1c1c1b;
    width: 250px;
    margin-right: 20px;
    background: #fff;
}

.offer-slider .sliderwraper .crsl-item:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    opacity: 0;
    transition: .3s;
    z-index: -1;
}

.offer-slider .sliderwraper .crsl-item .item {
    display: block;
    position: relative;
    color: #1c1c1b;
    z-index: 10;
}

.item__title {
    font-weight: bold;
}

.offer-slider .sliderwraper .crsl-item .item__pic {
    height: 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1024px) {
    .offer-slider .sliderwraper .crsl-item .item__pic {
        height: 180px;
    }
}

@media (max-width: 1024px) {
    .offer-slider .sliderwraper .crsl-item.item__pic {
        height: 150px;
    }
}

.offer-slider .sliderwraper .crsl-item .item__details {
    padding: 20px;
    background-color: #fff;
    height: 300px;
    line-height: 1.8;
    text-align: center;
}

@media (max-width: 1024px) {
    .offer-slider .sliderwraper .crsl-item .item__details {
        padding: 15px;
    }
}

.offer-slider .sliderwraper .crsl-item .item__type {
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .offer-slider .sliderwraper .crsl-item .item__type {
        margin-bottom: 10px;
    }
}

.offer-slider .sliderwraper .crsl-item .item__location {
    display: block;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 2rem;
    font-weight: 700;
    height: 55px;
}

.offer-slider .sliderwraper .crsl-item .item__price {
    display: block;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 5px;

}

.offer-slider .sliderwraper .crsl-item .label {
}

@media (max-width: 1024px) {
    .offer-slider .sliderwraper .crsl-item .label {
        width: 100px;
        display: block;
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {
    .offer-slider .sliderwraper .crsl-item .label {
        display: inline;
    }
}

.offer-slider .sliderwraper .crsl-item .button-ghost {
    display: block;
    position: absolute;
    width: 210px;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

@media (max-width: 1024px) {
    .offer-slider .sliderwraper .crsl-item .button-ghost {
        width: 80%
    }
}

@media (max-width: 1024px) {
    .offer-slider .sliderwraper .crsl-item .button-ghost {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .offer-slider .sliderwraper .crsl-item .button-ghost {
        width: 60%;
    }
}

.tc {
    text-align: center !important;
}

.clipboard-box-wrap {
    right: -302px;
    width: 300px;
    top: 70px;
    z-index: 9999999;
    background-color: #fff;
    border: 2px solid #dda950;
}

.clipboard-box-wrap .level {
    margin-bottom: 5px;
}

.clipboard-box-handle {
    width: 40px;
    height: 100px;
    background: url(../images/clipboard-handle.png) no-repeat 0 0;
    position: absolute;
    top: -2px;
    left: -40px;
    text-indent: -9999px;
    cursor: pointer;
}

.clipboard-box-list {
    color: #666;
    min-height: 200px;
}

.clipboard-box-list h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.clipboard-box-list .offer-item {
    position: relative;
}

.clipboard-box-list a.offer-box {
    padding: 10px 10px 0px 10px;
    display: block;
}

.clipboard-box-list input[type="checkbox"] {
    position: absolute;
    top: 14px;
    left: 25px;
}

.clipboard-box-list .no-offers {
    padding: 80px 10px 0px 10px;
    display: block;
    font-size: 16px;
    text-align: center;
}

.clipboard-box-list p {
    margin-top: 0px !important;
}

.clipboard-box-list a p {
    color: #262626;
}

.clipboard-box-list p.area {
    float: left;
    padding-right: 10px;
}

.clipboard-box-list p.room {
    float: left;
    padding-right: 10px;
}

.clipboard-box-list p.price {
    float: left;
    font-weight: bold;
    color: #eba939;
}

.clipboard-box-list a.delete {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #000;
    cursor: pointer;
}

.clipboard-box-wrap-inside {
    padding-bottom: 10px;
}

.clipboard-box-list a.offer-box:hover {
    background: #fcf6e1;
}

.clipboard-box-wrap-inside input[type=submit], .clipboard-box-wrap-inside input[type=button], .clipboard-box-wrap-inside button {
    padding: 0px 10px;
}

.clipboard-box-wrap input[type=submit]:hover,
.clipboard-box-wrap input[type=button]:hover,
.clipboard-box-wrap button:hover {
    background-color: transparent;
    color: #1c1c1b !important;
    border: 1px solid #1c1c1b;
}

.fixed_sidebar {
/ / position: fixed;
    width: 285px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    padding: 20px 15px;
}

/*.sticky {*/
/*float: none;*/
/*position: fixed;*/
/*z-index: 6;*/
/*left: auto;*/
/*}*/

@media (max-width: 1024px) {
    /*.sticky {*/
    /*float: none;*/
    /*position: relative;*/
    /*}*/
    .fixed_sidebar {
    / / position: fixed;
        width: 100%;
        box-shadow: none;
        padding: 20px 15px;
    }
}

.pf {
    position: fixed;
}

.hidden {
    display: none !important;
}

.bold {
    font-weight: bold !important;
}

.article ul {
    margin: 20px 0px 20px 20px;
}

.article ul li {
    list-style: none;
    padding: 5px 0px 5px 10px;
}

.js-search {
    text-transform: lowercase !important;
}

.lower {
    text-transform: lowercase !important;
}

.upper {
    text-transform: uppercase !important;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.offer__table .headtable {
    border: 1px solid #329FFF;
    border-radius: 3px;
}

.offices {
    border-collapse: collapse;
    width: 100%;
    vertical-align: top;
    text-align: left;
}

.offices td {
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: middle;
    text-align: left;
}

.offices td:first-child {
    font-size: 18px;
    font-weight: bold;
}

.offices tr {
    border-bottom: 1px solid #ccc;
}

.limits {
    border-collapse: collapse;
    width: 100%;
}

.limits td {
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: middle;
    text-align: left;
}

.limits td:first-child {
    font-size: 18px;
    font-weight: bold;
}

.limits tr {
    border-bottom: 1px solid #ccc;
}

.limits td:first-child + td { /* second column */
}

.limits td:first-child + td + td { /* third column */
}

.alert {
    padding: 20px 10px;
    font-size: 20px;
    font-weight: bold;
}

.alert-success {
    color: #E7A435;
}

.alert-danger {
    color: #E7A435;
}

/* Fullscreen overlay for modal background */
#active-popup {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999;
}

/* Modal container */
#popup-container {
    width: 100%;
    height: 523px;
    margin: 0 auto;
    margin-top: 100px;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    display: none;
    text-align: center;
}

#popup-window {
    position: relative;
    text-align: center;
    margin: 0px auto;
    width: 940px;

}

@media (max-width: 1024px) {
    #popup-window {
        width: 90%;
    }
}

/* Close button */
#popup-container a.close {
    position: relative;
    float: right;
    top: 15px;
    right: -7px;
    z-index: 99;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 2px 5px 2px 6px;
    line-height: 1em;
    text-align: center;
    background: #E74C3C;
    border: 4px solid #fff;
    cursor: pointer;
    color: #fff;
}


