/* ===================================
    Crafto - Real estate
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap');
/* variable */
:root {
    --alt-font: 'Urbanist', sans-serif;
    --primary-font: 'Atkinson Hyperlegible', sans-serif;
    --base-color: #06af47; 
    --dark-gray:#262b35;
}
body{
    font-size: 17px;
    line-height: 32px;
}
/* reset */
.placeholder-light-gray::-webkit-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
.placeholder-light-gray::-moz-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
.placeholder-light-gray:-ms-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
/* heading */
h1, h2, h3, h4, h5, h6 {word-spacing: -2px;}
h1 {
    line-height: 4.375rem;
}
h2 {
    line-height: 3.438rem;
}
h3 {
    line-height: 2.813rem;
}
h4 {
    line-height: 2.575rem;
}
h5 {
    line-height: 2rem;
}
h6 {
    line-height: 1.75rem;
}
/* header */
header .navbar-brand img {
    max-height: 39px;
}
.navbar .navbar-nav .nav-link, .navbar .navbar-nav a {
    font-size: 18px;
    font-weight: 600;
}
header.sticky .navbar-nav .nav-link,
header.sticky .fixed-header .navbar-nav .nav-link,
header.sticky .disable-fixed .navbar-nav .nav-link{
    padding-top: 30px;
    padding-bottom: 30px;
}

header .btn.btn-small {
    padding: 10px 20px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 420px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    line-height: 22px;
    font-size: 14px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    width: 70px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    font-size: 17px;
    line-height: 30px;
}
/* bg color */
.bg-raven-blue {
    background-color: #6c757d;
}
.bg-orange {
    background-color: #ffa800;
}
.bg-base-color-transparent {
    background-color: rgba(6, 175, 71,.15);
}
.bg-base-color-light {
    background-color: #edf9f2;
}
.border-radius-left-8px {
    border-radius: 8px 0 0 0;
}
.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(32, 35, 41, 1) 0%, transparent 80%);
}
/* text */
.text-orange {
    color: #ffa800;
}
.text-red {
    color: #ec5b54;
}
/* btn */
.btn {
    letter-spacing: normal;
    font-weight: 700;
}
.btn i { 
    margin-left: 5px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 4px;
}
.btn.btn-hover-animation-switch:hover .btn-text {
    transform: translateX(21px);
}
.btn.btn-transparent-white-light:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    color: var(--white);
}
.btn.btn-dark-gray:not(.btn.submit):hover, .btn.btn-dark-gray:not(.btn.submit):active {
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: var(--white);
}
.btn.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
.btn.btn-light-base-color {
    background-color: #c7e9d4;
    border-color: #c7e9d4;
    color: var(--dark-gray);
}
.btn.btn-box-shadow.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.text-uppercase-inherit i {
    top: 1px;
}
/* top right bottom left */
.right-minus-250px {
    right: -250px;
}
.right-minus-170px {
    right: -170px;
}
.right-minus-155px {
    right: -155px;
}
.bottom-minus-85px {
    bottom: -85px;
}
/* page title */
.page-title-extra-small h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.page-title-extra-small h2 {
    font-size: 3.438rem;
    line-height: 3.438rem;
}
/* custom */
.icon-with-text-style-10:hover .feature-box-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.contact-form-style-03 {
    margin-top: -100px;
}
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}
.social-icon-style-02 .small-icon li {
    margin: 0;
}
input, select, textarea, .form-control {
    font-size: 16px;
}
/* footer */
footer{ 
    font-size: 16px;
    line-height: 26px;
}
footer ul.small-icon li {margin-left: 0px;margin-right: 0px;}
footer ul li {
    margin-bottom: 0;
}
footer .footer-logo img {
    height: 39px; max-height: 39px;width: 131px; object-fit: contain;
}
.footer-light a {color: #fff;}
.footer-light a:hover {
    color: var(--dark-gray);
}
.h-440px { height: 440px;}
.text-bg { background-color: #00000099;}
.footer-contacts {line-height: 20px;}
.footer-contacts li {margin-bottom: 10px;}
.footer-contacts li:last-child {margin-bottom: 0px;}

.pagetop {text-shadow: 1px 1px 3px rgba(0, 0, 0, .5); position: relative;}
.pagetop::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .15);
  z-index: 1;
}
.pagetop .container {z-index: 1;}

.distanse-item {margin-top: 50px;}
.distanse-item:hover {}
.distanse-item-txt {    line-height: 1.2;}
.distanse-item-txt span { white-space: nowrap;}
.distanse-item img, .distanse-item-txt  {transition: transform .3s;}
.distanse-item:hover img { transform: translateY(-25px);}
.distanse-item:hover .distanse-item-txt  { transform: translateY(-15px);}

