body {
    margin: 0;
    padding: 0;
}

.logo--img {
    height: 60px;
}

@media screen and (max-width: 500px) {
    .logo--img {
        height: 40px;
    }
}

.top-home {
    margin-top: 230px;
}

input:focus {
    background-color: #212123;
}

.top-contacts {
    padding-top: 90px;
}


/* ============ ICONS ============ */
.icons-style {
    width: 26px;
    height: 26px;
    fill: #a7573e;
    color: #a7573e;
}

.icons-style-social {
    width: 26px;
    height: 26px;
    fill: #292929;
    color: #292929;
}


.whatsapp:hover {
    fill: #35ef0c !important;
    color: #35ef0c !important;
}

.telegram:hover {
    fill: #14c4e3;
    color: #14c4e3;
}

.facebook:hover {
    fill: #1448e3;
    color: #1448e3;
}

.instagram:hover {
    fill: #e31414;
    color: #e31414;
}

/* ============ /ICONS ============ */


/* ============ Image Style ============ */
/* --- image 50/50 --- */
.image-style {
    width: 100%;
    height: 110vh;
    object-fit: cover;
}

/* --- image inline --- */
.home-amen {
    max-width: 100%;
    height: auto;
}

/* --- image inline --- */
.dev-img {
    height: auto;
    width: 35vh;
}

.dev-logo {
    height: auto;
    width: 100%;
}

/* ============ /Image Style ============ */

/* ============ TUMBLERS ============ */
.tumbler-on-992 {
    display: block;
}

.tumbler-off-992 {
    display: none;
}

.tumbler-off {
    display: none;
}

@media screen and (max-width: 992px) {
    .table-on {
        display: none;
    }
}


/* ============ /TUMBLERS ============ */

/* ============ Background image ============ */
.back-home {
    width: auto;
    height: 100vh;
    position: fixed;
}


/* --- COLOR --- */
.my-back {
    background-color: rgba(255, 255, 255, 0.92);
    width: 100%;
}

.my-back-contact {
    background-color: #212123;
}

/* ============ /Background image ============ */


/* ============ BUTTONS ============ */
/* --- Brown HOME --- */
.but-brown-home {
    background-color: #a7573e;
    border: 3px solid #a7573e;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
}

.but-brown-home:hover {
    background-color: #bd7462;
    border: 3px solid #bd7462;
    color: white !important;
    transition-duration: 0.5s;
}

.but-brown-home:active {
    background-color: #a7573e;
    border: 3px dotted #a7573e;
    color: #ffffff;
}

/* --- Brown Radius --- */
.but-brown-rad {
    background-color: #a7573e;
    border: 3px solid #a7573e;
    border-radius: 4px;
    color: #ffffff;
    padding: 6px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: 0.3s;
}

.but-brown-rad:hover {
    background-color: #bd7462;
    border: 3px solid #bd7462;
    color: white;
    transition-duration: 0.3s;
}

.but-brown-rad:active {
    background-color: #a7573e;
    border: 3px dotted #a7573e;
    color: #ffffff;
}

/*незалитая*/
.but-empty {
    background-color: Transparent;
    border: 1px solid #a7573e;
    letter-spacing: 2px;
    line-height: 15px;
    color: #a7573e !important;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: 0.3s;
}

.but-empty:hover {
    border: 1px solid #a7573e;
    background-color: #a7573e;
    color: #ffffff !important;
    transition-duration: 0.1s;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}

.but-empty:active {
    border: 1px solid #a7573e;
    color: #ffffff !important;
}

@media screen and (max-width: 380px) {
    .but-empty {
        font-size: 10px !important;

    }
}

/* --- Brown But Contacts --- */
.but-border-contact {
    border: 1px solid #b8b897;
}

.but-border-contact:hover {
    border: 1px solid #ffffff;;
}

.but-border-contact:active {
    border: 1px solid #b8b897;
}

/* ============ /BUTTONS ============ */


/* ============ MEDIA ============ */
/* --- max --- */
@media only screen and (max-width: 1440px) {
    .top-home {
        margin-top: 220px;
    }
}

