.overlay {
position: fixed;
top: 0;
width: 100%;
height: 100%;
background: #00000015;
z-index: 998;
cursor: pointer;
}
.modal .form-field__input {
width: 100%;
}
.modal__main {
z-index: 999;
position: fixed;
top: 50%;
left: 50%;
background: #fff;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 0.9375rem;
padding: 2.5rem;
display: flex;
flex-direction: column;
width: 30rem;
}
.modal__text {
text-align: center;
}
.modal__text h4 {
font-size: 1.375rem;
line-height: 1.65rem;
letter-spacing: -0.0055rem;
text-transform: uppercase;
}
.modal__text p {
font-size: 1.125rem;
font-style: normal;
font-weight: 400;
line-height: 130%; letter-spacing: -0.00225rem;
margin-top: 0.94rem;
margin-bottom: 1.25rem
}
.modal__form {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.modal__label {
display: flex;
flex-direction: column;
width: 100%;
}
.modal__label .form-field__label {
color: #8F9693;
margin-top: 1.25rem;
display: block;
}
.modal__btn {
width: 100%;
padding: 1rem 1.5rem 0.875rem 1.5rem;
color: #FFF;
background: #3A5554;
font-size: 0.9375rem;
font-weight: 700;
line-height: 140%;
letter-spacing: 0.0375rem;
text-transform: uppercase;
border-radius: 0.75rem;
margin: 1.88rem 0 0.62rem;
border: none;
cursor: pointer;
}
.modal__polytic {
color: #8F9693;
font-size: 0.75rem;
font-weight: 400;
line-height: 146%;
display: block;
}
.wpcf7-spinner {
height: 0px;
top: -60px;
}
.modal {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 0.875rem;
}
.modal-open {
overflow: hidden;
}
.modal__btn:hover {
background: #335857;
transition: 0.4s ease;
}
.modal__btn:active {
background: #223232;
border-radius: 4px;
}
.modal__main .container {
padding: 0;
}
.rating-area {
overflow: hidden;
margin-right: auto;
}
.rating-area:not(:checked)>p>input {
display: none;
}
.rating-area:not(:checked)>p>label {
float: right;
width: 42px;
padding: 0;
cursor: pointer;
font-size: 32px;
line-height: 32px;
color: lightgrey;
}
.rating-area:not(:checked)>p>label:before {
content: '★';
}
.rating-area>p>input:checked~label {
color: #E9A24E;
}
.rating-area:not(:checked)>p>label:hover,
.rating-area:not(:checked)>p>label:hover~label {
color: #E9A24E;
}
.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
color: #E9A24E;
}
.rate-area>p>label:active {
position: relative;
}
#container {
display: none;
}
#container2 {
display: none;
}
#container2.active {
display: block;
}
#container.active {
display: block;
}
#createquest {
display: none;
}
#createquest.active {
display: block;
}
#createrewiw {
display: none;
}
#createrewiw.active {
display: block;
}
#consultation {
display: none;
}
#consultation.active {
display: block;
}
.modaltwo-main {
width: 48rem;
}
.modaltwo-form {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 0.88rem;
grid-row-gap: 0;
}
.stars-label {
grid-column: span 2;
}
.name-label {
grid-column: 1;
}
.tel-label {
grid-column: 2;
}
.rewiew-label {
grid-column: span 2;
}
.modal__btn {
grid-column: span 2;
}
.modaltwo-form textarea {
max-width: 100%;
height: 100px !important;
}
.modal__polytic {
grid-column: span 2;
}
.modaltwo-form.form-field__label {
margin-top: 0.24rem;
}
.modal__text-two .block__title {
color: #3A5554;
margin-bottom: 0.62rem;
}
.modal__text-two .faq__subject_name {
color: #706A70;
}
.quest-label {
grid-column: span 2;
}
.modaltwo-form.modal__btn {
margin-top: 0;
}
.stars {
display: flex;
}
.stars svg {
cursor: pointer;
}
.stars svg:hover path {
fill: #E9A24E;
}
.form-field__input {
padding: 0.8125rem 0.9375rem;
font-size: 1rem;
border-radius: 1.25rem;
border: 1px solid #BEC2C9;
font-family: "Raleway";
width: 100%;
}
span.rating-area {
display: none;
}
@media (max-width: 1440px) {
.modaltwo-main {
width: 48rem;
height: 29rem;
overflow: auto;
}
}
@media (max-width: 992px) {
.modaltwo-main {
width: 41rem;
height: 29rem;
overflow: auto;
padding: 1.88rem;
}
.modaltwo-form.form-field__label {
margin-top: 0;
}
.modaltwo-form.modal__btn {
font-size: 0.875rem;
}
}
@media (max-width: 767px) {
.modaltwo-main {
width: 35rem;
height: 29rem;
overflow: auto;
}
.modaltwo-form .modal__label {
grid-column: span 2 !important;
}
}
@media (max-width: 599px) {
.modal__text p {
font-size: 1.0625rem;
}
.modal__main {
padding: 1.88rem;
width: 100%;
}
.modaltwo-main {
width: 100%;
height: 100%;
overflow: auto;
border-radius: 0;
}
}
.modal__links br {
display: none;
}
.modal__links p {
display: grid;
gap: 10px;
margin-top: 13px;
}
.modal__links a {
color: #c68611;
}
.form-three__content .wpcf7-list-item label, 
.form-two__content .wpcf7-list-item label, 
.hero__block.block__form .wpcf7-list-item label {
display: grid;
grid-template-columns: 17px 1fr;
gap: 10px;
font-size: 14px;
}
.hero__block.block__form .wpcf7-list-item label {
text-align: left;
} .fancybox-no-border.fancybox__content {
padding: 0;
}
.modal-2026 {
display: grid;
grid-template-columns: 234px 1fr;
}
.modal-2026__left img {
max-width: 100%;
height: 100%;
object-fit: cover;
}
.modal-2026__title {
font-size: 1.5rem;
font-family: "OrchideaPro";
font-weight: 400;
line-height: 125%;
text-transform: uppercase;
color: #3A3A3A;
margin-bottom: -5px;
}
.modal-2026__right {
padding: 2rem;
display: flex;
flex-direction: column;
gap: 1.2rem;
max-width: 372px;
text-align: center;
}
.modal-2026__new {
display: flex;
justify-content: center;
}
.modal-2026__new span {
font-size: 13px;
background: #DB1C4F;
color: #fff;
line-height: 100%;
padding: 4.5px 24px;
border-radius: 11px;
display: flex;
align-items: end;
font-style: italic;
}
.modal-2026__text {
display: grid;
gap: .7rem;
font-size: 12px;
line-height: 130%;
}
.modal-2026__logo {
display: flex;
justify-content: center;
margin-top: 2rem;
}
.modal-2026__buttons a {
border-radius: 7px;
display: flex;
height: 2.3rem;
border: 1px solid #333;
align-items: center;
justify-content: center;
border: 1px solid #3A5554;
font-size: 12px;
transition: .4s
}
.modal-2026__button1 {
background: #3A5554;
color: #fff;
}
.modal-2026__button1:hover {
background: #596a69;
border: 1px solid #596a69;
}
.modal-2026__buttons {
display: grid;
gap: .6rem;
margin-top: 10px;
}
.modal-2026__text ul, .modal-2026__text ol {
font-size: 12px;
line-height: 130%;
font-weight: 400;
display: grid;
gap: .5rem;
}
.modal-2026__text ul li:before, .modal-2026__text ol li:before {
content: '—';
padding-right: 4px;
}
.modal-2026__buttons a:focus-visible {
outline: none!important;
}
@media ( max-width: 599px ) {
.modal-2026 {
display: flex;
flex-direction: column;
}
.modal-2026__left img {
height: 80px;
width: 100%;
}
.modal-2026__right {
gap: .5rem;
}
.modal-2026__logo {
margin-top: 1rem;
}
.modal-2026__new {
margin-bottom: .7rem;
}
.modal-2026__right {
padding: clamp(.6rem, 4vw, 1rem);
}
}