.owner-top .owner-top-mobile{
    display: none;
}

.contact-us-content .contact-form .title-block .title h2 span.small-text {
    font-style: normal;
}

.owner-top {
    display: flex;
    justify-content: space-between;
    column-gap: 160px;
    padding: 100px 0 77px;
}

.mbsc-windows.mbsc-picker-header {
    display: none;
}

.form-content .mbsc-windows.mbsc-calendar-controls {
    padding-bottom: 64px;
}

.form-content .mbsc-calendar-month, 
.form-content .mbsc-calendar-year {
    font-family: Switzer;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}

.form-content .mbsc-calendar-day-text.mbsc-calendar-cell-text[aria-pressed="true"] {
    background: #A69987;
    color: #fff;
}

.form-content .mbsc-calendar-day-text.mbsc-calendar-cell-text.mbsc-calendar-today{
    background: #A69987;
    color: #fff;
}

.form-content .mbsc-calendar-day-text.mbsc-calendar-cell-text.mbsc-calendar-today{
    color: #fff;
}

.form-content .mbsc-datepicker .mbsc-calendar-slide {
    padding: 0;
}

.form-content .mbsc-calendar-row.mbsc-flex.mbsc-flex-1-0 {
    margin-bottom: 13px;
}

.form-content .mbsc-calendar-day-text.mbsc-calendar-cell-text{
    width: 42px;
    height: 42px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-family: Lato;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    border-color: transparent;
}

.form-content .mbsc-windows.mbsc-calendar-cell.mbsc-hover:after {
    background: transparent;
}

.form-content .mbsc-windows.mbsc-calendar-body .mbsc-calendar-week-day {
    display: flex;
    justify-content: center;
    padding-right: 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 26.4px;
    color: #222529;
}

.form-content .mbsc-windows.mbsc-range-day .mbsc-calendar-cell-inner, 
.form-content .mbsc-windows.mbsc-selected .mbsc-calendar-cell-inner {
    background: transparent;
}

.owner-top .owner-top-image {
    width: 49%;
}

.owner-top .owner-top-image img{
    height: 519px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.owner-top .section-title {
    width: 44%;
}

.owner-top .section-title .description p {
    margin-bottom: 23px;
}

.owner-top .description {
    max-width: 649px;
}

.owner-top .title-owner-top h2 {
    text-transform: uppercase;
    margin-top: 0;
    font-family: BodoniFLF;
    font-size: 72px;
    font-style: italic;
    line-height: 82.8px;
    letter-spacing: -0.02em;
    margin-bottom: 100px;
}

.owner-section ul.dropdown {
    display: none;
    cursor: pointer;
    list-style: none;
    width: 100%;
    z-index: 2;
    background: #fff;
    position: absolute;
    margin: 0;
    margin-top: -1px;
    padding: 11px 10px 5px;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1);
}

.owner-section table.ui-datepicker-calendar {
    width: 100%;
}

.owner-section div#calendar{
    border: 1px solid rgba(74, 80, 86, 0.4);
    padding: 49px 22px 33px;
    border-radius: 4px;
}

.owner-section .ui-datepicker-calendar tr td {
    text-align: center;
    width: calc(100%/7);
    padding: 6px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.field.country .contact-country {
    position: relative;
    cursor: pointer;
    border: 1px solid #A69987;
    padding: 11px 17px;
}

.field.country {
    position: relative;
    margin-top: 33px;
}

.owner-section .form-content .group-col-right {
    padding-left: 0;
    width: 100%;
}

.owner-section .ui-datepicker-title {
    display: inline-block;
    text-align: left;
    order: 1;
    width: 90%;
}

.owner-section .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    display: flex;
    padding: 0 37px 41px;
    align-items: center;
}

.owner-section a.ui-datepicker-prev.ui-corner-all {
    order: 2;
	position: relative;
    right: auto;
    top: -10px;
    width: auto;
    height: auto;
}

.owner-section a.ui-datepicker-next.ui-corner-all {
    order: 3;
    position: relative;
    right: auto;
    top: -10px;
    width: auto;
    height: auto;
}

.owner-section .ui-datepicker-title span {
    font-family: Switzer;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    color: #222529;
}

.owner-section table.ui-datepicker-calendar th span {
    font-family: Switzer;
    font-size: 20px;
    font-weight: 500;
    line-height: 26.4px;
    color: #222529;
}

