.feedback_float_button {
    position: fixed;
    /*bottom: 1.5vh;*/
    bottom: 6vh;
    /*left: 16px;*/
    right: 7px;
    z-index: 100;
}

.feedback_float_button .face {
    background: #39649A;
    box-shadow: 0px 8px 16px 2px rgba(21, 19, 19, 0.22);
    border-radius: 99px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: decreaseWidth 0.3s ease-in-out;
    transform-origin: left center;
    cursor: pointer;
}
.feedback_float_button .face:hover {
    max-width: 162px;
    width: 186px;
    height: 32px;
    animation: increaseWidth 0.3s ease-in-out;
    transform-origin: left center;
}
@keyframes increaseWidth {
    0% {
        width: 56px; 
    }
    50% {
        width: 120px;
    }
    100% {
        width: 186px;
    }
}
@keyframes decreaseWidth {
    0% {
        width: 186px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 56px; 
    }
}
.feedback_float_button .face .text {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
}

.feedback_form_block {
    flex-direction: column;
    position: fixed;
    z-index: 10;
    bottom: 1.5vh;
    /*left: 16px;*/
    right: 16px;
    z-index: 100;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 2px rgba(21, 19, 19, 0.22);
    padding-inline: 16px;
    padding-block: 14px 32px;
    width: 336px;
}

.feedback_form_block .close{
    margin-inline: auto 0;
    display: flex;
    margin-bottom: 14px;
	position: absolute;
  	right: 10px;
  	top: 10px;
}

.reRSIS-feedback-form {
    margin-bottom: 12px;
}
.reRSIS-feedback-form-rest-slide-up {
    transition: height 0.1s ease-out;
    overflow: hidden;
}
.reRSIS-feedback-form .reRSIS-feedback-label {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #151313;
    margin-bottom: 8px;
}
.reRSIS-feedback-form .reRSIS-feedback-descr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;

    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #151313;
    background: #FFFFFF;
}

.reRSIS-feedback-form .overall-rating .wpcf7-list-item {
    margin: 0px !important;
}
.reRSIS-feedback-form .overall-rating .wpcf7-list-item-label{
    display: none;
}
.reRSIS-feedback-form input[type="radio"] {
    margin: 0px;
    width: 56px;
    height: 56px;
    border-style: solid;
    border-color: #151313;
    border-width: 1px 0px 1px 1px;
    border-radius: 1px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.reRSIS-feedback-form input[type="radio"]:hover, .reRSIS-feedback-form input[type="radio"]:checked {
    background: #EBEFF5;
}
.reRSIS-feedback-form input[type="radio"]:before {
    content: attr(value);
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    letter-spacing: 0.5px;
    color: #151313;
    cursor: pointer;
}
.reRSIS-feedback-form .last input[type="radio"]:before {
    border-right: 1px solid #151313;
}

.reRSIS-feedback-form textarea {
    margin: 0px;
    padding-inline: 16px;
    padding-block: 8px;
    width: -webkit-fill-available;
    height: 50px;
    resize: none;
    outline: none;
    border: none;
    background: #ECECEC;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #151313;
    border: 2px solid #ECECEC;
}
.reRSIS-feedback-form textarea:hover, .reRSIS-feedback-form textarea:focus, .reRSIS-feedback-form textarea:focus-visible{
    border: 2px solid #2E5185;
}
.reRSIS-feedback-form .reRSIS-feedback-counter{
    display: flex;
    justify-content: flex-end;
    margin-inline: auto 0;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    letter-spacing: 0.5px;
    color: #737475;
}
.reRSIS-feedback-form #user-email {
    margin: 0px;
    padding-inline: 16px;
    width: -webkit-fill-available;
    height: 44px;
    resize: none;
    border: none;
    outline: none;
    background: #ECECEC;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #151313;
    border: 2px solid #ECECEC;
}
.reRSIS-feedback-form #user-email:hover,  .reRSIS-feedback-form #user-email:focus, .reRSIS-feedback-form #user-email:focus-visible{
    border: 2px solid #2E5185;
}
#feedback_form_block #email_error_noticed {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #B3261E;
    margin-block: -8px 0px;
    opacity: 0;
}
#feedback_form_block #feedback-form-submit {
    display: flex;
    margin-inline: auto 0;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    padding: 14px 32px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    background: #BA2025;
    outline: none;
    border: none;
    margin-top: 32px;
}
#feedback_form_block #feedback-form-submit:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #BA2025;
}
#feedback_form_block .feedback-form-submit-disable {
    background: #D0D1D1 !important;
    opacity: 0.7;
    color: #151313 !important;
    pointer-events: none;
}

#feedback_form_message {
    width: 368px;
    height: 178px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #151313;
    background: #FFFFFF;
    position: fixed;
    bottom: 1.5vh;
    /*left: 16px;*/
    right: 16px;
    z-index: 100;
    box-shadow: 0px 8px 16px 2px rgba(21, 19, 19, 0.22);
}
@media only screen and (max-width: 810px) {
    .feedback_float_button .face {
        animation: unset !important;
    }
}
@media only screen and (max-width: 420px) {
    .feedback_form_block {
        width: 80vw;
		max-height: 80vh;
		overflow-y: auto;
    }
    .reRSIS-feedback-form input[type="radio"] {
        width: calc((80vw)/6);
        height: calc((80vw)/6);
    }
    .reRSIS-feedback-form .last input[type="radio"] {
        width: calc((80vw)/6);
        height: calc((80vw)/6);
    }
}

.reRSIS-feedback-form-rest .recaptcha {
    height: 90px;
    display: block;
    margin-top: 10px;
}
.reRSIS-feedback-form-rest .recaptcha > span > div, .reRSIS-feedback-form-rest .recaptcha > span > div iframe {
    height: 100% !important;
    width: 100% !important;
}

.flex-display {
    display: flex !important;
}