.base-modal-feedback-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: -72px;
    font-family: Prosto-Bold;
    font-weight: 700;
    transform: translate(0, -50%) rotate(-90deg);
    background: #FD3C75;
    color: #fff;
    font-size: 18px;
    padding: 2px 22px;
    z-index: 998;
}


.base-modal-feedback {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.5);
}
.main-user-consent-request-popup {
    z-index: 9999 !important;
}
.base-modal-feedback.active {
    opacity: 1;
    visibility: visible;
}

.base-modal-feedback.active {
    opacity: 1;
    visibility: visible;
}

.base-modal-feedback__content {
    position: relative;
    text-align: left;
    height: auto;
    margin: auto;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: middle;
    width: 100%;
    max-width: 460px;
    width: 100%;
    min-height: 539px;
}

.base-modal-feedback__content_last {
    background: url("../img/modal-feedback/flower.svg") 20px center/cover no-repeat #fff;
}

.base-modal-feedback__content_last .base-feedback-modal-content__submit {
    display: none !important;
}

.base-modal-feedback__content_last .base-modal-feedback__top {
    background: transparent !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.base-modal-feedback__content_last .base-modal-feedback__title {
    display: none !important;
}

.base-modal-feedback__content_last .base-feedback-modal-content {
    display: none !important;
}


.base-modal-feedback__close {
    cursor: pointer;
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    position: relative;
}

.base-modal-feedback__close span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #00C4D9;
}

.base-modal-feedback__close span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.base-modal-feedback__close span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.base-modal-feedback__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
    min-height: 54px;
    padding: 15px 20px;
    background: #CAF1F5;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.base-modal-feedback__title {
    text-transform: uppercase;
    font-size: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Prosto-Bold;
    font-weight: 700;
    color: #00C4D9;
}

.base-modal-feedback__title span {
    font-weight: 500;
    margin-left: 6px;
    color: #fff;
}

.checkbox {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkbox__input:checked + .checkbox__text:before {
    border: 1px solid #00C4D9;
}

.checkbox__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #000;
    line-height: 130%;
    cursor: pointer;
}

.checkbox__text > span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 12px;
    font-family: Prosto-Regular;
    line-height: 116.6666666667%;
}

.checkbox__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 2px 8px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    left: 0;
    top: 1px;
    width: 12px;
    height: 12px;
    border: 1px solid #00C4D9;
    background-color: #fff;
}

.checkbox__text:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0px;
    top: 2px;
    background-color: #00C4D9;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.base-feedback-modal-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-family: Prosto-Bold;
    font-weight: 700;
    color: #fff;
    width: 100%;
    background: #00C4D9;
    min-height: 35px;
    cursor: pointer;
}
.base-feedback-modal-thanks__button.base-feedback-modal-button{
    background: #FD3C75;
}

