:root {
    --color-lightblue: #EBF7FE;
    --color-blue: #85C4E8;
    --color-darkblue: #002169;
}

.grecaptcha-badge {
    visibility: hidden;
}

.form-item__label {
    font-size: 14px !important;
}

.form-item._not-empty .form-item__label:not(._static) {
    font-size: 11px !important;
}

._change:not(._static) {
    line-height: 18px;
    font-size: 11px !important;
}

.vracham-feedback__container.open {
    transform: translateY(-0%);
}

.vracham-feedback__container {
    transform: translateY(-200%);
    transition: transform 0.6s ease;
    position: fixed;
    overflow: scroll;
    padding-top: 20px;
    top: 0;
    z-index: 999;
    background-color: #818181a7;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;
    scrollbar-color: var(--color-darkblue) var(--color-lightblue);
    scrollbar-width: thin;
    left: 0;
    top: 0;
    overflow: auto;
}

.vracham-feedback__container::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: var(--color-lightblue);
}

.vracham-feedback__container::-webkit-scrollbar-thumb {
    background-color: var(--color-blue);
    border-radius: 9em;
}

.vracham-feedback__container::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-blue);
}

.vracham-feedback__form {
    position: relative;
    width: 100%;
    max-width: 649px;
    padding: 50px 44px 30px 44px;
    border-radius: 26px;
    background-color: var(--color-lightblue);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
}

.vracham-feedback__form form {
    width: 100%;
}

.vracham-feedback__form-title {
    font-family: 'Cocon';
    text-align: center;
    font-size: 36px;
    color: var(--color-darkblue);
    line-height: 1;
}

.vracham-feedback__form-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -60px;
    top: -8px;
    z-index: 100;
}

.vracham-feedback__form-close img {
    width: 100%
}

.vracham-feedback__form-close img:hover {
    cursor: pointer;
}

.form-item._shadow input[type=text],
.form-item._shadow input[type=tel],
.form-item._shadow input[type=email] {
    -webkit-box-shadow: 0 0 0 1px #b4b4b4 !important;
    box-shadow: 0 0 0 1px #b4b4b4 !important;
}

.form-item._error input[type=text],
.form-item._error input[type=tel],
.form-item._error input[type=email],
.form-item._error input[type=password] {
    -webkit-box-shadow: 0 0 0 1px red !important;
    box-shadow: 0 0 0 1px red !important;
}

.form-item {
    margin: 10px 0 !important;
}