@media only screen and (max-width: 1024px) {
    .top-home {
        margin-top: 200px;
    }
}

@media only screen and (max-width: 992px) {
    .tumbler-on-992 {
        display: none;
    }

    .tumbler-off-992 {
        display: block;
    }

    .image-style {
        height: 90vh;
    }

    .top-home {
        margin-top: 180px;
    }
}

@media only screen and (max-width: 768px) {
    .top-home {
        margin-top: 130px;
    }

    .image-style {
        height: 80vh;
    }
}

/* ============ /MEDIA ============ */

/* ============ Cookie ============ */
#cookie_notification {
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 900px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 11px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    opacity: .96;
    z-index: 9;
}

#cookie_notification p {
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}


@media (min-width: 576px) {
    #cookie_notification.show {
        display: flex;
    }

    .cookie_accept {
        margin: 0 0 0 10px;
    }
}

@media (max-width: 575px) {
    #cookie_notification.show {
        display: block;
        text-align: left;
    }

    .cookie_accept {
        margin: 10px 0 0 0;
    }
}

/* ============ /Cookie ============ */
#myVideo {
    position: fixed;
    right: 0;
    top: 76px;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}

/* ============ Bitrix24 ============ */
.b24-form-header-padding {
    padding: 0 !important;
}

.b24-form-btn-block {
    margin-bottom: 9px !important;
}

.b24-form-content {
    padding: 0 0 !important;
}

.b24-form-style-modern .b24-form-control-string .b24-form-control, .b24-form-style-modern .b24-form-control-list .b24-form-control, .b24-form-style-modern .b24-form-control-text .b24-form-control, .b24-form-style-modern .b24-form-control-select .field-item {
    border-bottom-width: 0.5px !important;
    border-bottom-color: #a7573e !important;
}

.b24-form-btn {
    width: 99% !important;
    border-radius: 0 !important;
    background-color: Transparent !important;
    border: 1px solid #a7573e !important;
    letter-spacing: 2px !important;
    line-height: 15px !important;
    color: #a7573e !important;
    padding: 11px 53px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: "Regis-H", sans-serif;
    font-size: 16px !important;
    margin: 4px 2px !important;
    cursor: pointer;
    transition-duration: 0.3s;
    font-weight: lighter;
}

.b24-form-btn:hover {
    border: 1px solid #a7573e !important;
    background-color: #a7573e !important;
    color: #f5f5f5 !important;
    transition-duration: 0.1s;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}

.b24-form-btn:active {
    border: 1px solid #a7573e;
    color: #ffffff !important;
}

.b24-form {
    font-family: "Regis-H", sans-serif !important;
    font-weight: lighter !important;
}

.b24-form-state-container .b24-form-success {
    background-color: rgb(255, 255, 255) !important;
}

.b24-form-control-label {
    text-align: left !important;
}

.grecaptcha-badge {
    box-shadow: rgba(128, 128, 128, 0) 0 0 5px !important;
}

.b24-form-success-icon {
    background-image: url(https://sunnyislesstregisresidence.com/static/main/img/icons/ok.svg) !important;
}

.form-h {
    color: black;
    padding-left: 8px;
}

/* ============ /Bitrix24 ============ */

/*======== MAP ========*/

.map--clik {
    pointer-events: none;
}

/*======== /MAP ========*/

/* ============ lightbox ============ */
.img-thumbnail {
    padding: 0.5px !important;
    background-color: #a7573e !important;
    border: 1px solid #a7573e !important;
}

/* ============ lightbox/ ============ */


/*======== Scroll bar ========*/

/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
    width: 12px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background-color: #dedede;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
    background-color: #a7573e;
    /*border-radius: 9em;*/
    box-shadow: inset 1px 1px 10px #f3faf7;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8;
}

/* Стрелки */