.base-feedback-modal-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 20px 24px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.base-feedback-modal-content__items {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.base-feedback-modal-content__items.active {
    display: block;
}

.base-feedback-modal-content__item {
    background: #F6F6F6;
    padding: 12px;
    margin-bottom: 16px;
}

.base-feedback-modal-content__title {
    font-family: Prosto-Bold;
    font-weight: 700;
    font-size: 12px;
    line-height: 116.6666666667%;
    margin-bottom: 14px;
    text-transform: uppercase;
    display: flex;
    color: #000;
    margin-top: 3px;
}
.base-feedback-modal-content__title span {
    margin-right: 5px;
}

.base-feedback-modal-content__title + .base-feedback-modal-content__input {
    display: block !important;
}

.base-feedback-modal-content__checkbox {
    margin-bottom: 13px;
    display: inline-flex;
}
.base-feedback-modal-content__checkbox:last-child {
    margin-bottom: 0;
}

.base-feedback-modal-content__checkbox_single {
    display: inline-block;
    margin-left: 13px;
}

.base-feedback-modal-content__checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.base-feedback-modal-content__scores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.base-feedback-modal-content__scores::before {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #00C4D9;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.base-feedback-modal-content__score .checkbox__text {
    font-size: 12px;
    font-family: Prosto-Bold;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.base-feedback-modal-content__score .checkbox__text span {
    margin-bottom: 3px;
}

.base-feedback-modal-content__score .checkbox__text::before {
    border-radius: 50%;
    margin: 0 !important;
    width: 14px;
    height: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
}

.base-feedback-modal-content__score .checkbox__text::after {
    top: auto;
    bottom: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.base-feedback-modal-content__input {
    display: none;
    margin-top: 11px;
}

.base-feedback-modal-content__input.active {
    display: block;
}

.base-feedback-modal-content__input textarea {
    background: transparent;
    width: 100%;
    min-height: 30px;
    resize: none;
    max-height: 150px;
    border: none;
    border-bottom: 1px solid #000;
}

.base-feedback-modal-content__input textarea::-webkit-input-placeholder {
    color: #A9A9A9;
    font-size: 12px;
}

.base-feedback-modal-content__input textarea::-moz-placeholder {
    color: #A9A9A9;
    font-size: 12px;
}

.base-feedback-modal-content__input textarea:-ms-input-placeholder {
    color: #A9A9A9;
    font-size: 12px;
}

.base-feedback-modal-content__input textarea::-ms-input-placeholder {
    color: #A9A9A9;
    font-size: 12px;
}

.base-feedback-modal-content__input textarea::placeholder {
    color: #A9A9A9;
    font-size: 12px;
}

.base-feedback-modal-content__input textarea:focus::-webkit-input-placeholder {
    font-size: 0;
}

.base-feedback-modal-content__input textarea:focus::-moz-placeholder {
    font-size: 0;
}

.base-feedback-modal-content__input textarea:focus:-ms-input-placeholder {
    font-size: 0;
}

.base-feedback-modal-content__input textarea:focus::-ms-input-placeholder {
    font-size: 0;
}

.base-feedback-modal-content__input textarea:focus::placeholder {
    font-size: 0;
}

.base-feedback-modal-content__input input {
    background: transparent;
    width: 100%;
    min-height: 30px;
    resize: none;
    border: none;
    border-bottom: 1px solid #000;
}

.base-feedback-modal-content__input input::-webkit-input-placeholder {
    color: #A9A9A9;
    font-size: 12px;
}

.base-feedback-modal-content__input input::-moz-placeholder {
    color: #A9A9A9;
    font-size: 12px;
}

.base-feedback-modal-content__input input:-ms-input-placeholder {
    color: #A9A9A9;
    font-size: 12px;
}

.base-feedback-modal-content__input input::-ms-input-placeholder {
    color: #A9A9A9;
    font-size: 12px;
}

.base-feedback-modal-content__input input::placeholder {
    color: #A9A9A9;
    font-size: 12px;
}

.base-feedback-modal-content__input input:focus::-webkit-input-placeholder {
    font-size: 0;
}

.base-feedback-modal-content__input input:focus::-moz-placeholder {
    font-size: 0;
}

.base-feedback-modal-content__input input:focus:-ms-input-placeholder {
    font-size: 0;
}

.base-feedback-modal-content__input input:focus::-ms-input-placeholder {
    font-size: 0;
}

.base-feedback-modal-content__input input:focus::placeholder {
    font-size: 0;
}

.base-feedback-modal-content__label {
    font-size: 12px;
    line-height: 116.6666666667%;
    display: block;
    margin-bottom: 14px;
    color: #000;
    font-family: Prosto-Regular;
}

.base-feedback-modal-content__submit {
    display: none;
}

.base-feedback-modal-content__submit.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.base-feedback-modal-thanks {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.base-feedback-modal-thanks.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.base-feedback-modal-thanks__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px 34px;
}

.base-feedback-modal-thanks__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.base-feedback-modal-thanks__title {
    text-transform: uppercase;
    font-size: 24px;
    color: #00C4D9;
    font-family: Prosto-Bold;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 110%;
}

.base-feedback-modal-thanks__text {
    font-size: 18px;
    font-family: Prosto-Regular;
    line-height: 110%;
    color: #000;
}

.base-feedback-modal-thanks__logo img {
    width: 163px;
    height: auto;
}

.base-feedback-modal-thanks__footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 40px 20px 24px;
    background: #CAF1F5;
}

.base-feedback-modal-thanks__subscribe {
    margin-bottom: 30px;
    color: #00C4D9;
    font-size: 24px;
    text-transform: uppercase;
    font-family: Prosto-Bold;
    font-weight: 700;
    line-height: 110%;
}

@media (min-width: 991.98px) {
    .base-modal-feedback {
        padding: 30px;
    }
}

@media (max-width: 991.98px) {
    .base-modal-feedback {
        padding: 30px 10px 30px !important;
    }
}

@media (max-width: 767.98px) {
    .base-modal-feedback__content {
        min-height: 438px;
    }

    .base-modal-feedback__top {
        padding: 15px 13px;
    }

    .base-feedback-modal-content {
        padding: 0 13px 14px;
    }

    .base-feedback-modal-thanks__body {
        padding: 0 13px 18px;
    }

    .base-feedback-modal-thanks__title {
        font-size: 20px;
    }

    .base-feedback-modal-thanks__text {
        font-size: 15px;
    }

    .base-feedback-modal-thanks__logo img {
        width: 126px;
    }

    .base-feedback-modal-thanks__footer {
        padding: 15px 13px;
    }

    .base-feedback-modal-thanks__subscribe {
        font-size: 20px;
        margin-bottom: 14px;
    }
}


.base-modal-feedback__title {
    line-height: 110%;
}
.base-modal-feedback__title_big {
    font-size: 21px;
}
.base-modal-feedback__text {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-family: Prosto-Regular;
    margin-bottom: 12px;
}
.base-modal-feedback__text:last-child {
    margin-bottom: 0;
}

.base-modal-feedback__subtext {
    font-size: 21px;
    line-height: 24px;
    font-family: Prosto-Bold;
    color: #00C4D9;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.base-modal-feedback__content_success {
    min-height: auto;
}

.base-feedback-modal-content__checkboxes > input {
    display: none;
}
.base-feedback-modal-content__checkboxes > input.active {
    background: transparent;
    width: 100%;
    min-height: 30px;
    display: block;
    border: none;
    border-bottom: 1px solid #000;
}
.base-feedback-modal-content__button[disabled] {
    opacity: 0.5;
    cursor: auto;
}