.form-item input[type=text]:focus, 
.form-item input[type=tel]:focus, 
.form-item input[type=email]:focus,
.form-item textarea[name=message]:focus {
    border: solid 1px #85C4E8;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

/* .form-item-container {
    position: relative;
    width: 48%;
} */

.form-item-container {
    display: flex;
    justify-content: space-between;
}

.form-item textarea {
    height: 214px !important;

}

.form-item-container .form-item {
    width: 48%;
}

.vracham-feedback__form-check {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-top: 0px;
    line-height: 1;
    font-size: 12px !important;
}

.vracham-feedback__form-check span {
    width: auto;
    display: inline-block;
    line-height: 15px;
    font-weight: 400;

}

.vracham-feedback__form-check a {
    text-decoration: underline;
}

.vracham-feedback__form-check input[type=checkbox]+i {
    -webkit-box-shadow: 0 0 0 2px var(--color-blue) !important;
    box-shadow: 0 0 0 2px var(--color-blue)!important;
    top: 5px !important;
    left: 2px !important;
}

.form-item__checkbox.vracham-feedback__form-check {
    width: 100% !important;
    font-family: 'Century Gothic', sans-serif;
    color: var(--color-darkblue);
    margin: 20px auto 10px 0px !important;
}

.form-item__checkbox input[type=checkbox]+i:before {
    width: 16px !important;
    height: 16px !important;
    bottom: 0px !important;
    left: 0px !important;
    background-color: var(--color-blue);
    background-image: url(done.svg) !important;
    background-size: 80% 80% !important;
    background-position: center;
    background-repeat: no-repeat;
}

.form-item [type=submit] {
    margin-top: 20px;
}

.vracham-feedback__form-box {
    margin-top: 40px !important;
}

.vracham-feedback__form-box button {
    width: 220px;
    height: 50px;
    border: none;
    background-color: var(--color-blue);
    font-size: 18px;
    font-weight: bold;
    color: white;
    font-family: 'Century Gothic', sans-serif;
    border-radius: 45px;
}

.vracham-feedback__form-box button:hover {
    background-color: #cfe5f8;
    color: #102D69;
    cursor: pointer;
}

.vracham-feedback__box-end {
    position: relative;
    width: 95%;
    max-width: 650px;
    padding: 25px 100px;
    border-radius: 25px;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1;
    margin: auto 60px auto 60px;
}

.vracham-feedback__box-end a {
    font-weight: bold;
}

.vracham-feedback_close-end {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 100;
}

.vracham-feedback_close-end img {
    width: 100%;
}

.vracham-feedback__box-end-heart {
    position: absolute;
    right: 7px;
    bottom: 6%;
}

.vracham-feedback__box-end-title {
    font-family: 'Cocon', sans-serif;
    color: var(--color-darkblue);
    font-size: 36px;
    text-align: center;
}

.vracham-feedback__box-end a {
    font-weight: bold;
}

.vracham-feedback__spacer-end {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vracham-feedback__spacer-end img {
    margin-left: 5px;
}

.vracham-feedback__box-end-last {
    font-size: 14px;
    line-height: 1.2;
    color: #77787B;
    text-align: center;
}

.vracham-feedback__box-end-text {
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: var(--color-darkblue);
}

.vracham-feedback__form-ask {
    position: absolute;
    bottom: 10px;
    width: 22%;
    right: 1%;
}

.vracham-feedback__form-ask img {
    width: 100%;
    display: block;
}

@media (max-width: 1000px) {
    .vracham-feedback__form-check {
        font-size: 12px !important;
    }

    .vracham-feedback__box-end,
    .vracham-feedback__form {
        padding: 25px 5%;
    }

    .vracham-feedback__form-title {
        margin-top: 20px;
    }
    .vracham-feedback__form-ask {
        display: none;
    }
}

@media (max-width: 700px) {
    .vracham-feedback__form form {
        width: 100%;
    }
    .vracham-feedback__sponsor-end {
        width: 100%;
    }
    .vracham-feedback__sponsor-end img {
        margin: 5px 5px 0 0;
    }
    .vracham-feedback__form-close,
    .vracham-feedback_close-end {
        right: 15px;
        top: 10px;
        width: 30px;
    }
    .vracham-feedback__form,
    .vracham-feedback__box-end {
        padding: 15px;
        margin-top: 20px;
        border-radius: 15px;
        margin: auto 20px auto 20px;
    }

    .vracham-feedback__form {
        margin: auto 20px auto 20px; 
    }

    .vracham-feedback__box-end-title {
        font-size: 34px;
    }
    .vracham-feedback__box-end-heart {
        display: none;
    }

    .form-item-container {
        flex-direction: column;
    }

    .form-item-container .form-item {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .vracham-feedback__container {
        align-items: flex-start;
    }
    .vracham-feedback__form-title {
        font-size: 26px;
        line-height: 1;
    }
    .vracham-feedback__form-box button {
        width: 100%;
    }
    .vracham-feedback__sponsor-end img {
        width: 65px;
    }
    .vracham-feedback__box-end span {
        font-size: 16px;
    }
    .vracham-feedback__spacer-end {
        height: 80px;
    }
    .vracham-feedback__spacer-end img {
        height: 40%;
        width: auto;
        min-width: auto;
    }
    .vracham-feedback__form-check input[type=checkbox]+i {
        margin: 0 5px !important;
    }
    .vracham-feedback__box-end-title {
        font-size: 28px;
    }
    .vracham-feedback__box-end-last br {
        display: none;
    }
    .vracham-feedback__box-end-last span {
        width: 100%;
    }
}