.cards_item {padding: 10px 0; /*background: #f6f7f8;*/}
.cards_item:nth-child(even) {background: #fff;}
.cards_item .row {gap: 5px;}
.cards_item_img {margin: 100px 0; padding: 0 15px;}
.cards_item_cont {padding: 0 15px; line-height: 28px;font-size: 16px; color: #000;}
.cards_item_cont p {margin-bottom: 1.5em;}

.post {}
.post ul li {list-style: disc;}
.post ol li {}

.cover-h {height: 60vw; background-position: bottom; max-height: calc(100vh - 80px);}

/* media query responsive */
@media (max-width: 1199px) {
    .newsletter-style-03 .btn {
        padding: 12px 18px 12px 18px;
    }
    .newsletter-style-03 input {
        padding-right: 145px !important;
        padding-left: 20px !important;
    }

    header .btn.btn-small {
        padding: 9px 15px;
    }
}
@media (max-width: 991px) {
    .contact-form-style-03 {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .cards_item_img, .cards_item_cont {width: calc(50% - 2.5px);}
    .cards_item_cont {padding: 10px 25px;}
    .cards_item:nth-child(even) .row {flex-direction: row-reverse;}
}
@media (max-width: 767px) {
    .newsletter-style-03 input {
        padding-right: 70px !important;
        padding-left: 20px !important;
    }
    .sm-h-400px {height: 400px;}
    .distanse-item {margin-top: 40px;}
     .cards_item {text-align: center;}
    .cards_item_img {margin: 50px 0;}
}
@media (max-width: 576px) {
    .extra-small-screen {
        height: 300px !important;
    }
}


/* */
#cookies {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f2f2f2;
    padding: 24px 0 18px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    
    z-index: 9999
}
#cookies.cookies-active {    display: block}
#cookies .title {
    margin-right: 3px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #000
}

#cookies p {
    font-size: 12px;
    line-height: 16.8px;
}
#cookies .btn.btn-small {
    padding: 8px 20px;
}
#cookies p a {color: var(--base-color);text-decoration: underline;
    text-decoration-color: var(--base-color);
    -moz-text-decoration-color: var(--base-color);}
#cookies p a:hover {text-decoration: none;}
#cookies .settings-link {
    float: left;
    margin-top: 3px;
}
#cookies .settings-link:focus {
    outline: thin dotted;
    outline-offset: -2px;
    background: none
}
.cookies-link {color: var(--base-color);
    text-decoration: underline;
    text-decoration-color: var(--base-color);
    -moz-text-decoration-color: var(--base-color);}
.cookies-link:hover,.cookies-link:focus {text-decoration: none;}
.cookies-link:after {
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 6 Free'; 
    font-weight: 900;
    content: "\f054";
    display: inline-block;
    margin-left: 4px;
    text-decoration: underline
}

.cookies-link:after {    text-decoration: none}
#cookies .button-box {    text-align: right;}
#cookies-form {
    max-width: none
}
.default-form .form-agreement-section .form-row {
    padding: 0 !important
}

.default-form .form-agreement-section .form-row label {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 10px
}

.default-form .form-agreement-section .form-row label .label {
    display: block;
    margin-left: 25px;
    font-size: 14px;
    line-height: 16.8px;    
    color: #525252;
}

.default-form .form-agreement-section .form-row label .field {
    float: left
}
.default-form .form-agreement-section .form-row label:hover {
    background: #f7f7f7
}
.default-form .form-agreement-section .form-row.checked>label {
    background-color: #f2f2f2
}
.default-form .form-agreement-section .form-row.disabled label .label {
    color: #ccc
}
.default-form .form-agreement-section .form-row.disabled label:hover {
    cursor: auto;
    background: none
}

.default-form .form-agreement-section .form-row strong {
    color: #000
}

.default-form .form-agreement-section .form-row label.checkbox,.default-form .form-agreement-section .form-row label.radio {
    padding: 15px 10px 20px
}
.default-form .form-agreement-section .form-row label.checkbox .h2 {font-weight: bold;color: #000;}

.default-form .form-agreement-section .form-row label.checkbox .h2,
.default-form .form-agreement-section .form-row label.radio .h2,
.default-form .form-agreement-section .form-row label.checkbox h3,
.default-form .form-agreement-section .form-row label.radio h3,
.default-form .form-agreement-section .form-row label.checkbox .label,
.default-form .form-agreement-section .form-row label.radio .label {
    display: block;
    margin-left: 30px
}

.default-form .form-agreement-section .form-row label.checkbox .label ul,.default-form .form-agreement-section .form-row label.radio .label ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px
}

