.contact-page {
    width: 100%;
    min-height: 500px;
    padding-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;

    @media(max-width: 800px) {
        padding-top: 50px;
    }
}

.contact-page-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px;
    box-sizing: border-box;
    width: 830px;

    @media(max-width:1000px) {
        width: 100%;
        padding: 60px;
    }

    @media(max-width:600px) {
        padding: 60px 20px;
    }
}

.contact-page-form {
    width: 590px;
    box-sizing: border-box;
    display: flex;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

    @media(max-width:1000px) {
        width: 100%;
        max-width: 590px;
    }
}

.questions-contact-client-data-wrapper {
    width: 100%;
    max-width: 590px;
    box-sizing: border-box;
}

.small-input-wrapper {
    width: 100%;
    max-width: calc(50% - 10px);
    margin-bottom: 20px;

    @media(max-width:600px) {
        max-width: unset;
    }
}

.full-input-wrapper {
    min-width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.small-input-wrapper input,
.full-input-wrapper input,
.full-input-wrapper textarea {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    outline: 1px solid var(--form-gray-color);
    height: 60px;
    border-radius: 4px;
    z-index: 2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    position: relative;
}
.common-placeholder-label{
    z-index: 1;
}

.full-input-wrapper textarea {
    height: 200px;
}

.small-input-wrapper input:focus,
.full-input-wrapper input:focus,
.full-input-wrapper textarea:focus {
    outline: 2px solid var(--form-gray-color);
    border: 0;
}

.contact-page-wrapper h1 {
    font-size: 34px;
    letter-spacing: 0.68px;
    margin-bottom: 40px;
    text-align: center;

}

.contact-page-wrapper h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.44px;
    margin-bottom: 40px;
    text-align: center;
}

.contact-form-submit-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.contact-form-submit-button-wrapper p {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.contact-form-submit-button-wrapper .main-dark-button svg path {
    stroke: white !important;
}

.contact-submit-button {
    height: 50px;
    padding: 15px 42px 15px 42px;
    border-radius: 40px;
    background-color: var(--dark-font-color);
    color: var(--white);
    border: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    transition: var(--base-transition);
}


.contact-submit-button:hover {
    color: var(--dark-font-hover-color);
    transition: var(--base-transition);
}

.btn41-43 {
    padding: 10px 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.btn-42 {
    border: 2px solid rgb(255, 255, 255);
    z-index: 1;
    color: white;
}

.btn-42:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease;
}

.btn-42:hover {
    color: rgb(0, 0, 0);
}

.btn-42:hover:after {
    top: 0;
    height: 100%;
}

.btn-42:active {
    top: 2px;
}

.contact-page .wpcf7-response-output {
    border: 0 !important;
    text-align: center;
    margin: 0 !important;
    font-family: "Neue Montreal";
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.32px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: var(--form-err)
}

.contact-page-submit-button-wrapper p .wpcf7-spinner {
    margin-top: 20px;
}

#contact-page-success-box {
    display: none;
}

.contact-form-disabled {
    animation: hideForm;
    animation-duration: 0.5s;
    opacity: 0;
    display: none;
}

.contact-form-active {
    display: flex !important;
    animation: showSuccesBox;
    animation-duration: 1s;
    opacity: 1;
    min-height: calc(100vh - 696px);
}

@keyframes hideForm {
    0% {
        display: flex;
        opacity: 1;
    }

    100% {
        display: none;
        opacity: 0;
        height: 0;
    }
}

@keyframes showSuccesBox {
    0% {
        display: none;
        opacity: 0;
    }

    50% {
        display: none;
        opacity: 0;
    }

    100% {
        display: flex;
        opacity: 1;
    }
}



.star1-wrapper {
    position: absolute;
    top: 357px;
    left: 16vw;
    width: 50px;
    height: 50px;

    @media(max-width: 1300px) {
        left: 10vw;
    }

    @media(max-width: 1000px) {
        top: 149px;
    }

    @media(max-width: 800px) {
        top: 129px;
    }

    @media(max-width: 600px) {
        left: 17px;
        transform: scale(0.7);
    }
}

.star2-wrapper {
    position: absolute;
    top: 247px;
    right: 14vw;
    width: 50px;
    height: 50px;

    @media(max-width: 1300px) {
        right: 8vw;
    }

    @media(max-width: 1000px) {
        top: 99px;
    }

    @media(max-width: 800px) {
        top: 79px;
    }

    @media(max-width: 600px) {
        right: 27px;
        transform: scale(0.7);
    }
}

.star3-wrapper {
    top: 797px;
    position: absolute;
    right: 18vw;
    width: 50px;
    height: 50px;

    @media(max-width: 1300px) {
        right: 10vw;
    }

    @media(max-width: 1000px) {
        display: none;
    }
}


#main-contact-form .wpcf7-response-output {
    margin-top: 20px !important;
}

.newsletter-page .contact-page-wrapper {
    max-width: 600px;

    @media(max-width: 1000px) {
        max-width: 480px;
    }
}


.wpcf7-acceptance .wpcf7-list-item{
    padding-left: 0px;
    margin: 0px;

}

.wpcf7-acceptance .wpcf7-list-item input{
    border: 0;
    outline: none;
    margin: 0;
    margin-right: 10px;
    height: 20px;
    width: 20px;
}

.acceptance label{
    font-size: 14px;
    vertical-align: 4px;
    line-height: 18px;
}

#acceptance-error{
    display: inline-block;
    position: absolute;
    bottom: -22px;
    left: 0px;
}
.full-input-wrapper.acceptance{
    display: flex;
}
:root {
  --checkbox-border-color: #8b8c89;
  --checkbox-checked-color: #274c77;
  --checkbox-hover-color: #a3cef1;
  --checkbox-disabled-bg-color: #d9d9d9;
}

.acceptance input[type="checkbox"] {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin: 0px;
  margin-left: -1px;
  margin-right: 10px;
  padding: 0;
  border: 1px solid var(--form-gray-color);
  appearance: none;
  background-color: transparent;
  outline: none;
  transition: outline 0.1s;
}

.acceptance input[type="checkbox"]:checked {

  padding: 2px;
}

.acceptance input[type="checkbox"]:not(:disabled):checked {
  border-color: var(--checkbox-checked-color);
  background-image: url('data:image/svg+xml;utf8,<svg class="wc-block-components-checkbox__mark" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"></path></svg>');
}


@media (hover: hover) {
 .acceptance input[type="checkbox"]:not(:disabled):hover {
    /* background-color: var(--checkbox-hover-color); */
    opacity: 0.8;
 
  }
}

.acceptance input[type="checkbox"]:focus-visible {
  outline: 6px solid var(--checkbox-hover-color);
  transform: scale(1.05);
}