.wp-bar #wpadminbar {
position: fixed;
}
.wp-bar .header {
top: 47px;
}
@media (min-width: 782px) {
.wp-bar .header {
top: 32px;
}
}  .form__submit {
position: relative;
}
.wpcf7-spinner {
position: absolute; top: 50%;
transform: translateY(-50%);
}
.wpcf7-not-valid-tip {
color: #FF3C3C;
font-size: 1.6rem;
font-weight: 400;
line-height: 1.5;
margin-top: 8px;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
color: #FF3C3C;
}
.wpcf7 form .wpcf7-response-output {
margin: 0;
padding: 10px;
text-align: center;
border: 1px solid #0D923A;
}
.wpcf7-response-output {
border-radius: 4px;
color: #BDBCC1;
font-size: 16px;
line-height: 1.5;
}
@media (min-width: 991.98px) {
.wpcf7-exclusive-checkbox {
flex-wrap: nowrap;
justify-content: space-between;
}
}
.wpcf7-exclusive-checkbox .wpcf7-list-item {
margin: 0;
}
.wpcf7-not-valid-tip,
.wpcf7-response-output {
display: none;
} .form__check p {
font-size: 1.2rem;
color: rgba(50, 50, 50, 0.8);
}
@media (min-width: 767.98px) {
.form__check p {
font-size: 1.4rem;
}
}
.form__check a {
color: rgba(50, 50, 50, 0.8);
}
.wpcf7-form-control-wrap {}
.wpcf7-form-control {}
.wpcf7-checkbox {} .form__select .wpcf7-exclusive-checkbox {
display: flex;
flex-wrap: wrap;
gap: 5px 14px;
} .form__select .wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-list-item .wpcf7-list-item-label::after {
content: "";
position: absolute;
border-radius: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.form__select .wpcf7-list-item .wpcf7-list-item-label::before {
width: 12px;
height: 12px;
border: 1px solid #665d5d;
}
.form__select .wpcf7-list-item .wpcf7-list-item-label::after {
width: 7px;
height: 7px;
background: transparent;
scale: 0;
} .form__check .wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-list-item .wpcf7-list-item-label::after {
position: absolute;
border-radius: 50%;
top: 50%;
left: 0;
transform: translateY(-50%);
}
@media (min-width: 991.98px) {
.form__check .wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-list-item .wpcf7-list-item-label::after {
left: 0;
}
}
.form__check .wpcf7-list-item .wpcf7-list-item-label::before {
content: "";
width: 20px;
height: 20px;
border: 1px solid #665d5d;
border-radius: 0;
background: transparent;
}
.form__check .wpcf7-list-item .wpcf7-list-item-label::after {
content: "";
border-radius: 0;
left: 0;
scale: 0;
width: 20px;
height: 20px;
background: #b0a2a2;
}
.form__check .wpcf7-not-valid { }
.form__check a {
color: var(--accent-color);
}
.invalid .form__check .wpcf7-list-item-label,
.invalid .form__check a {
color: red;
}  .form {
display: grid;
gap: 20px;
}
@media (min-width: 767.98px) {
.form {
gap: 30px;
}
}
.form__row {
width: 100%;
}
.form__input input,
.form__textarea textarea {
display: block; overflow: hidden;
width: 100%; padding: 14px 19px 12px;
color: #000000;
}
@media (min-width: 991.98px) {
.form__input input,
.form__textarea textarea {
padding: 14px 19px 12px;
}
}
.form__input input::placeholder,
.form__textarea textarea::placeholder {
color: rgba(102, 93, 93, 0.5);
}
.form__textarea textarea {
resize: vertical;
height: 126px;
}
@media (min-width: 991.98px) {
.form__select {
flex-wrap: nowrap;
justify-content: space-between;
background: rgba(255, 255, 255, 0.45);
padding: 0;
}
}
.form__select p {
padding: 0;
margin: 0;
}
.wpcf7-list-item {
background: rgba(255, 255, 255, 0.45);
}
@media (min-width: 991.98px) {
.wpcf7-list-item {
background: unset;
}
}
.wpcf7-list-item input {
display: none;
}
.wpcf7-list-item input:checked~.wpcf7-list-item-label::after {
scale: 1;
}
.wpcf7-list-item .wpcf7-list-item-label {
padding-left: 25px;
position: relative;
cursor: pointer;
font-size: 1.1rem;
}
.form__select .wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-list-item .wpcf7-list-item-label::after {
content: "";
position: absolute;
border-radius: 50%;
top: 50%;
left: 0;
transform: translateY(-50%);
}
@media (min-width: 991.98px) {
.form__select .wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-list-item .wpcf7-list-item-label::after {
left: 0;
}
}
.form__select .wpcf7-list-item .wpcf7-list-item-label::before {
width: 12px;
height: 12px;
border: 1px solid #4BA8C6;
}
.form__select .wpcf7-list-item .wpcf7-list-item-label::after {
width: 7px;
height: 7px;
background: #4BA8C6;
left: 2.5px;
scale: 0;
}
@media (min-width: 991.98px) and (hover: hover) {
.form__submit .btn:hover { border-color: var(--accent-color);
}
}
.form__submit .btn input {
background: transparent;
color: var(--light-text-color);
cursor: pointer;
} .invalid .form__row input,
.invalid .form__row textarea {
border: 1px solid #FF3B3B;
}
@media (min-width: 991.98px) {
.why-we__title {
margin: 0;
}
}
.text ul li {
display: inline-flex;
align-items: flex-start;
margin-bottom: 10px;
}
.text ul li::before {
content: '•';
margin-right: 8px;
font-size: 1.2em;
color: #000;
line-height: 1;
}
.text ul {
list-style: none;
padding: 0;
margin: 0;
}
.text p:not(:last-child) {
margin-bottom: 15px;
}
.safety-item__text a {
color: var(--accent-color);
text-decoration: underline;
display: block;
margin-top: 5px;
}
.index {
padding-top: 120px;
padding-bottom: 80px;
}
.index__container {
display: grid;
gap: 15px;
} @keyframes flip {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.2);
opacity: 0.7;
}
100% {
transform: scale(1);
opacity: 1;
}
}
.popup__title {
text-align: center;
}
.popup-timer {
display: grid;
justify-items: center;
gap: 15px;
}
.popup-timer__subtitle {
font-size: 3rem;
}
.popup-timer__price del{
color: #999;
}
.popup-timer__price strong {
color: #e53935;
}
.popup-timer__days {
color: #e53935;
font-weight: bold;
}
.popup-timer__end {
font-weight: bold;
}
.popup-timer__countdown-container {
display: flex;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
}
.popup-timer__countdown-box {
background: #f2f2f2;
padding: 8px 12px;
border-radius: 6px;
font-weight: bold;
min-width: 60px;
transition: all 0.2s ease-in-out;
}
.popup-timer__countdown-box.flip {
animation: flip 0.3s ease;
}