/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Overpass', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #514D4E;
    font-weight: lighter;
    padding: 50px 0 0 0;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.page-space {
    padding: 70px 0 100px 0;
}

.small-space {
    padding: 50px 0;
}


.space {
    padding: 100px 0;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Overpass', sans-serif;
    color: #222;
}

h1 {
    font-size: 26px;
    line-height: 32px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

strong {
    font-weight: 700;
}

a {
    color: #da763a;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover {
    color: #ED1D24;
    outline: 0;
    text-decoration: none;
}

.button {
    min-width: 230px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
}

.button img {
    position: relative;
    right: -5px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.button:hover img {
    right: -8px;
}

.button-link {
    color: #6E6E6E;
}

.button-primary {
    color: #ffffff;
    background-color: #ED1D24;
    border-radius: 8px;
    border: 0;
}

.button-primary:hover {
    opacity: .9;
    color: #fff;
}

.button-dark {
    color: #ffffff;
    background-color: #000000;
    border-radius: 8px;
    border: 0;
}

.button-dark:hover {
    opacity: .9;
    color: #fff;
}

p {
    color: #6b6b6b;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.form-control {
    height: 40px;
    padding: 5px 10px;
}

.sup-heading {
    font-size: 18px;
    text-transform: uppercase;
    color: #818181;
    margin: 0 0 15px 0;
    letter-spacing: 2px;
    font-weight: 600;
}

.heading {
    margin: 0 0 50px 0;
    font-size: 40px;
    line-height: 50px;
    color: #231F20;
    font-family: 'Overpass', sans-serif;
    font-weight: 800;
}


.page-title {
    margin: 0 0 30px 0;
    font-size: 50px;
    line-height: 60px;
    color: #231F20;
    font-family: 'Overpass', sans-serif;
    font-weight: 800;
    text-align: center;
}

.padding-remove {
    padding: 0;
}


header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 15;

    background-color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;

    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .08);
}

header nav ul {
    font-size: 0;
}

header nav ul li {
    display: inline-block;
    padding: 0 20px;
}

header nav ul li a {
    display: block;
    padding: 17px 0 13px;
    color: #000;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

header .sec-nav .contacts-link:after,
header nav ul li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 10px;
    left: 0;
    background-color: #ED1D24;
    transition: all .7s;
}

header .sec-nav .contacts-link:hover:after,
header nav ul li a:hover:after {
    width: 100%;
}

header nav ul li.apartment-link {
    padding: 0;
}

header nav ul li.apartment-link a {
    background-color: #231F20;
    color: #fff;
    padding: 17px 20px 13px;
}

