
/* HOME PAGE */
.slide-item-description {
    margin-bottom: 20px;
}
.nav-link-block {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
@media (max-width: 480px) {
    .nav-bar-container {
        gap: 5px;
    }
}
@media (max-width: 768px) {
    .language-switch-block {
        display: none;
    }
}

.form-row {
    margin-bottom: 10px;
}
.iti {
    width: 100%;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
    width: 100%;
}

.cf-submit-button {
	cursor: pointer;
    max-width: max-content;
    background: linear-gradient(196deg, #f3e597 0%, #966e2c 47.8%, #bc9f58 66.98%, #e4d185 89.1%, #f3e597 100%);
    font-family: var(--font-family);
    font-weight: 700;
    color: #533d19;
    border: none;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 1.1;
    border-radius: 10px;
    display: inline-block;
}
.form-error-message {
    color: red;
    font-size: 14px;
/*    margin-top: 10px;*/
}
.form-message {
    margin-top: 10px;
    text-align: center;
    display: none;
    margin-top: 10px;
}
.form-message.show {
    display: block;
}
.form-message.success {
    color: green
}
.form-message.error {
    color: red
}



/* 
* Thank you page 
*/
.hero__thanks {
    min-height: 100vh;
    display: flex;
    align-items: center;
    font-family: var(--font-family);
    text-align: center;
}
.hero__thanks .container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
/*.section-thanks {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.shadow {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}

.title_block {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.title_block .head-text {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 112.5%;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #1D1E21;
}

.title_block .sub-text {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #1D1E21;
}

.section-thanks .image-block {
	text-align: center;
}
.section-thanks .image-block img {
	max-width: 100%;
}

.second_block {
    display: flex;
    width: 100%;
    height: 350px;
    justify-content: center;
}

.second_block .inform-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70%;
    background-image: url('background.png');
    background-repeat: round;
    border-radius: 5px;
}

.second_block .head-text {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 104%;
    text-align: center;
    color: #272D38;
}

.second_block .sub-text {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #272D38;
}

@media (max-width: 1050px) {
    .title_block {
        flex-direction: column;
    }
    .title_block p {
        text-align: center;
    }
    .second_block {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
	.title_block .head-text {
		font-size: 32px;
	}
	.section-thanks .image-block img {
		max-width: 80%;
	}
}
*/