.default-form .form-agreement-section .form-row label.checkbox .label ul li,
.default-form .form-agreement-section .form-row label.radio .label ul li {
    list-style: disc;
    margin-bottom: 5px
}

.default-form .form-agreement-section .form-row label.checkbox .field,
.default-form .form-agreement-section .form-row label.radio .field {
    float: left;
    margin-top: 3px
}

.default-form .form-agreement-section .form-row+.form-row label {
    border-top: 0
}

.default-form .form-agreement-section .h2,.default-form .form-agreement-section h3 {
    font-size: 15px !important;
    line-height: 18px !important;
    margin-bottom: 6px
}

.default-form .form-agreement-section .form-row label.checkbox .h2, 
.default-form .form-agreement-section .form-row label.radio .h2, 
.default-form .form-agreement-section .form-row label.checkbox h3, 
.default-form .form-agreement-section .form-row label.radio h3, 
.default-form .form-agreement-section .form-row label.checkbox .label, 
.default-form .form-agreement-section .form-row label.radio .label {
    display: block;
    margin-left: 30px;
}
.default-form .form-agreement-section+.form-agreement-section {
    margin-top: -25px
}
.radio input[type="radio"],.checkbox input[type="radio"],.radio input[type="checkbox"],.checkbox input[type="checkbox"] {
    display: none
}

.radio input[type="radio"]+span:before,.checkbox input[type="radio"]+span:before,.radio input[type="checkbox"]+span:before,.checkbox input[type="checkbox"]+span:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    float: left;
    margin: 0 6px 0 0;
    color: #ccc
}
.checkbox input[type="checkbox"]+span:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: "";
    width: 19px;
    height: 19px;
    margin-right: 5px;
    margin-top: -3px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    border: 2px solid #ccc;
    background: #FFF;
    color: #000
}

.checkbox:hover input[type="checkbox"]+span:before {
    content: "";
    border-color: #525252
}

.checkbox input[type="checkbox"]:checked+span:before {
    content: "\f00c";
    color: #000;
    border-color: #4CAF50
}

.checkbox input[type="checkbox"]:disabled+span:before {
    background-color: #f2f2f2;
    border-color: #ccc
}

@media (max-width: 575px) {
    #cookies-form .h2 {
        margin-left:25px;
        font-size: 15px !important;
        line-height: 18px !important;
    }

    #cookies-form .label {
        font-size: 12px;
        line-height: 16.8px;
        margin-left: 25px
    }

    /*#cookies-form .button-box {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        background: #FFF
    }
    #cookies-form .button-box:before,#cookies-form .button-box:after {
        content: " ";
        display: table
    }
    #cookies-form .button-box:after {
        clear: both
    }*/
}

@media (max-width: 575px) and (min-width:1024px) {
    #cookies-form .button-box {
        padding-left:30px;
        padding-right: 30px
    }
}

@media (max-width: 575px) and (min-width:1200px) {
    #cookies-form .button-box {
        padding-left:60px;
        padding-right: 60px
    }
}

@media (max-width: 575px) and (min-width:1480px) {
    #cookies-form .button-box {
        padding-left:0;
        padding-right: 0;
        max-width: 1366px
    }
}

#cookies-form .form-row.disabled .label {
    color: #525252
}

#cookies-form label.checkbox {
    padding: 0 0 15px;
    margin-bottom: 24px;
    border-top: 0;
    background: none !important
}
.cookies-cont {max-width: 900px; margin: 0 auto;}
.cookies-information { padding: 40px 20px 40px;}
.default-form p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 16.8px;
}
.link-oferta span.bg-dark-gray { -webkit-transition: 0.3s; transition: 0.3s;}
.link-oferta:hover span.bg-dark-gray {background-color: #06af47;}

@media (min-width: 768px) {
    #cookies .title {
        font-size: 16px;
        line-height: 16px;
    }

    #cookies p {
        display: table-cell;
        text-align: center;
        padding-right: 30px;
        vertical-align: top;
        font-size: 14px;
        line-height: 19.6px;
        margin: 0;
    }

    #cookies p br {
        display: none
    }

    #cookies .settings-link {
        float: none;
        margin-top: 0
    }

    #cookies .button-box {
       white-space: nowrap;
    }
    .cookies-information { padding: 40px 50px 40px;}
    .default-form .form-agreement-section h2 {
        font-size: 16px !important;
        line-height: 19.2px !important;
    }
}