::-webkit-scrollbar-button:vertical:start:decrement {
    background: linear-gradient(120deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(240deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(0deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:vertical:end:increment {
    background: linear-gradient(300deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(60deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(180deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
    background: linear-gradient(30deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(150deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(270deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:horizontal:end:increment {
    background: linear-gradient(210deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(330deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(90deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

/*======== /Scroll bar ========*/



/*======== FORMS ========*/
.vera--form input, .vera--form textarea {
    padding: 7px;
    width: 100%;
    border: 1px solid #A45737;
}

.vera--form p, .vera--form textarea {
    width: 100%;
}


.gj-datepicker-md [role=right-icon] {
    right: 10px !important;
    top: 10px !important;
    font-size: 23px !important;
}

p .gj-dropdown {
    margin-left: 80px;
}

input:focus, textarea:focus {
    background-color: white;
    outline: none;
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.4s ease;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.4s ease;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.4s ease;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.4s ease;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
/ / Yeah, yeah everybody write about it
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

.p_phone {
    border: 1px solid #A45737;
}

.input_phone {
    border: none !important;
}

.form-select {
    border: 1px solid #A45737 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 7px 10px !important;
    color: #707070;
    background-image: url('/static/main/form_data/realtor_down.svg') !important;
}

.input_book {
    padding: 10px !important;
}

.vera--form {
    margin-top: 2px;
}

.gj-textbox-md, .gj-datepicker-md {
    font-family: "Regis-H", sans-serif !important;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: #a7573e14 !important;
}

.gj-datepicker-md {
    color: #a7573e !important;
}

.gj-picker-md [role=header] {
    background: #a7573e !important;
}

.gj-picker-md [role=switch] {
    background: #a7573e !important;
}

.gj-picker-md [role=footer] button.gj-button-md {
    color: #a7573e !important;
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    background-color: #a7573e !important;
}

.gj-picker-md .arrow-begin, .gj-picker-md [role=body] [role=arrow] {
    background-color: #a7573e !important;
}

.gj-picker-md .arrow-end {
    border-color: #a7573e !important;
}


.btn-close {
    background: transparent url('/static/main/form_data/close.svg') center/1em auto no-repeat !important;
}

.area-form {
    border: 1px solid #a7573e;
}

.p-area-form {
    margin-bottom: 6px;
}

.but-form {
    margin-left: 0 !important;
}

/*======== /FORMS ========*/

.dev--logo-home {
    height: 9vh;
    width: auto;
}

.dev--logo-home2 {
    height: 25vh;
    width: auto;
}

@media screen and  (max-width: 600px) {
    .dev--logo-home {
        height: 5vh;
        width: auto;
    }

    .dev--logo-home2 {
        height: 14vh;
        width: auto;
    }
}

/* ------------------- PopUP ------------------- */

.pop-all {
    position: absolute;
    left: 37px;
}

.close-b {
    position: absolute;
    right: 10px;
    top: 10px;
}

.pop-line-1 {
    top: 35px;
}

.pop-line-2 {
    top: 110px;
}

.pop-line-3 {
    top: 185px;
}

.pop-line-4 {
    top: 260px;
    width: 83%;
}

.p_phone {
    background-color: white;
}

.pop-h {
    font-size: 34px !important;
}

.pop-but-all {
    background-color: #A7573E;
    border-color: white;
    color: white !important;
    text-transform: uppercase;
}

@media screen and (max-width: 520px) {

    .pop-all {

    left: 62px;
}

    .pop-h {
        font-size: 30px !important;
    }

    .pop-line-1 {

        top: 35px;
    }

    .pop-line-2 {

        top: 100px;
    }

    .pop-line-3 {

        top: 171px;
    }

    .pop-line-4 {
        top: 239px;
            width: inherit;
    }
}

@media screen and (max-width: 500px) {
    .pop-h {
        font-size: 28px !important;
    }
}

@media screen and (max-width: 490px) {
    .pop-h {
        font-size: 28px !important;
    }

    .pop-line-3 {
        top: 171px;
    }
}

@media screen and (max-width: 480px) {
    .pop-h {
        font-size: 28px !important;
    }

    .pop-line-3 {
        top: 171px;
    }
}

@media screen and (max-width: 470px) {
    .pop-h {
        font-size: 27px !important;
    }

    .vera--form input, .vera--form textarea {
        padding: 5px;
    }

    .vera--form .form-radio {
        font-size: 14px;
    }
}

@media screen and (max-width: 460px) {
    .pop-all {
        left: 28px;
    }

    .pop-all {
    left: 45px;
}

    .pop-h {
        font-size: 27px !important;
    }

    .vera--form input, .vera--form textarea {
        padding: 5px;
    }

    .vera--form .form-radio {
        font-size: 14px;
    }

    .pop-line-1 {

        top: 30px;
    }

    .pop-line-2 {

        top: 77px;
    }

    .pop-line-3 {

        top: 135px;
    }

    .pop-line-4 {

        top: 185px;
    }
}

@media screen and (max-width: 420px) {
    .pop-all {
        left: 43px;
    }

    .pop-h {
        font-size: 23px !important;
    }

    .vera--form input, .vera--form textarea {
        padding: 5px;
    }

    .vera--form .form-radio {
        font-size: 14px;
    }

    .pop-line-1 {

        top: 28px;
    }

    .pop-line-2 {

        top: 70px;
    }

    .pop-line-3 {

        top: 126px;
    }

    .pop-line-4 {

        top: 160px;
    }
}

@media screen and (max-width: 420px) {
    .pop-all {
        left: 35px;
    }

    .pop-h {
        font-size: 23px !important;
    }

    .vera--form input, .vera--form textarea {
        padding: 5px;
    }

    .vera--form .form-radio {
        font-size: 14px;
    }

    .pop-line-1 {

        top: 20px;
    }

    .pop-line-2 {

        top: 60px;
    }

    .pop-line-3 {

        top: 115px;
    }

    .pop-line-4 {

        bottom: 160px;
    }

    .vera--form input, .vera--form textarea {
        padding: 4px;
    }

    .vera--form .form-radio {
        font-size: 13px;
    }
}

@media screen and (max-width: 385px) {
    .pop-all {
        left: 31px;
    }

    .close-b {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .vera--form p, .vera--form textarea {
        margin-bottom: 10px;
    }

    .pop-h {
        font-size: 23px !important;
    }

    .vera--form input, .vera--form textarea {
        padding: 5px;
    }

    .vera--form .form-radio {
        font-size: 14px;
    }

    .pop-line-1 {

        top: 13px;
    }

    .pop-line-2 {

        top: 50px;
    }

    .pop-line-3 {

        top: 101px;
    }

    .pop-line-4 {

        top: 142px;
    }

    .vera--form input, .vera--form textarea {
        padding: 4px;
    }

    .vera--form .form-radio {
        height: 11px;
    }
}

@media screen and (max-width: 350px) {
    .pop-all {
        left: 3px;
    }

    .close-b {
        position: absolute;
        right: 6px;
        top: 6px;
    }

    .pop-h {
        font-size: 18px !important;
    }

    .vera--form input, .vera--form textarea {
        padding: 3px;
    }

    .vera--form .form-radio {
        font-size: 14px;
    }

    .pop-line-1 {

        top: 5px;
    }

    .pop-line-2 {

        top: 30px;
    }

    .pop-line-3 {

        top: 80px;
    }

    .pop-line-4 {

        top: 111px;
    }

    .vera--form input, .vera--form textarea {
        padding: 3px;
    }

    .form-check {

        min-height: 0.5rem;
        margin-bottom: 0;
    }

    .form-check-inline {
        margin: auto;
    }
}

.pop_up {
    display: none;
}

.vera--form .form-radio {
    width: auto;
    height: 13px;
    color: white;
}

.form-check-input:checked {
    background-color: #A7573E;
    border-color: #A7573E;
}

/* ------------------- /PopUP ------------------- */


/* ============ Онлайн Оператор ============ */
.b24-widget-button-position-bottom-right {
    right: 2px !important;
    bottom: 83px !important;
}

.b24-widget-button-inner-block {
    background: #212529 !important;
}

.b24-widget-button-inner-mask {
    background: #212529 !important;
}

.b24-widget-button-pulse {
    border: 1px solid #212529 !important;
}

input:focus, textarea:focus {
    background-color: #ffffff;
}

.bx-livechat-head {
    background: #212529 !important;
}

/* ============ /Онлайн Оператор ============ */