@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

* {
    box-sizing: border-box;
    font-family: 'Roboto';
    margin: 0;
    padding: 0;
}

html {
    color: #505050;
    font-size: 16px;
}

header {
    padding: 12px 0;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

header, .banner, footer {
    background-color: #fff;
}

h1.logo a img {
    width: 140px;
}

.banner {
    margin-bottom: 30px;
    position: relative;
}

.banner .container {
    position: relative;
    z-index: 1;
}

body {
    background-color: #f8f8f8;
}

ul {
    list-style-type: none;
}

.btn {
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    padding: 12.5px 32.5px;
    transition: .3s all;
}

.btn.btn-rectangle {
    border-radius: 5px;
}

.btn-primary {
    background-color: #F4717F;
    color: #fff;
    border-radius: 22px;
}

.btn-primary:hover {
    background-color: #02788b;
}

.btn-secondary {
    background-color: #fff;
    border: 1px solid #505050;
    color: #505050;
}

.btn-blue {
    background-color: #505050;
    color: #fff;
}

header .container {
    align-items: center;
    display: flex;
}

.main-nav {
    position: relative;
    z-index: 9;
}

.menu-wrapper {
    margin-left: auto;
}

.menu-wrapper nav, .menu-wrapper nav ul {
    align-items: center;
    display: flex;
}

.container {
    margin: 0 auto;
    max-width: 1316px;
    padding: 0 20px;
}

.main-menu-item {
    cursor: pointer;
    margin: 0 18px;
}

.main-nav a {
    color: #505050;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.breardcrumbs {
    color: #505050;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 47px;
}

.breardcrumbs a {
    color: #505050;
}

.breardcrumbs span {
    color: #929293;
}

.white-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px;
}

.d-flex {
    display: flex;
}

.vertical-align-middle {
    vertical-align: middle;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-between {
    justify-content: space-between;
}

.flex-direction-column {
    flex-direction: column;
}

.align-items-center {
    align-items: center;
}

.contacts-table {
    margin-bottom: 50px;
    margin-top: 30px;
}

.contacts-table li {
    padding: 15px 10px;
}

.details-table {
    margin-top: 38px;
}

.details-table li {
    padding: 17.5px 6.5px;
}

.contacts-table li {
    border-bottom: 1px solid rgba(0, 53, 80, 0.15);
}

.map {
    border-radius: 10px;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}

.datepicker-wrapper {
    color: #505050;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    position: relative;
    text-align: center;
}

.month-wrapper {
    width: calc(100% / 2 - 45px / 2);
}

.datepicker-nav {
    display: flex;
    justify-content: space-between;
    left: 50%;
    max-width: 320px;
    position: absolute;
    right: 0;
    transform: translateX(-50%);
    width: calc(100% + 44px);
}

.borders-wrapper {
    border: 1px solid #EFEFEF;
    border-radius: 10px;
}

.days-names {
    border-bottom: 1px solid #EFEFEF;
    font-weight: 500;
    margin-bottom: 7px;
}

.days-names, .days-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.days-names li, .days-wrapper li {
    width: calc(100% / 7);
}

.days-names li {
    padding: 5px 0;
}

.selected-day {
    background-color: #D9D4D6;
    color: #575757;
}

.selected-day.first-selected {
    border-radius: 19px 0 0 19px;
}

.selected-day.last-selected {
    border-radius: 0 19px 19px 0;
}

.days-wrapper li {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 6.5px 0;
}

.days-wrapper li div {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 38px;
    width: 38px;
}

.days-wrapper li.current-day div {
    background-color: #F4717F;
    border-radius: 50%;
    color: #fff;
}

.days-wrapper li:not(.disabled-day) {
    cursor: pointer;
}

.month-name {
    font-weight: 500;
    padding: 6px 14px 14px;
}

.datepicker-nav button {
    background-color: #fff;
    border: 2px solid #D3D3D3;
    border-radius: 50%;
    cursor: pointer;
    height: 23px;
    position: relative;
    width: 23px;
}

.datepicker-nav button::before {
    border-color: #D3D3D3;
    border-style: solid;
    border-width: 0 0 2px 2px;
    content: '';
    display: block;
    height: 6px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 6px;
}

.datepicker-nav .prev-month::before {
    transform: rotate(45deg) translate(-5px, 0px);
}

.datepicker-nav .next-month::before {
    transform: rotate(-135deg) translate(6px, -1px);
}

.reviews-list > li {
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    padding: 19px 23px;
}

.reviews-list > li:not(:last-of-type) {
    margin-bottom: 25px;
}

.reviews-list + button {
    display: block;
    margin: 37px auto 0;
    max-width: 324px;
    width: 100%;
}

.reviews-list h3 {
    margin-bottom: 5px;
}

.white-wrapper .reviews-list p {
    font-size: 14px;
    line-height: 167.7%;
    margin-bottom: 8px;
}

.copyright {
    background-color: #505050;
    color: #D7D7D7;
    min-height: 107px;
    position: relative;
    z-index: 1;
}

.copyright .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.social-networks {
    align-items: center;
    display: flex;
}

.social-networks li {
    margin: 13px;
}

.footer-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 50px;
    position: relative;
    z-index: 1;
}

footer {
    overflow: hidden;
    position: relative;
}