.owner-section .ui-datepicker-calendar tr td span,
.owner-section .ui-datepicker-calendar tr td a {
    font-family: Lato;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: rgba(74, 80, 86, 0.4);
    text-decoration: none;
    width: 42px;
    height: 42px;
    display: block;
    text-align: center;
    padding: 10px;
}

.owner-section a.ui-corner-all {
    font-size: 0;
    position: relative;
    cursor: pointer;
}

.owner-section a.ui-corner-all:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 17px;
    top: 3px;
    left: -5px;
    background-image: url(../svg/prev.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    padding-right: 0px;
}

.owner-section a.ui-datepicker-next.ui-corner-all:before {
    transform: rotate(180deg);
    right: 0px;
    padding-left: 21px;
    margin-left: 25px;
}

.owner-section .field.country:before {
    position: absolute;
    content: '';
    display: block;
    background: url(../svg/select-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 12px;
    top: 13px;
    right: 19px;
    transition: all .5s;
    pointer-events: none;
    z-index: 1;
}

.owner-section .field.country.active:before {
    transform: rotate(180deg);
    top: 10px;
}

.owner-section table.ui-datepicker-calendar tr {
    display: flex;
    align-items: center;
    width: 100%;
}

.owner-section table.ui-datepicker-calendar tr th {
    padding: 19px 11px 16px;
    width: calc(100% / 7);
}

.owner-section .ui-datepicker-calendar tr td span {
    width: 42px;
    height: 42px;
    display: block;
    text-align: center;
}

.form-content .field-group.date-time-picker{
    margin-bottom: 21px;
}

.form-content .field-group.field-upload .title-field-group {
    width: auto;
}
.form-content .field-group.field-upload .title-field-group span{
    color: #A69987;
}

.form-content .field-group.field-upload input[type="file"]{
    width: 178px;
    border: 1px dashed #4A5056;
    border-radius: 0;
    padding: 12px 13px;
    font-size: 0;
    position: relative;
    cursor: pointer;
    opacity: .8;
}

.owner-section .form-content .field-group.field-message {
    margin-bottom: 7px;
}

.form-content input[type=file]::file-selector-button {
    border: 0;
    padding: 18px 13px;
    margin: 0;
    border-radius:0 ;
    background-color: transparent;
    font-size: 0;
}
  
.form-content .field-group.field-upload input[type="file"]:before {
    content: 'Choose File ';
    position: absolute;
    font-family: Switzer;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.84px;
    letter-spacing: -0.004em;
    padding: 10px 39px 10px 9px;
    display: block;
    right: 0;
}

.field-group.field-upload {
    position: relative;
    margin-bottom: 52px;
    row-gap: 20px;
}

.form-content .field-group.field-upload input[type="file"]:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../svg/download-cloud.svg);
    width: 24px;
    height: 24px;
    top: 18px;
    left: 38px;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-content .field-group.field-upload strong{
    margin-bottom: 6px;
}

.owner-section .contact-us-content .contact-form {
    padding: 83px 80px 94px;
}

.owner-section .contact-us-content {
    padding: 86px 0 84px;
}

@media(min-width: 1920px){
    section.owner-section .container {
        padding: 0 82px;
    }
}

@media(max-width: 1600px){
    .contact-us-content .contact-form .title-block .title h2 span {
        width: 100%;
        display: block;
    }
}

@media(max-width: 1440.98px){
    .owner-top {
        column-gap: 64px;
        padding: 83px 0 77px;
    }

    .owner-top .section-title {
        width: 45%;
    }

    .owner-top .title-owner-top h2 {
        margin-bottom: 40px;
    }

    .owner-top .section-title .description p {
        margin-bottom: 13px;
    }

    .owner-section .contact-us-content .title-block .title {
        width: auto;
    }

    .owner-section .contact-us-content .col-left {
        padding: 81px 0 0px 0px;
        width: 45%;
    }

    .owner-section .contact-us-content {
        padding: 97px 0 84px;
    }

    .owner-section .contact-us-content .title-block {
        margin-bottom: 65px;
    }

    .owner-section .contact-us-content .col-right .title-block {
        margin-bottom: 35px;
    }
}