header nav ul li.apartment-link a:after {
    content: "";
    width: 0%;
    height: 100%;
    background-color: #ED1D24;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

header nav ul li.apartment-link a:hover:after {
    width: 100%;
}

header .sec-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

header .sec-nav .social {
    padding: 0 30px 0 15px;
}

header .sec-nav .social li {
    display: inline-block;
}

header .sec-nav .social li a {
    display: block;
    padding: 15px 8px;
}

header .sec-nav .social li a:hover {
    opacity: .8;
}

header .sec-nav .social li a img {
    height: 16px;
}

header .sec-nav .phone-link {
    border-left: 1px solid #DFDFE1;
    font-weight: bold;
    color: #000;
    padding: 17px 30px 13px;
}

header .sec-nav .phone-link img {
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

header .sec-nav .phone-link:hover {
    color: #ED1D24;
}

header .sec-nav .contacts-link {
    color: #000;
    padding: 17px 0 13px;
    margin: 0 15px;
    position: relative;
}

header .sec-nav .contacts-link:hover {
    color: #ED1D24;
}

header .sec-nav .lang {
    padding: 7px 15px 3px;
    background-color: #F5F6FA;
}

header .sec-nav .lang a {
    display: block;
    color: #BCB6B8;
}

header .sec-nav .lang a:hover {
    color: #ED1D24;
}

header .sec-nav .lang a.active {
    color: #231F20;
    font-weight: 600;
}

header .sec-nav .question {
    background-color: #ED1D24;
    color: #fff;
    padding: 17px 20px 13px;
    position: relative;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}


header .sec-nav .question:after {
    content: "";
    width: 0%;
    height: 100%;
    background-color: rgba(231, 190, 191, .15);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

header .sec-nav .question:hover:after {
    width: 100%;
}

header .logo {
    background: url(../imgs/logo-cover.svg) bottom center no-repeat;
    background-size: cover;
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -120px;
    height: 180px;
    width: 240px;
    display: block;
    text-align: center;
    margin-top: -3px;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

header .logo:hover {
    margin-top: 0;
}

header .logo img {
    position: relative;
    top: 20px;
    height: 90px;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

header .logo:hover img {
    transform: scale(1.02);
    margin-top: -5px;
}


.intro {
    background: url("../imgs/intro.jpg") top center no-repeat;
    background-size: cover;
    min-height: 100%;
}


.info .info-box img {
    margin-right: 15px;
}

.info .info-box .lab {
    font-size: 16px;
    line-height: 20px;
    color: #818181;
    margin: 0 0 5px 0;
}

.info .info-box .val {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #231F20;
}


.building {
    position: relative;
}

.building:before {
    content: "";
    background: url(../imgs/building-fragment.svg) no-repeat;
    width: 45%;
    height: 300px;
    position: absolute;
    top: 70px;
    left: 20px;
    opacity: .4;
}

.building .building-text .button {
    margin: 20px 0 0 0;
}

.building-info {
    text-align: center;
    padding: 50px 0 0 0;
    position: relative;
}

.building-info:before {
    content: "";
    background: url(../imgs/building-fragment.svg) center center no-repeat;
    background-size: 100%;
    width: 1000px;
    height: 140px;
    position: absolute;
    top: -46px;
    left: 50%;
    margin-left: -500px;
    opacity: .3;
}

.building-info .heading {
    margin-bottom: 10px;
}

.building-info .building-image {
    position: relative;
}

.building-info .building-image .hint {
    width: 500px;
    background-color: #ED1D24;
    padding: 35px;
    position: absolute;
    top: 32%;
    left: -45%;
}

.building-info .building-image .hint h6 {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 20px 0;
}

.building-info .building-image .hint ul li {
    position: relative;
    display: block;
    clear: both;
    padding: 20px 0;
}

.building-info .building-image .hint ul li:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 31px;
    left: 0;
}

.building-info .building-image .hint ul li .lab {
    float: left;
}

.building-info .building-image .hint ul li .val {
    float: right;
}

.building-info .building-image .hint ul li .lab,
.building-info .building-image .hint ul li .val {
    color: #fff;
    display: inline-block;
    background-color: #ED1D24;
    padding: 0 10px;
    z-index: 3;
    position: relative;
}


.spec .sup-heading,
.spec .heading {
    text-align: center;
}


.advantages-fragment {
    background: url("../imgs/advantages-fragment.jpg") center bottom no-repeat;
    background-size: 100%;
}

.advantages .heading {
    text-align: center;
}

.advantages .advantage {
    text-align: center;
}

.advantages .advantage img {
    margin: 0 0 20px 0;
}

.advantages .advantage h6 {
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.filter {
    z-index: 2;
    position: relative;
}

.adv-filter {
    padding: 25px 0;
    background-color: #FBFBFB;
}

.adv-filter .button {
    min-width: initial;
    margin: 24px 0 0 0;
    height: 40px;
    line-height: 42px;
}

.adv-filter label {
    font-weight: 600;
    display: block;
    width: 100%;
    margin: 0 0 3px 0;
}

.adv-filter .control-sep {
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
    color: #828282;
    font-weight: lighter;
}

.adv-filter .small-form-control {
    max-width: 80px;
    text-align: center;
    display: inline-block;
}


.apartment .apartment-info {
    padding: 20px 0;
    background-color: #FBFBFB;
    text-align: center;
}

.apartment .apartment-info .val {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    padding: 7px 0;
    color: #231F20;
}

.apartment .place,
.apartment .place-info {
    margin: 50px 0;
}

.apartment .place-info ul {
    display: table;
    width: 100%;
    margin: 0 0 10px 0;
}

.apartment .place-info ul li {
    display: table;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #DBDBDE;
}

.apartment .place-info ul li:last-of-type {
    border: 0;
}

.apartment .place-info ul li .lab {
    font-size: 14px;
    color: #6E6E74;
    float: left;
}

.apartment .place-info ul li .val {
    color: #231F20;
    float: right;
    font-weight: bold;
}

.apartment .place-info ul li .total .lab,
.apartment .place-info ul li .total .val {
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
}

.apartment .place-info .button {
    display: block;
    width: 100%;
}

.apartment .place-info .degree-compl {
    color: #6E6E6E;
    font-size: 16px;
    text-align: center;
    background-color: transparent;
    border: 0;
    outline: none;
    margin: 20px auto 0;
    display: table;
}

.apartment .place-info .degree-compl:hover {
    color: #ED1D24;
}

.apartment .place-info .degree-compl img {
    margin-right: 7px;
    position: relative;
    top: -2px;
}


.apartments .heading {
    text-align: center;
}

.apartments .select-floor {
    margin-right: 20px;
}

.apartments .select-floor label {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
}

.apartments .select-floor ul {
    display: inline-block;
}

.apartments .select-floor ul li {
    display: inline-block;
}

.apartments .select-floor ul li a {
    display: inline-block;
    color: #9494A0;
    padding: 5px 10px;
    border: 2px solid #fff;
    border-radius: 3px;
    font-weight: bold;
}

.apartments .select-floor ul li.selected a {
    background-color: #ED1D24;
    border: 2px solid #ED1D24;
    color: #fff
}

.apartments .select-floor ul li a:hover {
    border: 2px solid #ED1D24;
}


.apartments .select-entrance label {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
}

.apartments .select-entrance ul {
    display: inline-block;
}

.apartments .select-entrance ul li {
    display: inline-block;
}

.apartments .select-entrance ul li a {
    display: inline-block;
    color: #9494A0;
    padding: 5px 10px;
    border: 2px solid #fff;
    border-radius: 3px;
    font-weight: bold;
}

.apartments .select-entrance ul li.selected a {
    background-color: #ED1D24;
    border: 2px solid #ED1D24;
    color: #fff
}

.apartments .select-entrance ul li a:hover {
    border: 2px solid #ED1D24;
}


.apartments .sort label {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}

.apartments .sort .form-control {
    min-width: 200px;
    display: inline-block;
    width: auto;
}

.apartments-list {
    margin: 10px 0 0 0;
}

.apartments-list .apartments-headings {
    font-size: 15px;
    padding: 20px 0;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 3;
    font-weight: 500;
    color: #ed1d24;
}

.free {
    background-color: rgba(41, 172, 89, .15);
    padding: 0 15px;
    height: 30px;
    line-height: 34px;
    border-radius: 6px;
    color: #29AC59;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    margin-right: 10px;
}

.apartments-list .apartment-row:hover .free {
    display: none;
}

.free img {
    position: relative;
    top: -1px;
}

.apartments-list .apartment-row .apartment-details {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-weight: normal;
    border-radius: 6px;
    display: none;
}

.apartments-list .apartment-row:hover .apartment-details {
    display: block;
}

.apartments-list .apartment-row .apartment-details img {
    position: relative;
    right: -5px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.apartments-list .apartment-row .apartment-details:hover img {
    right: -7px;
}

.apartments-list .apartment-row .sold {
    background-color: rgba(237, 29, 36, .15);
    padding: 0 15px;
    height: 30px;
    line-height: 34px;
    border-radius: 6px;
    color: #ED1D24;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    margin-right: 10px;
}

.apartments-list .apartment-row:hover .sold {
    display: none;
}

.apartments-list .apartment-row .sold img {
    position: relative;
    top: -1px;
}

.apartments-list .apartment-row .with-finishing {
    background-color: #E0E0E1;
    padding: 0 15px;
    height: 30px;
    line-height: 34px;
    border-radius: 6px;
    color: #514D4E;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-size: 13px;
}

.apartments-list .apartment-row:hover .with-finishing {
    display: none;
}

.apartments-list .apartment-row .apartment-action {
    min-height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.apartments-list .apartment-row {
    padding: 10px 0;
    background-color: #FBFBFB;
    font-size: 16px;
    color: #3A3A3A;
    font-weight: normal;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.apartments-list .apartment-row:nth-child(odd) {
    background-color: #ffffff;
}

.apartments-list .apartment-row:hover {
    background-color: #ED1D24;
    color: #fff;
}


.gallery-page .my-tabs-content img {
    margin: 30px 0 0 0;
}


.gallery {
    background-color: #231F20;
    padding-bottom: 0;
}

.gallery .sup-heading,
.gallery .heading {
    text-align: center;
    color: #fff;
}

.owl-carousel.owl-gallery.owl-drag .owl-item {
    opacity: .3;
}

.owl-gallery.owl-gallery.owl-carousel.owl-drag .owl-item.center {
    opacity: 1;
}

.owl-gallery.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-gallery.owl-theme .owl-nav .owl-next img,
.owl-gallery.owl-theme .owl-nav .owl-prev img {
    height: 18px;
}

.owl-gallery.owl-theme .owl-nav .owl-prev,
.owl-gallery.owl-theme .owl-nav .owl-next {
    margin: -25px 0 0 0;
    font-size: 30px;
    line-height: 50px;
    width: 40px;
    text-align: center;
    color: #fff;
    position: absolute;
    background-color: rgba(0, 0, 0, .46);

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.owl-gallery.owl-theme .owl-nav .owl-next {
    right: 22%;
}

.owl-gallery.owl-theme .owl-nav .owl-prev {
    left: 22%;
}

.owl-gallery.owl-theme .owl-nav .owl-next:hover,
.owl-gallery.owl-theme .owl-nav .owl-prev:hover {
    background-color: rgba(0, 0, 0, 1);
}


.location {
    position: relative;
}

.location .sup-heading {
    margin-top: 15px;
}

.location .pin {
    height: 30px;
}

.location .location-map {
    position: relative;
    margin-left: -15px;
}

.location .location-map img {
    position: relative;
    z-index: 2;
}

.location .location-map:after {
    content: "";
    background: url(../imgs/map-dots.png) center center no-repeat;
    background-size: 100%;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -72px;
    left: 85%;
    z-index: 1;
}

.location .button {
    min-width: auto;
    padding: 0;
}


.payment-steps {
    position: relative;
    background-color: #F5F6FA;
}

.payment-steps:after {
    content: "";
    background: url(../imgs/payment-fragment.svg) center center no-repeat;
    background-size: 100%;
    width: 300px;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: -40px;
}

.payment-steps .heading {
    text-align: center;
}

.payment-steps .step {
    text-align: center;
}

.payment-steps .step:after {
    content: "";
    position: absolute;
    top: 0;
    right: -75px;
    background: url(../imgs/payment-step-sep.svg) center center no-repeat;
    height: 180px;
    width: 100px;
}

.payment-steps .step.without-sep:after {
    display: none;
}

.payment-steps .step img {
    margin: 0 0 20px 0;
}

.payment-steps .step .val {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.payment-steps .step .lab {
    padding: 0 20px;
}

.payment-steps .step .lab span {
    display: block;
}


.your-home {
    background: url("../imgs/your-home.jpg") center center no-repeat;
    background-size: cover;
    text-align: center;
}

.your-home .sup-heading,
.your-home .heading {
    color: #fff;
}

.your-home .heading {
    margin-bottom: 20px;
}


.floor-page .place {
    padding: 50px 0;
    position: relative;
}

.apartment {
    position: relative;
}

.apartment.bot-fragment:after {
    content: "";
    background: url("../imgs/place-fragment.png") center center no-repeat;
    background-size: 100%;
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0;
    bottom: -55px;
    z-index: 0;
}

.apartment .place .back {
    color: #6E6E6E;
    display: inline-block;
    margin: 15px 0 0 0;
}

.apartment .place .back img {
    transform: rotate(180deg);
    height: 10px;
    position: relative;
    top: -1px;
    margin-right: 3px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.apartment .place .back:hover img {
    margin-left: -5px;
    margin-right: 5px;
}

.apartment .place .back:hover {
    color: #ed1d24;
}


.building-intro {
    position: relative;
}

.building-intro:after {
    content: "";
    background: url(../imgs/place-fragment.png) center center no-repeat;
    background-size: 100%;
    width: 200px;
    height: 200px;
    position: absolute;
    right: 15%;
    top: -25px;
    z-index: -1;
}


.location-page {
    text-align: center;
}

.location-page img {
    margin: 0 0 15px 0;
}

.location-page .address {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #231F20;
}

.location-page p {
    margin: 0 0 30px 0;
}


.my-tabs.nav {
    margin: 0 auto 25px auto;
    display: table;
}

.my-tabs.nav li {
    display: inline-block;
}

.my-tabs.nav li a {
    color: #9494A0;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #C5C5C7;
    border-radius: 6px;
    margin-right: 10px;
    text-transform: uppercase;
    padding: 10px 17px 5px;
    font-weight: 600;
    text-align: center;
}

.my-tabs.nav li a:hover {
    border-color: #ED1D24;
    color: #000;
}

.my-tabs.nav li a.active {
    border-color: #ED1D24;
    background-color: #ED1D24;
    color: #fff;
}

.my-tabs-content .spec-img {
    position: relative;
}

.my-tabs-content .spec-img:after {
    content: "";
    background: url("../imgs/spec-content.png") no-repeat;
    background-size: 100%;
    width: 200px;
    height: 200px;
    position: absolute;
    left: -45px;
    bottom: -45px;
    z-index: -1;
}

.my-tabs-content .spec-content {
    padding: 0 0 0 20px;
}

.my-tabs-content .spec-content h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #231F20;
    margin: 0 0 20px 0;
}

.my-tabs-content .spec-content ul li {
    padding: 0 0 0 25px;
    margin: 0 0 15px 0;
    position: relative;
}

.my-tabs-content .spec-content ul li:before {
    content: "";
    background: url(../imgs/icons/check.svg) center center no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 2px;
    left: 0;
}


.contact-page {
    position: relative;
}

.contact-page:after {
    content: "";
    background: url(../imgs/place-fragment.png) center center no-repeat;
    background-size: 100%;
    width: 200px;
    height: 200px;
    position: absolute;
    right: 20px;
    top: -65px;
    z-index: 0;
}


.contact-bgr {
    position: relative;
    padding: 70px 0;
    margin: 50px 0 0 0;
}

.contact-bgr:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background-color: #F9FAFC;
}

.contact-bgr .contact-info ul li {
    display: block;
    margin: 0 0 30px 0;
}

.contact-bgr .contact-info ul li .contact-icon {
    width: 45px;
    text-align: center;
    margin-right: 10px;
}

.contact-bgr .contact-info ul li img {
    height: 38px;
}

.contact-bgr .contact-info ul li .lab {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #818181;
    text-transform: uppercase;
    display: block;
    margin: 0 0 1px 0;
}

.contact-bgr .contact-info ul li .val,
.contact-bgr .contact-info ul li .val a {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.contact-bgr .contact-info ul li .val a:hover {
    color: #ED1D24;
}

.contact-bgr .contact-form {
    padding: 0 0 0 30px;
}

.contact-bgr .contact-form label {
    font-weight: normal;
}

.contact-bgr .contact-form button {
    border: 0;
    outline: 0;
}

.contact-bgr .contact-form .form-group {
    margin: 0 0 40px 0;
}

.contact-bgr .contact-form input[type=email],
.contact-bgr .contact-form input[type=text] {
    border: 0;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    padding: 3px 0;
}

.contact-bgr .contact-form input[type=email]:focus,
.contact-bgr .contact-form input[type=text]:focus {
    border-color: #ED1D24;
}


footer {
    background-color: #231F20;
    padding: 70px 0 0 0;
    position: relative;
}

footer:before {
    content: "";
    background: url(../imgs/footer-fragment.svg) center center no-repeat;
    background-size: 100%;
    height: 300px;
    width: 60px;
    position: absolute;
    top: -80px;
    right: 0;
}

footer .footer-intro .sup-heading {
    margin: 0 0 10px 0;
    color: #fff;
}

footer .footer-intro {
    text-align: center;
    color: #fff;
}

footer .footer-intro .hint {
    margin: 0 0 25px 0;
}

footer .footer-intro .phone {
    font-size: 55px;
    font-weight: bold;
    color: #fff;
}

footer .footer-intro .phone img {
    position: relative;
    top: -3px;
    margin-right: 2px;
    height: 46px;
}

footer .footer-intro .button {
    display: table;
    margin: 15px auto 70px;
}

footer .footer-intro .logo {
    display: table;
    margin: 0 auto;
}

footer .footer-nav {
    margin: 60px 0 30px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 30px 0;
}

footer .footer-nav .footer-menu li {
    display: inline-block;
    margin-right: 45px;
}

footer .footer-nav .footer-menu li a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

footer .footer-nav .footer-menu li a:hover {
    opacity: .8;
}

footer .footer-nav .footer-social {
    margin-right: 40px;
}

footer .footer-nav .footer-social li {
    display: inline-block;
}

footer .footer-nav .footer-social li a {
    display: block;
    padding: 0 8px;
}

footer .footer-nav .footer-social li a:hover {
    opacity: .8;
}

footer .footer-nav .footer-social li a img {
    height: 16px;
}

footer .footer-nav .phone-link {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;
    top: 2px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

footer .footer-nav .phone-link img {
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

footer .footer-nav .phone-link:hover {
    opacity: .8;
}

footer .copyright {
    padding: 0 0 30px 0;
}

footer .copyright-text {
    text-align: right;
    color: #fff;
    font-size: 14px;
}

.container {
    max-width: 1398px;
}

.modal-content {
    padding: 25px;
}

.modal-content .close {
    position: absolute;
    right: 0;
    top: 0;
}

#degree-compl h5 {
    border: 0;
    padding-bottom: 0;
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    color: #231F20;
    margin: 0 0 15px 0;
}

#question .modal-content {
    background-color: #ED1D24;
}

#question .modal-content .question-icon img {
    height: 50px;
    margin-right: 25px;
}

#question .modal-content h5 {
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    color: #fff;
}

#question .modal-content p {
    color: #fff;
}

#question form label {
    font-weight: normal;
    color: #fff;
}

#question form button {
    border: 0;
    outline: 0;
}

#question form .form-group {
    margin: 0 0 15px 0;
}

#question form input[type=email],
#question form input[type=text] {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    padding: 3px 0;
    color: #fff;
}

#question .close {
    color: #fff;
    opacity: 1;
}

.apartments-list .apartment-row .mobile-heading {
    display: none;
}

.apartments-list .apartment-row .val {
    margin: 0;
}

.entrance-nav {
    margin-bottom: 50px;
    position: relative;
}

.entrance-nav .entrance-item.main-item {
    padding: 40px 0 30px;
    text-align: center;
}

.entrance-nav .entrance-item.next-item a {
    text-align: center;
    background-color: #000;
    display: table;
    margin: 0 auto 0;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

.entrance-nav .entrance-item.prev-item a {
    text-align: center;
    background-color: #000;
    display: table;
    margin: 0 auto 0;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

.entrance-nav .entrance-item a:hover {
    color: #fff;
    background-color: #ED1D24;
}

.entrance-nav .entrance-item a img {
    margin: 0 8px;
}

.entrance-nav .entrance-item.prev-item a img {
    transform: rotate(180deg);
}


.custom-tooltip {
    position: absolute;
    top: 30%;
    right: 50%;
    background-color: #fff;
    width: 190px;
    border-radius: 11px;
    box-shadow: 0px 3px 6px rgba(90, 90, 90, .13);
    padding: 10px 20px;
    z-index: 1;
}

.custom-tooltip:after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    left: 40px;
    bottom: -8px;
    z-index: -1;
    box-shadow: 2px 5px 4px rgba(90, 90, 90, .13);
    transform: rotate(45deg);
}

.custom-tooltip .ent {
    font-weight: normal;
    text-transform: uppercase;
}

.custom-tooltip .free-ap {
    margin: 5px 0 0 0;
}

.custom-tooltip .free-ap .val {
    width: 27%;
    float: left;
    font-size: 42px;
    line-height: 42px;
    font-weight: normal;
    color: #ed1d24;
    float: left;
}

.custom-tooltip .free-ap .lab {
    line-height: 18px;
    display: block;
    color: #919191;
    font-size: 14px;
    float: left;
    width: 72%;
}


.page-info {
    padding: 15px 0;
    margin: 0 0 30px 0;
}

.page-info ol li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #000;
}

.page-info ol li:first-of-type {
    margin-left: 0;
}

.page-info ol li a {
    text-decoration: none;
    color: #9494A0;
}

.page-info ol li a:hover {
    color: #ED1D24;
}

.page-info ol li::after {
    content: "›";
    position: absolute;
    top: -1px;
    right: -15px;
}

.page-info ol li:last-of-type:after {
    display: none;
}