footer p {
    color: #505050;
    font-size: 14px;
    font-weight: 300;
    line-height: 189.7%;
    max-width: 250px;
}

footer a {
    color: #505050;
    font-weight: 300;
}

.general-info {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    width: 100%;
}

.general-info li {
    align-items: center;
    color: #505050;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 300;
    justify-content: flex-start;
    line-height: 14px;
    width: calc(100% / 2);
}

.general-info li img {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    height: 50px;
    margin-bottom: 10px;
    padding: 10px;
    width: 50px;
}

.general-info li b {
    margin-top: 3px;
}

.apartment-info-nav {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
    padding: 0 30px;
}

.apartment-info-nav a {
    color: #505050;
    cursor: pointer;
    display: block;
    padding: 25.5px 10px;
    white-space: nowrap;
}

.apartment-info-nav a.active {
    color: #F4717F;
    position: relative;
}

.apartment-info-nav a.active::after {
    background-color: #F4717F;
    bottom: 0;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

.section-title {
    align-items: center;
    display: flex;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 21px;
}

.section-title img {
    margin-right: 20px;
}

.white-wrapper p {
    font-size: 16px;
    font-weight: 300;
    line-height: 167.7%;
}

.white-wrapper p:not(:last-of-type) {
    margin-bottom: 30px;
}

.features-list {
    margin-top: 35px;
}

.features-list li {
    margin-bottom: 21px;
    padding-left: 42px;
    padding-top: 5px;
    position: relative;
}

.features-list li::after, .features-list li::before {
    content: '';
    display: block;
    position: absolute;
}

.features-list li::after {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    height: 30px;
    left: 0;
    top: 0;
    width: 30px;
}

.features-list li::before {
    border-color: #F4717F;
    border-style: solid;
    border-width: 0px 3px 3px 0px;
    height: 16px;
    left: 9px;
    top: 3px;
    transform: rotate(45deg);
    width: 8px;
    z-index: 5;
}

.video {
    margin-top: 23px;
    width: 100%;
}

.sketch {
    display: block;
    margin: 40px auto;
    max-width: 379px;
    width: 100%;
}

.stars-wrapper {
    display: flex;
    margin-right: 5px;
}

.stars-wrapper li {
    margin: 0 .5px;
}

.rating-wrapper {
    align-items: center;
    display: flex;
    margin-bottom: 5px;
}

.general-rating {
    margin-bottom: 27px;
    margin-top: -10px;
}

.review-author {
    color: #797979;
    font-size: 12px;
    margin-bottom: 15px;
}

.review-author b {
    color: #505050;
    font-size: 14px;
    margin-right: 5px;
}

.review-date {
    color: #797979;
    font-size: 12px;
    font-weight: 300;
    line-height: 167.7%;
}

footer {
    padding-top: 84px;
}

footer .logo {
    display: inline-block;
    margin-bottom: 20px;
}

footer .logo img{
     height: 37px;
}

.contacts-list {
    margin-top: 26px;
}

.contacts-list > li {
    line-height: 1.9;
    padding-left: 21px;
    position: relative;
}

.contacts-list li img {
    left: 0;
    position: absolute;
    top: 8px;
}

.footer-nav > li {
    margin: 11px 0;
}

.footer-cols > li {
    margin-bottom: 94px;
    width: 100%;
}

.footer-cols > li form {
    margin-top: 42px;
    max-width: 316px;
    display: flex;
}

.footer-cols > li form input {
    margin-right: 10px;
    width: 100%;
}

::placeholder {
    color: #C8D0D5;
}

input {
    outline: none;
}

input:not([type="button"]):not([type="submit"]):not([type="checkbox"]), textarea {
    background-color: #F5F5F5;
    border: none;
    border-radius: 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 189.7%;
    padding: 12px 16px;
}

textarea {
    resize: none;
    width: 100%;
}

footer input:not([type="button"]):not([type="submit"]):not([type="checkbox"]) {
    background-color: #fff;
    box-shadow: 0px 4px 19px rgba(251, 5, 123, 0.1);
    padding: 9px 16px;
}

.gallery-previews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6px;
}

.gallery-previews img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.gallery-previews .main-image, .gallery-previews .smaller-prevs {
    width: 100%;
}

.gallery-previews .smaller-prevs {
    display: flex;
    justify-content: space-between;
}

.gallery-previews .smaller-prevs div:last-of-type {
    cursor: pointer;
    position: relative;
}

