/*-----------FEEDBACK----------*/
.feedback-modal {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    color: #999;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    text-align: left; }
.feedback-modal.open {
    display: block; }
.feedback-modal .label {
    display: inline-block;
    line-height: 14px;
    position: relative; }
.feedback-modal .feedback-modal__inner {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 65px 50px 5px 0; }
.feedback-modal .tab {
    width: 46.66%;
    min-width: 540px;
    display: none; }
.feedback-modal .tab.active {
    display: block; }
.feedback-modal .tab.call .input-block:last-child .input-group:last-child {
    border-bottom: none; }
.feedback-modal .switch {
    width: 20.7%;
    min-width: 300px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 50px; }
.feedback-modal .switch__tab {
    cursor: pointer;
    position: relative;
    padding-left: 70px; }
.feedback-modal .switch__tab::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 90px;
    height: 90px;
    background: no-repeat center; }
.feedback-modal .switch__tab.call::before {
    background-image: url(../../../../bitrix/templates/dombor/img/feedback/phone_icon.svg); }
.feedback-modal .switch__tab.call.active::before {
    background-image: url(../../../../bitrix/templates/dombor/img/feedback/phone_icon_white.svg), -moz-linear-gradient(45deg, #68CD31 0%, #ABFF00 100%);
    background-image: url(../../../../bitrix/templates/dombor/img/feedback/phone_icon_white.svg), -o-linear-gradient(45deg, #68CD31 0%, #ABFF00 100%);
    background-image: url(../../../../bitrix/templates/dombor/img/feedback/phone_icon_white.svg), linear-gradient(45deg, #68CD31 0%, #ABFF00 100%); }
.feedback-modal .switch__tab.email::before {
    background-image: url(../../../../bitrix/templates/dombor/img/feedback/letter_icon.svg); }
.feedback-modal .switch__tab.email.active::before {
    background-image: url(../../../../bitrix/templates/dombor/img/feedback/letter_icon_white.svg), -moz-linear-gradient(45deg, #68CD31 0%, #ABFF00 100%);
    background-image: url(../../../../bitrix/templates/dombor/img/feedback/letter_icon_white.svg), -o-linear-gradient(45deg, #68CD31 0%, #ABFF00 100%);
    background-image: url(../../../../bitrix/templates/dombor/img/feedback/letter_icon_white.svg), linear-gradient(45deg, #68CD31 0%, #ABFF00 100%); }
.feedback-modal .feedback-form {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.feedback-modal .input-group {
    width: 47%;
    min-width: 250px;
    margin-bottom: 60px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 0; }
.feedback-modal .input-group .label {
    display: block;
    padding-bottom: 10px; }
.feedback-modal .input-group input {
    width: 100%;
    border: none;
    padding: 4px 0;
    color: #999999;
    outline: none;
    font-size: 20px; }
.feedback-modal .input-group input.invalid {
    color: red; }
.feedback-modal .input-group textarea {
    resize: none;
    font-size: 20px;
    line-height: 1;
    color: #999;
    border: 1px solid #d8d8d8;
    width: 100%;
    height: 124px;
    margin-top: 36px;
    outline: none;
    padding: 5px 0;
    border-radius: 0;
    box-shadow: none!important;
}
.feedback-modal .input-block {
    width: 47%;
    min-width: 250px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.feedback-modal .input-block .input-group {
    width: 100%; }
.feedback-modal .submit {
    color: #fff; }
.feedback-modal .submit span {
    display: none; }
.feedback-modal .submit span.active {
    display: block; }
.feedback-modal .btn-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 26px;
    height: 26px;
    background: url(../../../../bitrix/templates/dombor/img/btn-close.svg) no-repeat center;
    cursor: pointer;
    z-index: 3;}
.feedback-modal .tab.email .input-block:last-child .input-group{
    margin-bottom: 52px;
    border-bottom: none;
}

.feedback-modal .tab.thanks {
    background-color: #fff;
    font-family: "linux_biolinum_o", "Times New Roman", sans;
    color: #999;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.feedback-modal .tab.thanks .tab__content{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 15px;
}

.feedback-modal .tab.thanks .tab__txt{
    padding-left: 160px;
    position: relative;
}
.feedback-modal .tab.thanks .tab__txt::before{
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background: #d8d8d8 url(../../../../bitrix/templates/dombor/img/feedback/phone_icon_white.svg) no-repeat center;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}



.feedback-modal .h2{
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 20px;
}
.feedback-modal .h3{
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}



.feedback-modal .irs {
    margin-top: 60px; }
.feedback-modal .irs-from, .feedback-modal .irs-to, .feedback-modal .irs-single {
    color: #999999;
    font-size: 20px; }
.feedback-modal .irs-from::after, .feedback-modal .irs-to::after, .feedback-modal .irs-single::after {
    content: '00';
    display: inline-block;
    vertical-align: super;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    margin-left: 2px; }

.feedback-calendar {
    background-color: #fff;
    z-index: 100;
    margin-top: 1px;
    border-radius: 0; }
.feedback-calendar .pmu-instance .pmu-button {
    color: #999; }
.feedback-calendar .pmu-instance .pmu-button:hover {
    color: #68CD31; }
.feedback-calendar .pmu-instance .pmu-not-in-month {
    color: #999;
    opacity: 0.6; }
.feedback-calendar .pmu-instance .pmu-not-in-month:hover {
    color: #999; }
.feedback-calendar .pmu-instance .pmu-not-in-month.pmu-selected {
    background-color: #68CD31;
    opacity: 1; }
.feedback-calendar .pmu-instance .pmu-today {
    background-color: transparent;
    border: 1px solid #68CD31;
    color: #999; }
.feedback-calendar .pmu-instance .pmu-today:hover {
    color: #999; }
.feedback-calendar .pmu-instance .pmu-selected {
    background-color: #68CD31;
    border: 1px solid #68CD31;
    color: #fff; }
.feedback-calendar .pmu-instance .pmu-selected:hover {
    background-color: #68CD31;
    border: 1px solid #68CD31;
    color: #fff; }

@media screen and (max-width: 1024px) {
    .feedback-modal .feedback-modal__inner {
        display: block;
        padding: 65px 50px 5px; }
    .feedback-modal .switch {
        width: 75%;
        max-width: 500px;
        padding-bottom: 85px; }
    .feedback-modal .tab {
        width: 100%; } }

@media screen and (max-width: 736px) {
    .feedback-modal .tab {
        min-width: 0; }
    .feedback-modal .input-block {
        width: 100%; }
    .feedback-modal .feedback-modal__inner {
        display: block;
        padding: 40px 20px 5px;
    }
    .feedback-modal .switch {
        width: 80%;
        padding-bottom: 50px;
        padding-top: 20px;
        min-width: 260px;
    }
    .feedback-modal .switch__tab {
        padding-left: 45px;
    }
    .feedback-modal .input-group{
        margin-bottom: 20px;
    }
    .feedback-modal .switch__tab::before {
        width: 55px;
        height: 55px;
    }
    .feedback-modal .input-group input {
        font-size: 16px;
        line-height: 1;
    }
    .feedback-modal .tab.call .input-block:last-child .input-group:last-child {
        margin-bottom: 30px;
    }
    .feedback-modal .irs {
        margin-top: 40px;
    }
    .feedback-modal .input-group textarea{
        height: 78px;
        margin-top: 20px;
        -webkit-appearance: none;
    }
    .feedback-modal .btn-close{
        top: 25px;
        right: 25px;
    }
    .feedback-modal .tab.email .input-block:last-child .input-group{
        margin-bottom: 21px;
    }
    .feedback-modal .h2{
        font-size: 30px;
    }
    .feedback-modal .h3{
        font-size: 20px;
    }
    .feedback-modal .tab.thanks .tab__content{
        text-align: center;
    }
    .feedback-modal .tab.thanks .tab__txt{
        padding-left: 0;
    }
    .feedback-modal .tab.thanks .tab__txt::before{
        display: none;
    }
}

/*-------END FEEDBACK----------*/