@import 'fonts/Mont/mont.css';

body {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Mont', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
}

.mainBG {
    background-color: #c9cdcc;
    min-height: 100vh;
    background-image: url('bgNew.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: auto;
}

.mainBGBlur {
    background-image: none;
}

.whiteBG{
    background-color: white;
    min-height: 100vh;
    overflow-y: auto;  
}

.questionsFirstLine{
    max-width: 400px;
    margin: 0 auto;
}

.headerLogo {
    height: 120px;
}

.headerText {
    white-space: normal !important;
    font-size: 45px;
    font-weight: 700;
    color: #282828;
}

.headerTextIndex {
    white-space: normal !important;
    font-size: 36px;
    font-weight: 700;
    color: white;
}

.yellowText{
    color: #ffd500;
}

.mainPageBG {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 80px !important;
}

.mainPageContainer {
    padding-top: 20px;
    padding-bottom: 10px;
}

.mainPageWhite {
    background: white;
    z-index: 2;
}

.mainPageWhiteText {
    color: #07123c;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    white-space: normal !important;
}

.mainPageWhiteText span {
    text-decoration: underline;
    text-decoration-color: #ecb931;
}

.mainPageWhiteBtn {
    font-size: 30px;
    font-weight: 600;
}

.mainPageBonusesHeader {
    color: white;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    white-space: normal !important;
    margin-bottom: 20px;
}

.mainPageBonusesStep {
    color: white;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    white-space: normal !important;
    margin-bottom: 15px;
}

.mainPageBonusesIcon {
    width: 100%;
    max-width: 330px;
}

.mainPageBonusesContainer {
    padding-left: 35px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.questions {
    height: calc(100vh - 202px);
    /*min-height: 540px !important;*/
    position: relative;
}

.questionsButtons {
    position: absolute;
    right: 8%;
    bottom: 50px;
}

.questionsImage {
    position: absolute;
    left: 8%;
    bottom: 0;
}

.questionsImage img {
    max-height: 300px;
}

.questionsNumber {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.questionsHeader {
    color: #282828;
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
    white-space: normal !important;
    margin-bottom: 20px;
    text-align: center;
}



.buttonCheckbox {
    border: 3px solid #ffc107;
    background: white;
    border-radius: 5px;
    padding: 7px 20px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}


.buttonCheckboxSelected,
.buttonCheckboxSelected:hover {
    background: #ffc107;
    color: #222;
}

.q2Map {
    width: 100%;
    padding: 10px;
}

.qq {
    display: none;
}

.qActive {
    display: block;
}

#head_result {
    display: none;
    text-align: center;
}

#result_count {
    color: #fdba13;
}

#notHasResult {
    display: none;
}

.contactsText,
.contactsText a {
    color: #ecb931 !important;
}

.contacts {
    background: #08123c;
    padding: 20px;
    position: absolute;
    width: 100%;
    padding-right: 200%;
    box-sizing: content-box;
}

.resultImage {
    margin-top: 30px;
    margin-right: 50px;
    text-align: right;
}

.resultImage img {
    max-width: 415px;
}

#error {
    display: none;
    margin-top: 10px;
    color: red;
    font-size: 12px;
}

.headerLogoM {
    max-width: 150px;
    height: auto !important;
    display: none;
}

.flatsResultHeader {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
}

.projectCard {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 10px;
    line-height: 1.75;
}

.projectCard .image-wrapper {
    height: 0;
    padding-top: 80%;
    position: relative;
    display: block;
    line-height: 1.75;
}

.projectCard .image-wrapper img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}

.cardContainer2 {
    max-width: 285px;
}

.projectCard .property-information {
    padding: 15px 10px 5px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.projectCard .property-information h4 {
    font-size: 18px;
}

.flatsResultContainer {
    justify-content: center;
}

.questionsBottom {
    margin-top: 20px;
}

.questionsButtonsNotAbsolute {
    display: flex;
    justify-content: start;
}
.questionsBtnForward{
    width: 65%;
    max-width: 350px;
}

.questionsBtnBack{
    width: 25%;
    max-width: 100px;
    font-size: 13px;
    margin-right: 20px;
    opacity: .65;
}

.questionsNumberNotAbsolute {
    float: right;
    margin-right: 20px;
    padding-top: 14px;
}

.flatsLoading {
    min-height: 530px;
    display: none;
}

.flatsResult {
    padding-bottom: 30px;
}

.fullBlue {
    background-color: rgb(7, 18, 60);
    min-height: 100vh;
}

.fullBlue header {
    display: none;
}

.headerLogoD {
    height: 80px !important;
}

#phoneNumber {
    background-color: #ffffff7a;
    border-color: #ffffff7a;
    color: #222;
    font-weight: bold;
}

#phoneNumber::placeholder {
    color: #07123ca1;
}