/* Общее */
@font-face {
	font-family: 'Montserrat'; 
	src: url(../fonts/Montserrat-Regular.ttf); 
}
@font-face {
	font-family: 'Georgia'; 
	src: url(../fonts/Georgia.ttf); 
}
@font-face {
	font-family: 'Spectral'; 
	src: url(../fonts/Spectral-Regular.ttf); 
}@font-face {
	font-family: 'Spectral-Light'; 
	src: url(../fonts/Spectral-Light.ttf); 
}
body {
    background-color: #19314B;
    font-family: 'Georgia', Arial, sans-serif;
    background-image: linear-gradient(to right, rgba(14, 29, 47, 0.7) 0 100%), url(https://towngroup.estate/theme/images/bg/fon3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fon {
    background-color: #19314B;
}
.head {
    color: #fff;
    font-size: 23px;
    line-height: 1.1;
    font-family: 'Spectral';
}
.gold {
    color: #d7c1aa;
}
.head2 {
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    padding: 25px 35px 0 35px;
    font-family: 'Spectral';
}
.bldr {
    border: 1px solid #d7c1aa;
}
.text {
    font-size: 45px;
    display: inline-block;
    position: relative;
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: wave 2s infinite;
}
.p-35 {
    padding: 35px;
}
@-webkit-keyframes wave {
from {
    -webkit-mask-position: 150%;
}
to {
    -webkit-mask-position: -50%;
}
}

.contact-form-box {
    border: 1px solid #d7c1aa;
    padding: 16px 20px;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    outline: none;
    background-color: #fff;
    height: auto;
    width: 100%;
    font-size: 18px;
    font-family: 'Spectral';
    border: 0;
}

.lbl {
    color: #fff;
    font-family: 'Spectral';
    font-size: 12px;
    text-transform: uppercase;
}
.gld {
    color: #d7c1aa;
}
.butt {
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    background: transparent;
    line-height: 1;
    padding: 19px 30px;
    position: relative;
    z-index: 1;
    font-weight: var(--tj-fw-medium);
    color: #000;
    background-color: #e0c2aa;
    border: 0;
}
.butt:disabled {
    background-color: #ccc;
    color: #fff;
}
.form-check-input:checked {
    background-color: #e0c2aa;
    border-color: #e0c2aa;
}
.blrd {
    border: 1px solid #d7c1aa;
    margin-bottom: 15px;
    margin-top: 15px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
    .text {
        font-size: 38px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .text {
        font-size: 26px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text {
        font-size: 26px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text {
        font-size: 26px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .text {
        font-size: 26px;
    }
}
@media (max-width: 575px) {
    .text {
        font-size: 26px;
    }
}
