@font-face {
    font-family: "Lato-Regular";
    font-display: swap;
    src: url(../fonts/Lato/Lato-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Lato-Bold";
    font-display: swap;
    src: url(../fonts/Lato/Lato-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "PlayfairDisplay-Bold";
    font-display: swap;
    src: url(../fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf) format("truetype");
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

:root {
    --custom-blue: #1b3556;
    --custom-lightblue: #3a71ba;
    --custom-cream: #cfb193;
}

a,
body {
    font-family: "Lato-Regular";
    color: #000000;
    font-size: 20px;
}

.bold {font-family: "Lato-Bold";}

a:hover {
    text-decoration: none;
    color: #2b2b2b;
}

.nav-link {
    font-size: 20px;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.nav-link:hover,
.nav-link:focus {
    color: #A3191E;
}

.container {
    width: 70% !important;
    max-width: 70% !important;
}

.fix-height {
    height: 970px;
    margin-bottom: 7em;
}

.fix-height.gallery-list {
    height: 670px;
    margin-bottom: 7em;
}

.fix-height.gallery-list .header-big-img {
    height: 88%;
}

.left-header-fluid {
    position: absolute;
    left: 0px;
    width: 65%;
    background-color: #A3191E;
    height: 100%;
    top: 0px;
}

.right-header-fluid {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35%;
    background-color: #8A8989;
    height: 200px;
}

.header-big-img {
    object-fit: cover;
    top: 40px;
    right: 0px;
    width: 54%;
    height: 80%;
    position: absolute;
}
.header-small-img {
    object-fit: cover;
    bottom: -80px;
    left: 0%;
    width: auto;
    height: auto;
    position: absolute;
}

.conti-header-block {
    position: relative;
    z-index: 100;
    padding-top: 12em;
    width: 55%;
}

.conti-header-block h1 {
    font-family: "PlayfairDisplay-Bold";
    color: #fff;
    font-size: 72px;
}

.standard-btn {
    background-color: #000000;
    border: 1px solid #000;
    color: #fff;
    font-size: 25px;
    border-radius: 0px;
    padding: 5px 20px;
}

.standard-btn.inv {
    background-color: #fff;
    color: #000;
}

.standard-btn:hover,
.standard-btn:focus {
    background-color: #fff;
    color: #000;
}

.service-fluid {
    background-color: #A3191E;
    padding-bottom: 3em;
    margin-bottom: 3em;
    padding-top: 4em;
}

.title {
    color: #FFFFFF;
    font-family: "PlayfairDisplay-Bold";
    font-size: 40px;
}

.gray-block {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 72%;
    width: 78%;
    background-color: #8A8989;
}

.service-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.one-service {
    display: flex;
    flex-direction: column;
    width: 47%;
    margin-top: 2em;
}

.one-service > img {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 100;

}

.service-content-block {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 6em 1.3em 1.5em 1.3em;
    margin-top: -5em;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.service-text {
    font-size: 20px;
}

.service-title {
    font-family: "PlayfairDisplay-Bold";
    font-size: 30px;
}

.black-slim-line {
    height: 229px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -90px;
    width: 1px;
    display: flex;
    background-color: #000;
    margin: 0 auto;
}

.text-black {
    color: #000;
}

.one-ingatlan-inlist img {
    height: 237px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}

.one-ingatlan-list-desc,
.one-ingatlan-list-title {
    margin-left: 15px;
    font-size: 20px;
}

.last-line {
    margin-left: 15px;
    height: 1px;
    width: 70%;
    display: block;
    background-color: #A3191E;
    margin-top: 15px;
}

.about-us-img-container {
    display: block;
    background-color: #A3191E;
    height: 85%;
    width: 85%;
    float: right;
    margin-top: 2em;
}

.about-us-img-container img {
    position: absolute;
    left: -50px;
    top: -50px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.extra-p {
    padding-left: 2em;
}

.black-line {
    height: 229px;
    position: absolute;
    right: 20px;
    bottom: -110px;
    width: 1px;
    display: flex;
    background-color: #000;
    margin: 0 auto;
}

.about-us-fluid {
    padding-bottom: 3em;
}

.why-us-fluid {
    background-color: #A3191E;
    padding-top: 2em;
    padding-bottom: 2em;
}

.white-text {
    color: #fff;
}

.standard-text ul {
    list-style: none;
    padding-top: 4em;
}

.standard-text ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding-bottom: 12px;
}

.standard-text ul li::before {
    content: "";
    display: block;
    width: 35px;
    margin-right: 15px;
    height: 2px;
    background-color: #fff;
    flex-shrink: 0;
}

.about-us-img-block img.bigimg {
    width: 90%;
    object-fit: cover;
    margin-top: 2em;
}

.about-us-img-block img.bigsmall {
    float: right;
    margin-top: -6em;
    position: relative;
    z-index: 10;
}

.black-line.with-extras {
    z-index: 11;
    bottom: -290px;
    height: 270px;
}

.quotationimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.unic-input {
    border: 0px solid #000000;
    border-bottom: 1px solid #000000;
    border-radius: 0px;
    background-color: transparent;
    color: #000;
    font-size: 20px;
    outline: 0px !important;
    box-shadow: none !important;
    min-height: 50px;
    padding-left: 0px;
}

.unic-input::-webkit-input-placeholder { /* Edge */
    color: #000000;
}

.unic-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
}

.unic-input::placeholder {
    color: #000000;
}

.footer-contacts-row {
    color: #fff;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 1.5em;
}
.footer-contacts-row span {
    color: #fff;
    font-family: "PlayfairDisplay-Bold";
    font-size: 25px;
}

.footer-fluid {
    background-color: #000;
    padding-top: 1em;
    padding-bottom: 2em;
}

.footer-contacts-row:hover span,
.footer-contacts-row:focus span,
.footer-contacts-row:hover,
.footer-contacts-row:focus {
    color: #A3191E;
}

.footer-form .unic-input {
    border-color: #fff;
    color: #fff;
    background-color: transparent !important;
}

.footer-form .unic-input::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.footer-form .unic-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.footer-form .unic-input::placeholder {
    color: #fff;
}

.gray-line {
    height: 315px;
    position: absolute;
    left: -55px;
    top: -1em;
    width: 1px;
    display: flex;
    background-color: #FFFFFF;
    margin: 0 auto;
}

.copyright-row {
    list-style: none;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
}

.copyright-row a {
    color: #fff;
    font-size: 18px;
}

.copyright-row a:hover,
.copyright-row a:focus {
    color: #A3191E;
}

.copyright-row li.line {
    padding-left: 20px;
    padding-right: 20px;
}

.copyright-fluid {
    background-color: #8A8989;
    padding-top: 15px;
    padding-bottom: 15px;
}

.copy-line {
    height: 30px;
    width: 1px;
    display: block;
    overflow: hidden;
    background-color: #fff;
}

.gallery_view_title {
    display: flex;
    flex-direction: column;
    width: max-content;
}

.gallery_view_title .last-line {
    width: 100%;
}

.gallery-img-block img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.splide__pagination__page {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #000;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.splide__pagination__page.is-active {
    background-color: #A3191E;
    border: 1px solid #A3191E;
}

.base_container {
    min-height: 200px;
    padding-bottom: 2em;
}

.splide__pagination {
    padding-left: 0px;
}

.custom-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.custom-checkbox p {
    margin-bottom: 0;
}

.custom-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.custom-checkbox span {
    display: inline-block;
    width: 15px;
    height: 15px;
    aspect-ratio: 1 / 1;
    border: 1px solid #A3191E;
    background-color: #fff;
    margin-right: .5em;
    position: relative;
    cursor: pointer;
}

.custom-checkbox.white-text p {
    color: #fff;
}

.custom-checkbox a {
    color: #A3191E;
}

.custom-checkbox input:checked ~ span {
    background-color: #A3191E;
    border: 1px solid #A3191E;
}

.custom-checkbox span::after {
    display: none;
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.custom-checkbox input:checked ~ span::after {
    display: block;
}

.lg-sub-html {
    display: none;
}

#map {
    height: 280px;
    margin-bottom: 2.5em;
}

.szechenyi {
    position: absolute;
    right: 0px;
    top: 127px;
    z-index: 100;
}

.szechenyi img {
    width: 316px;
}
/*eof*/