.gallery-previews .smaller-prevs div:last-of-type::before {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    content: '6 more';
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.right-col {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
    padding: 30px;
    width: 100%;
}

.right-col h2 {
    font-size: 22px;
    line-height: 131.6%;
    margin-bottom: 22px;
}

.columns-wrapper {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.address {
    align-items: flex-start;
    color: #929293;
    display: flex;
    font-size: 16px;
    line-height: 138.6%;
    margin-bottom: 18px;
}

.address img {
    margin-right: 11px;
    margin-top: 2px;
}

.banner .right-col h2.price {
    color: #F4717F;
    margin-bottom: 27px;
}

.banner .right-col form {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -30px -30px;
    padding: 30px;
}

.banner .right-col form input, .banner .right-col form .btn-primary {
    margin-bottom: 18px;
}

.banner .right-col form input[type="date"] {
    width: calc(100% / 2 - 5px);
}

.banner .right-col form input[type="text"], .banner .right-col form button {
    width: 100%;
}

.left-col {
    width: 100%;
}

.apartment-nav-outer {
    overflow-x: auto;
}

.apartment-nav-outer::-webkit-scrollbar {
    display: none;
}

/* Custom checkbox styles */
.checkbox-container {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin-bottom: 0;
}

.checkbox-container [type="checkbox"]:checked, .checkbox-container [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.checkbox-container .checkmark {
    background-color: #fff;
    border: 1px solid #BFBFC9;
    border-radius: 5px;
    height: 25px;
    margin-right: 10px;
    position: relative;
    width: 25px;
}

.checkbox-container input:checked~.checkmark {
    background-color: #F4717F;
    border: none;
    border-radius: 5px;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.checkbox-container .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container .checkmark:after {
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 11px;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
    width: 7px;
}

.nearby-list {
    font-size: 16px;
    font-weight: 300;
    margin: 28px 0;
}

.nearby-list li {
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 4px;
    padding: 12.5px;
    transition: .3s all;
}

.nearby-list li span {
    color: rgba(0, 53, 80, 0.5);
    font-size: 10px;
    font-weight: 300;
    margin-left: 10px;
    opacity: 0;
    transition: .3s all;
}

.nearby-list li:hover {
    background-color: #F5F5F5;
}

.nearby-list li:hover span {
    opacity: 1;
}

.nearby .section-title, .nearby .left, .nearby .right {
    width: 100%;
}

.nearby p {
    margin-bottom: 13px;
}

.nearby p + span {
    color: rgba(0, 53, 80, 0.55);
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 159.7%;
    margin-bottom: 63px;
    text-align: justify;
}

.nearby .pagination {
    margin-bottom: 0;
}

.menu-dropdown {
    display: none;
}

.btn-menu.active .menu-dropdown {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    display: block;
    position: absolute;
    right: 0;
    top: calc(100% + 14px);
    width: 153px;
}

.menu-dropdown a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 11.5px 26px;
    text-align: left;
}

p.post-review {
    margin: 0 7px;
    font-size: 11px;
    font-weight: 400;
    color: #F4717F;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .gallery-previews .main-image {
        height: 234px;
        margin-bottom: 5px;
    }

    .gallery-previews .smaller-prevs > * {
        width: calc(100% / 2 - 5px / 2);
    }

    .general-info li:not(:nth-of-type(2n + 2)) {
        border-right: 1px solid rgba(0, 53, 80, 0.15);
    }

    .nearby .left {
        margin-bottom: 50px;
    }

    .become-host {
        display: none;
    }
    .get-out-page .banner .container {
        padding-bottom: 180px;
    }
}

@media (min-width: 768px) {
    .contacts-table, .details-table, .features-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .contacts-table li, .details-table li {
        width: calc(100% / 2 - 10px);
    }

    footer::before, footer::after {
        background: linear-gradient( 0deg, #F4717F73 0%, rgba(0, 136, 239, 0.06) 100%);
        bottom: 0;
        content: '';
        display: block;
        height: 120%;
        opacity: 0.6;
        position: absolute;
    }
    
    footer::before {
        right: 371px;
        width: 71px;
    }
    
    footer::after {
        right: 0;
        width: 347px;
    }

    .container {
        padding: 0 30px;
    }

    .white-wrapper {
        padding: 40px;
    }

    .nearby .left {
        padding-right: 30px;
        width: 55%;
    }

    .nearby .right {
        width: 45%;
    }

    .datepicker-nav {
        max-width: unset;
        top: 50%;
    }

    .gallery-previews .main-image {
        width: 65%;
    }

    .gallery-previews .smaller-prevs {
        flex-direction: column;
        width: calc(35% - 15px);
    }

    .general-info li {
        width: calc(100% / 3);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner .right-col {
        display: flex;
    }

    .banner .right-col > * {
        width: 50%;
    }

    .banner .right-col .text-wrapper {
        padding-right: 20px;
    }

    .banner .right-col form {
        box-shadow: unset;
        margin: 0;
        padding: 0;
    }

    .footer-cols {
        padding: 0 70px;
    }

    .footer-cols > li {
        width: 50%;
    }

    .features-list li {
        width: calc(100% / 2);
    }

    .general-info li:not(:nth-of-type(3n + 3)) {
        border-right: 1px solid rgba(0, 53, 80, 0.15);
    }
}

@media (max-width: 991px) {
    .left-col .general-info, .month-wrapper:last-of-type {
        display: none;
    }

    .month-wrapper {
        max-width: 344px;
        width: 100%;
    }

    .datepicker-wrapper {
        justify-content: center;
    }

    .copyright .container {
        flex-direction: column;
        padding: 60px 30px 40px;
    }

    .social-networks {
        margin-top: 26px;
    }

    .general-info li {
        margin: 30px 0;
    }

    .apartment-info-nav {
        width: 849px;
    }

    .left-col {
        margin-bottom: 25px;
    }

    header {
        background-color: #FFFFFF;
        box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
        position: relative;
        z-index: 2;
    }

    .banner .container {
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .footer-cols > li:not(:last-of-type) {
        padding-right: 20px;
    }

    .footer-cols > li:nth-of-type(1) {
        width: 26%;
    }

    .footer-cols > li:nth-of-type(2) {
        width: 17%;
    }

    .footer-cols > li:nth-of-type(3) {
        width: 24.5%;
    }

    .footer-cols > li:nth-of-type(4) {
        width: 32.5%;
    }

    .main-nav .btn {
        margin-left: 18px;
    }

    .left-col {
        width: calc(100% - 406px);
    }

    .banner .right-col {
        width: 379px;
    }

    .banner .right-col + .general-info {
        display: none;
    }

    body:not(.get-out-page) .banner::before, body:not(.get-out-page) .banner::after {
        background: linear-gradient(0deg, #33cce43d 0%, rgba(0, 136, 239, 0.06) 100%);
        bottom: 0;
        content: '';
        display: block;
        opacity: 0.6;
        position: absolute;
    }

    body:not(.get-out-page) .banner::before, body:not(.get-out-page) .banner::after {
        height: calc(100% + 162px);
    }

    .featured-villas::before, .featured-villas::after {
        height: 100%;
    }
    
    body:not(.get-out-page) .banner::before, .featured-villas::before {
        right: 371px;
    }

    body:not(.get-out-page) .banner::before {
        width: 71px;
    }

    .featured-villas::before {
        width: 199px;
    }
    
    body:not(.get-out-page) .banner::after, .featured-villas::after {
        right: 0;
        width: 347px;
    }

    .features-list li {
        width: calc(100% / 3);
    }

    .footer-cols {
        padding: 0 30px;
    }

    .social-networks {
        margin-right: 44px;
    }

    .general-info li {
        width: calc(100% / 6);
    }

    .general-info li:not(:last-of-type) {
        border-right: 1px solid rgba(0, 53, 80, 0.15);
    }

    header {
        padding: 40px 0;
    }

    .datepicker-wrapper {
        padding: 0 18px;
    }
}

@media (min-width: 1200px) {
    section.container {
        margin-bottom: 219px;
    }

    section.container .white-wrapper, .apartment-info-nav {
        width: 849px;
    }
}

/* Get out page styles */
.properties-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 53px;
}

.properties-nav li {
    margin-bottom: 10px;
    margin-right: 8px;
}

.properties-nav li a {
    border: 1px solid #505050;
    border-radius: 5px;
    color: #505050;
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 138.6%;
    padding: 6px 14px;
    transition: .3s all;
}

.properties-nav li a:hover {
    background-color: #505050;
    border-color: #505050;
    color: #fff;
}

.properties-nav li a.active {
    background-color: #F4717F;
    border-color: #F4717F;
    color: #fff;
}

.properties-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.properties-list .short-info, .apartment-item .short-info {
    display: flex;
    flex-wrap: wrap;
}

.properties-list .short-info {
    margin-bottom: 33px;
}

.properties-list .short-info li, .apartment-item .short-info li {
    align-items: center;
    display: flex;
    font-size: 12px;
}

.properties-list .short-info li:not(:last-of-type), .apartment-item .short-info li:not(:last-of-type) {
    margin-right: 9px;
}

.properties-list .short-info li img, .apartment-item .short-info li img {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    height: 25px;
    margin: 0 7px;
    padding: 5px;
    width: 25px;
}

.properties-list > li {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    margin-bottom: 47px;
    padding: 20px;
    width: 100%;
}

.properties-list > li > img {
    height: 231px;
    margin: -20px -20px 17px;
    object-fit: cover;
    width: calc(100% + 40px);
}

.properties-list h4, .apartment-item h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 131.6%;
    margin-bottom: 27px;
}

.properties-list p, .apartment-item p {
    color: #929293;
    margin-bottom: 27px;
    max-width: 320px;
    padding-left: 30px;
    position: relative;
}

.properties-list p::before, .apartment-item p::before {
    background-image: url('../images/svg/location-2.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 17px;
    left: 6px;
    position: absolute;
    top: 0;
    width: 12px;
}

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

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

.get-out-page .banner {
    margin-bottom: 0;
}

.get-out-page .banner .inner-wrapper {
    overflow: hidden;
}

.get-out-page .banner h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 42px;
    line-height: 1.2;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
}

.get-out-page .banner h2 span {
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
}

.get-out-page .banner h2 b {
    color: #fff;
    font-weight: 900;
    font-family: 'Quicksand', sans-serif;
}

.get-out-page .banner form .btn-primary {
    height: 60px;
    padding: 12.5px 0;
    width: 60px;
    border-radius: 100px;
}

.get-out-page .banner form, .apartments-page .banner form {
    display: flex;
    flex-wrap: wrap;
}

.get-out-page .banner form {
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.banner form .field-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
}

.get-out-page .banner form input {
    background-color: transparent !important;
    padding: 0 !important;
    width: 100%;
}

.get-out-page .banner .banner-image {
    top: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
}

.get-out-page .banner .container, .apartments-page .banner .container {
    display: flex;
    margin: 0 auto;
}

.get-out-page .banner .container {
    max-width: 1220px;
        min-height: 90vh;
}

.btn-language {
    display: flex;
    padding-right: 20px;
    position: relative;
    vertical-align: middle;
}

.btn-language::after {
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #000355 transparent transparent transparent;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 5px;
    width: 0;
}

.btn-menu {
    align-items: center;
    display: flex;
    outline: none;
    padding: 8px 8px 8px 14px;
    position: relative;
}

.btn-menu img:first-of-type {
    margin-right: 10px;
}

.get-out-page .banner .container {
    padding-bottom: 50px;
    padding-top: 39px;
}

.apartments-page .banner .container {
    padding-bottom: 84px;
    padding-top: 69px;
    flex-direction: column;
}

.get-out-page .banner .container {
    align-items: center;
    flex-direction: column;
}

.featured-properties {
    margin: 0 auto 75px;
    max-width: 1260px;
    padding: 0 20px;
}

.featured-properties h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 76px;
}

.properties-list .price, .apartment-item .price {
    color: #F4717F;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
}

.properties-list .price span, .apartment-item .price span {
    color: #505050;
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
}

.slick-arrow {
    background: #DADADA;
    border: none;
    border-radius: 2px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    font-size: 0;
    height: 40px;
    position: absolute;
    top: -24px;
    transform: translateY(-100px);
    transition: .3s all;
    width: 40px;
    z-index: 1;
}

.slick-arrow:hover {
    background-color: #F4717F;
}

.slick-arrow::after {
    border-color: #fff;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: block;
    height: 13px;
    position: absolute;
    width: 13px;
}

.slick-prev.slick-arrow {
    right: 60px;
}

.slick-next.slick-arrow {
    right: 0;
}

.slick-prev.slick-arrow::after {
    transform: rotate(-135deg) translate(-6px, 19px);
}

.slick-next.slick-arrow::after {
    transform: rotate(45deg) translate(1px, -12px);
}

.beds-number {
    background-image: url('../images/svg/bed-blue.svg');
    background-position-y: center;
    background-position-x: 16px;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 48px !important;
}

.faq-group{
    background: #fff; 
    border-radius: 10px;
    margin: 20px 0px;
}

.faq-group h3{
    margin-bottom: 0px !important;
    padding: 15px 19px;
    font-size: 20px !important;
    color: #004450;
    border-bottom: 1px solid #F5F5F5;
}

.faq-group p{
    padding: 20px;
    line-height: 1.5;
}

.faq-group ul{
    padding: 20px;
    line-height: 1.5;
}

.faq-group li{
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .apartments-page .banner form {
        width: 100%;
    }

    .get-out-page .banner h2 {
        font-size: 40px;
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    .properties-list > li {
        width: calc(100% / 2 - 47px / 2);
    }
}

@media (min-width: 992px) {
    .properties-list > li {
        width: calc(100% / 3 - 47px * 2 / 3);
    }

    .get-out-page .banner .container {
        padding-bottom: 273px;
    }
}

/* Apartments page styles */
.apartments-page .apartments-section > .container {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.apartments-page .apartments-section .apartments-col {
    width: calc(100% - 337px - 70px);
}

.apartments-page .apartments-section .panels-col {
    width: 337px;
}

.apartments-page .apartment-item {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    margin-bottom: 24px;
    overflow: hidden;
}

.apartments-page .apartment-item > a img {
    height: 231px;
    object-fit: cover;
    width: 100%;
}

.apartments-page .apartment-item .inner-wrapper {
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    padding: 25px;
    width: 100%;
}

.panel-wrapper {
    background-color: #fff;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    margin-bottom: 44px;
    padding: 30px;
}

.panel-wrapper .panel-header {
    border-bottom: 1px solid #F5F5F5;
    margin: -30px -30px 22px;
    padding: 24px 30px;
}

.panel-wrapper .panel-header h4 {
    font-size: 22px;
}

.panel-wrapper .options-list li:not(:last-of-type) {
    margin-bottom: 17px;
}

.count-buttons {
    display: flex;
}

.count-buttons button {
    background-color: #fff;
    border: 1px solid #B1B1B1;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    height: 30px;
    margin-left: 10px;
    position: relative;
    transition: .3s all;
    width: 30px;
}

.count-buttons button:hover {
    background-color: #eee;
}

.count-buttons button.minus::before, .count-buttons button.plus::before, .count-buttons button.plus::after {
    background-color: #505050;
    content: '';
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 16px;
}

.count-buttons button.minus::before, .count-buttons button.plus::before {
    transform: translate(-50%, -50%);
}

.count-buttons button.plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.filters-list li {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.filters-list li:not(:last-of-type) {
    margin-bottom: 22px;
}

.filters-list img {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    height: 25px;
    margin-right: 10px;
    padding: 5px;
    width: 25px;
}

.filters-list li b {
    margin-right: 5px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 200px;
}

.pagination li {
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 5px;
    min-width: 25px;
    padding: 0 5px;
    text-align: center;
}

.pagination li.active {
    background-color: #505050;
    color: #fff;
}

.pagination li:not(.active) {
    cursor: pointer;
}

.pagination .prev, .pagination .next {
    background-color: #F4717F;
    height: 25px;
    position: relative;
    width: 25px;
}

.apartments-list {
    margin-bottom: 110px;
}

.pagination .prev {
    display: none;
}

.pagination .prev::before, .pagination .next::before {
    border-color: #fff;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    width: 8px;
}

.pagination .prev::before {
    left: 9px;
    top: 7px;
    transform: rotate(-135deg);
}

.pagination .next::before {
    left: 5px;
    top: 7px;
    transform: rotate(45deg);
}

.more-filters {
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center;
}

.more-filters img {
    margin-right: 10px;
}

.dropdown-menu {
  position: relative;
  display: inline-block;
}

.dropdown-menu span{
    color: #505050;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
        padding: 20px 0px;
}

.dropdown-menu-content {
    z-index: 1;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 5%);
    display: none;
    position: absolute;
    right: -44px;
    top: calc(100% + 14px);
    width: 203px;
}

.dropdown-menu-content a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 11.5px 26px;
    text-align: left;
}

.dropdown-menu:hover .dropdown-menu-content {
  display: block;
}

@media (min-width: 768px) {
    .apartments-page .apartment-item > a img {
        height: unset;
        max-height: 100%;
        min-height: 100%;
        width: 236px;
    }

    .apartments-page .apartment-item {
        display: flex;
    }
}

@media (max-width: 991px) {
    .apartments-page .apartment-item .d-flex.justify-content-between.flex-direction-column {
        margin-bottom: 14px;
        order: -1;
    }

    .apartments-page .apartment-item .d-flex.justify-content-between.flex-direction-column .btn {
        display: none;
    }

    .apartments-page .apartment-item .inner-wrapper {
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .apartments-page .apartment-item > a img {
        width: 276px;
    }

    .apartments-page .apartment-item .price {
        text-align: right;
    }

    .more-filters {
        display: none;
    }

    .apartments-page .banner form input {
        margin-right: 15px;
    }
}

@media (max-width: 1199px) {
    .panels-col {
        display: none;
    }

    .apartments-page .apartments-section .apartments-col {
        width: 100%;
    }
}

.custom-popup-outer {
    align-items: flex-start;
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    margin: auto;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}

.custom-popup-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

.custom-popup-outer .custom-popup-inner {
    opacity: 0;
    transition: all 0.2s ease;
    transform: scale(0);
}

.custom-popup-outer.visible {
    visibility: visible;
}

.custom-popup-outer.visible .custom-popup-inner {
    opacity: 1;
    transform: scale(1);
}

.custom-popup-inner {
    background-color: #ffffff;
    border-radius: 10px;
    min-height: 0;
    padding: 33px;
    position: relative;
    width: 100%;
}

.close-btn {
    background-color: #505050;
    border-radius: 10px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 50px;
}

.close-btn::before, .close-btn::after {
    background-color: #ffffff;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: .2s all;
    width: 30px;
}

.close-btn:hover::before, .close-btn:hover::after {
    background-color: #222;
}

.close-btn::before {
    transform: rotate(45deg) translate(-11px, 11px);
}

.close-btn::after {
    transform: rotate(-45deg) translate(-11px, -11px);
}

.popup-header {
    border-bottom: 1px solid rgba(0, 53, 80, 0.4);
    margin: -33px -33px 43px;
    padding: 29px 70px 29px 33px;
}

.ask-question-modal form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ask-question-modal form > *:not(button) {
    margin-bottom: 10px;
}

.ask-question-modal form > *:not(.half-width):not(.phone-field-code):not(.phone-field-number) {
    width: 100%;
}

.ask-question-modal form .half-width {
    width: calc(100% / 2 - 10px / 2);
}

.ask-question-modal form .phone-field-code {
    width: 79px;
}

.ask-question-modal form .phone-field-number {
    width: calc(100% - 79px - 10px);
}

.ask-question-modal form p {
    color: #A3A3A3;
    font-size: 12px;
    margin-bottom: 31px;
    margin-top: 17px;
    line-height: 1.5;
    text-align: center;
}

.ask-question-modal form button {
    margin: 0 auto;
    max-width: 324px;
}

@media (min-width: 768px) {
    .custom-popup-outer {
        padding: 40px;
    }

    .custom-popup-inner {
        max-width: 70%;
    }
}

.login-modal form, .signup-modal form, .reset-modal form {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.login-modal form input, .signup-modal form input, .reset-modal form input {
    margin-bottom: 10px;
    width: 100%;
}

.login-modal form button, .signup-modal form button, .reset-modal form button {
    max-width: 324px;
    margin-bottom: 35px;
    margin-top: 33px;
    width: 100%;
}

.login-modal form p, .signup-modal form p {
    color: rgba(0, 53, 80, 0.6);
    font-size: 18px;
    font-weight: 300;
}

.login-modal form p a, .signup-modal form p a {
    color: rgba(0, 53, 80, 0.6);
    font-weight: 700;
    transition: .3s all;
}

.login-modal form p a:hover, .signup-modal form p a:hover {
    color: rgba(0, 53, 80, 0.8);
}

.custom-popup-outer.login-modal .custom-popup-inner, .custom-popup-outer.signup-modal .custom-popup-inner, .custom-popup-outer.reset-modal .custom-popup-inner {
    max-width: 617px;
}

.reset-modal form p {
    color: rgba(0, 53, 80, 0.6);
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 172.74%;
}

.gallery-modal img {
    border-radius: 5px;
    width: 100%;
}

.gallery-modal .popup-boby {
    position: relative;
}

.gallery-modal .gallery-nav {
    display: flex;
    justify-content: space-between;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    z-index: 9;
}

.gallery-modal .gallery-nav button {
    background-color: #505050;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    height: 40px;
    position: relative;
    transition: .3s all;
    width: 40px;
}

.gallery-modal .gallery-nav button:hover {
    background-color: #002a40;
}

.gallery-modal .gallery-nav button::before {
    border-color: #fff;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
}

.gallery-modal .gallery-nav .prev-image::before {
    transform: rotate(-135deg) translate(-20px, 3px);
}

.gallery-modal .gallery-nav .next-image::before {
    transform: rotate(45deg) translate(16px, 3px);
}

.popup-boby p{
	padding: 5px 0px;
}

@media (min-width: 768px) {
    .gallery-modal .gallery-nav {
        padding: 0 34px;
    }
}

@media (min-width: 1200px) {
    .gallery-modal .custom-popup-inner {
        max-width: 970px;
    }
}

.about-us {
    align-items: center;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 48px;
    max-width: 1220px;
    overflow: hidden;
    padding: 101px 40px 36px;
    position: relative;
}

.about-us::before {
    background-color: #fff;
    content: '';
    display: block;
    height: 474px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
}

.about-us h2 {
    font-size: 40px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 39px;
}

.about-us p {
    font-size: 18px;
    line-height: 173%;
    margin-bottom: 31px;
}

.short-info-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 60px;
    max-width: 1260px;
    padding: 0 20px;
}

.short-info-item {
    align-items: center;
    display: flex !important;
    flex-direction: column;
    padding: 36px;
    position: relative;
    text-align: center;
    width: 100%;
}

.short-info-item::after {
    background-color: #fff;
    bottom: 0;
    border-radius: 0 0 10px 10px;
    content: '';
    display: block;
    height: 194px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: .3s all;
    width: 100%;
    z-index: -1;
}

.short-info-item:hover::after {
    opacity: 1;
}

.short-info-item img {
    margin-bottom: 30px;
}

.short-info-item h4 {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 8px;
}

.short-info-item p {
    font-size: 14px;
    line-height: 173%;
    color: #7D7D7D;
}

.featured-villas {
    overflow: hidden;
    position: relative;
}

.featured-villas > .inner-wrapper, .testimonials > .inner-wrapper {
    margin: 0 auto;
    max-width: 1260px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.featured-villas > .inner-wrapper {
    padding-bottom: 64px;
    padding-top: 42px;
}

.testimonials > .inner-wrapper {
    overflow: hidden;
    padding-bottom: 50px;
}

.featured-villas h2, .testimonials h2 {
    font-size: 40px;
    font-weight: normal;
}

.featured-villas h2 {
    margin-bottom: 80px;
}

.testimonials h2 {
    margin-bottom: 29px;
}

.featured-villas .apartment-item > img {
    height: 231px;
    object-fit: cover;
    width: 100%;
}

.featured-villas .apartment-item .short-info {
    margin-bottom: 26px;
}

.slick-dots {
    align-items: center;
    display: flex;
    justify-content: center;
}

.featured-villas .slick-dots {
    margin-top: 37px;
}

.testimonials .slick-dots {
    margin-top: 24px;
}

.slick-dots button {
    background-color: #E1E1E1;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    font-size: 0;
    height: 8px;
    margin: 0 7.5px;
    outline: none;
    width: 8px;
}

.slick-dots .slick-active button {
    background-color: #F4717F;
    transform: scale(1.25);
}

.testimonials {
    margin-bottom: 82px;
}

.testimonials-slider {
    margin-left: -25px;
    margin-right: -25px;
}

.testimonials-slider h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.testimonials-slider h3, .testimonials-slider p {
    line-height: 173%;
}

.testimonials .slick-slide {
    margin: 25px;
}

.testimonials-item:hover .inner-wrapper {
    background-color: #fff;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
}

.testimonials-item .inner-wrapper {
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    padding: 45px 22px 18px;
    transition: .3s all;
}

.testimonials-item::before {
    background-color: #F4717F;
    background-image: url('../images/svg/quote.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
    content: '';
    display: block;
    height: 50px;
    margin-bottom: -28px;
    margin-left: 23px;
    position: relative;
    width: 50px;
}

/*.get-out-page .banner::before, .get-out-page .banner::after {
    background: linear-gradient(
0deg
, #33cce454 0%, rgba(0, 136, 239, 0.06) 100%);
    bottom: 0;
    content: '';
    display: block;
    height: calc(100% + 162px);
    opacity: 0.6;
    position: absolute;
}*/

.get-out-page .banner::before {
    right: 371px;
    width: 199px;
}

.get-out-page .banner::after {
    right: 0;
    width: 347px;
}

.about-us img {
    max-width: 100%;
}

.property-types{
	height: 42px;
    border-radius: 5px;
    border: 0px;
    padding: 10px;
    background: #f5f5f5;
    width: 100%;
}

.list-page {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
}

.list-page span{
    font-weight: 500;
}

.list-page b{
    color: #F4717F;
    font-weight: 900;
}

#navbar-stick {
      transition: 0.3s all;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 20px 0;
    box-shadow: 1px 6px 20px 0px #2929290f;
}

@media (max-width: 767px) {
    .featured-villas .apartment-item {
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
    }

    .featured-villas .apartment-item .inner-wrapper {
        padding: 25px;
    }

    .featured-villas h2, .testimonials h2 {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .featured-villas .apartment-item {
        display: flex !important;
        padding: 32px 32px 32px 0;
        position: relative;
    }

    .featured-villas .apartment-item > img {
        border-radius: 10px;
        height: 241px;
        margin-right: 25px;
        width: 236px;
    }

    .featured-villas .apartment-item::after {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% - 150px);
        z-index: -1;
    }

    .short-info-item {
        margin-bottom: 38px;
        width: 50%;
    }

    .short-info-items {
            margin: 70px auto 70px;
    }
}

@media (max-width: 991px) {
    .about-us {
        flex-direction: column;
    }

    .about-us > div {
        margin-bottom: 38px;
        order: -1;
        text-align: center;
    }

    /*.get-out-page .banner .banner-image {
        display: none;
    }*/
}

@media (min-width: 992px) {
    .featured-villas {
        background-color: #fff;
    }

    .featured-villas .apartment-item > img {
        width: 324px;
    }

    .featured-villas .slick-list {
        max-width: 768px;
        overflow: visible;
    }

    .featured-villas .slick-slide {
        padding-right: 50px;
    }

    .about-us img {
        width: 48.75%;
    }
    
    .about-us > div {
        width: calc(100% - 48.75% - 84px);
    }

    .short-info-item {
        width: 25%;
    }

    .about-us {
        margin: 0 auto 102px;
            padding: 80px 60px 50px 82px;
    }

    .about-us h2 {
        margin-bottom: 42px;
    }

    .featured-villas > .inner-wrapper {
        padding-top: 105px;
    }

    .featured-villas .slick-dots {
        justify-content: flex-end;
        margin-top: 53px;
    }

    .testimonials > .inner-wrapper {
        padding-top: 50px;
    }

    .apartments-slider .slick-dots li:not(.slick-active) button {
        background-color: #fff;
    }
}

@media (max-width: 767px) {
    .banner form .field-wrapper {
        width: 100%;
    }
    .get-out-page .banner .container {
        padding-bottom: 160px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .banner form .field-wrapper {
        width: 50%;
    }
    .get-out-page .banner .container {
        padding-bottom: 210px;
    }
}

@media (max-width: 1023px) {
    
    .banner form .field-wrapper {
        margin-bottom: 18px;
        padding: 0;
        width: 50%;
    }
}

@media (max-width: 500px) {
    .get-out-page .banner .container {
        padding-bottom: 130px;
    }
}

@media (min-width: 1024px) {
    .banner form .field-wrapper:not(:first-of-type) {
        border-left: 2px solid rgba(0, 53, 80, 0.1);
    }
}

/* Contact Us */
.contact-us {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    max-width: 1000px;
    padding: 0 20px;
}

.contact-us form {
    background-color: #fff;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 55px;
    width: 100%;
}

.contact-us > div {
    margin-top: 33px;
    width: 100%;
}

.contact-us form button {
    margin: 0 auto;
}

.contact-us form .form-row {
    margin-bottom: 14px;
    width: 100%;
}

.contact-us h3 {
    font-size: 27px;
    line-height: 131.6%;
    margin-bottom: 32px;
}

.contact-us .contacts-list {
    margin-bottom: 50px;
}

.contact-us .contacts-list * {
    color: #2F2F2F;
    font-weight: 300;
}

.contact-us .contacts-list li {
    line-height: 1.6;
    margin-bottom: 14px;
    padding-left: 42px;
    padding-top: 9px;
}

.contact-us .contacts-list img {
    background-color: #fff;
    border-radius: 50%;
    height: 28px;
    padding: 7px;
    width: 28px;
}

.contact-page h2 {
    color: #004450;
    font-size: 42px;
    line-height: 131.6%;
    margin-bottom: 7px;
}

.contact-page h2 span {
    color: #F4717F;
}

.contact-page .banner p {
    font-size: 12px;
    font-weight: 300;
    line-height: 189.7%;
}

.contact-page .banner .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1120px;
    overflow: hidden;
    padding-top: 48px;
}

.contact-page .banner .container div {
    margin-top: 29px;
}

@media (max-width: 767px) {
    .contact-page .banner .container > * {
        width: 100%;
    }

    .contact-page .banner .container div {
        margin-bottom: 54px;
    }

    .contact-us {
        padding: 0 48px;
    }

    .contact-us form {
        margin-bottom: 82px;
        padding: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact-page .banner .container > * {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .contact-us form {
        width: calc(100% - 314px);
    }

    .contact-us > div {
        width: 216px;
    }

    .contact-page .banner .container div {
        margin-top: 57px;
    }

    .contact-page .banner p {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .contact-us form .form-div:nth-of-type(1), .contact-us form .form-div:nth-of-type(2) {
        width: calc(100% / 2 - 14px / 2);
    }

    .contact-page h2 {
        font-size: 62px;
    }

    .contact-us {
        margin-top: 90px;
    }

    .contact-page .banner .container {
        flex-wrap: unset;
    }
}

.tabs-holder .tab-content:not(.active) {
    display: none;
}