@media (max-width: 991.98px) {
    .owner-section .contact-us-content {
        padding: 40px 0 84px;
        flex-wrap: wrap;
    }

    .owner-top {
        padding: 83px 0 40px;
    }

    .owner-section .contact-us-content .contact-form {
        padding: 80px 40px 94px;
    }

    .owner-section .contact-us-content .col-left {
        width: 100%;
    }

    .owner-section .contact-us-content .col-right {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .owner-top .owner-top-mobile{
        display: block;
    }

    .owner-top .owner-top-desktop{
        display: none;
    }

    .owner-top .owner-top-image {
        width: 100%;
        position: relative;
    }

    .owner-top {
        padding: 0;
        flex-wrap: wrap;
        position: relative;
    }

    section.owner-top-section .container{
        padding: 0;
    }

    .owner-top .owner-top-image img {
        height: 932px;
    }

    .owner-top .section-title {
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 0 36px 91px;
        z-index: 2;
    }

    .owner-top .title-owner-top h2 {
        color: #fff;
        font-size: 42px;
        line-height: 60px;
        margin-bottom: 17px;
    }

    .owner-top .description {
        max-width: 100%;
    }

    .owner-top .section-title .description p {
        color: #fff;
        line-height: 24px;
    }

    .owner-top .owner-top-image:before{
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: rgba(34, 37, 41, 0.5);
    }

    .owner-section .contact-us-content .col-left {
        padding: 47px 0 37px 0px;
    }

    .owner-section .contact-us-content .title-block {
        margin-bottom: 72px;
    }

    .owner-section .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
        padding: 0 15px 41px;
    }

    .owner-section table.ui-datepicker-calendar tr {
        display: table-row;
    }

    .owner-section .ui-datepicker-calendar tr td span, 
    .owner-section .ui-datepicker-calendar tr td a {
        padding: 10px 0;
    }

    .owner-section .ui-datepicker-calendar tr td {
        padding: 2px 0px;
        display: table-cell;
    }

    .owner-section table.ui-datepicker-calendar tr th {
        padding: 19px 0px 16px;
    }

    .owner-section .ui-datepicker-calendar td.ui-datepicker-current-day a {
        padding: 11px 5px;
        width: 42px;
        height: 42px;
        text-align: center;
    }

    .owner-section .ui-datepicker-calendar tr td span, .owner-section .ui-datepicker-calendar tr td a {
        width: auto;
    }

    .owner-section .ui-datepicker-calendar tr td span {
        width: auto;
        height: auto;
    }

    .owner-section .ui-datepicker-calendar tr td {
        width: auto;
    }

    .owner-section .ui-datepicker-calendar tr td.ui-datepicker-current-day {
        display: flex !important;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .owner-section .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
        padding: 0px 0px 25px;
    }

    .owner-top .section-title .description p {
        margin-bottom: 9px;
    }

    .owner-section .contact-us-content .contact-form {
        padding: 39px 40px 41px;
    }

    .owner-section .contact-us-content .col-right .title-block {
        margin-bottom: 40px;
    }

    .field.country .contact-country {
        padding: 11px 10px;
    }

    .owner-section .field.country:before {
        top: 16px;
        right: 15px;
    }

    .owner-section .form-content .group-col-right .title-field-group strong {
        margin-bottom: 44px;
    }

    .owner-section .form-content .field-group.date-time-picker {
        margin-top: 72px;
        margin-bottom: 49px;
    }

    .owner-section div#calendar {
        padding: 30px 22px 33px;
    }

    .owner-section .form-content .field-group.field-message {
        margin-bottom: 51px;
    }

    .form-content .field-group.field-upload input[type="file"] {
        width: 100%;
        padding: 9px 13px;
    }

    .field-group.field-upload {
        position: relative;
        margin-bottom: 83px;
    }

    .form-content .btn-submit {
        justify-content: center;
    }

    .owner-section a.ui-datepicker-next.ui-corner-all:before {
        padding-left: 7px;
    }

    .form-content .field-group.field-upload input[type="file"]:before {
        padding: 10px 10px 10px 9px;
        display: block;
        right: 0;
        width: 50%;
        text-align: left;
    }

    .form-content .field-group.field-upload input[type="file"]:after {
        width: 50%;
        height: 24px;
        top: 15px;
        left: inherit;
        right: 45px;
    }
}

@media (max-width: 429px) {
    section.owner-section .container {
        padding: 0 20px;
    }

    .owner-section .contact-us-content .contact-form {
        padding: 39px 15px 41px;
    }
}

.ui-datepicker-calendar tr td.ui-state-active {
	position: relative;
}
.ui-datepicker-calendar tr td.ui-state-active a {
	position: relative;
	color: #fff;
}
.ui-datepicker-calendar tr td.ui-state-active::after {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #A69987;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: -1;
}
