#embeddedf {
    width: 0;
    height: 0;
    position: relative;
    overflow: hidden;
}

form {
    position: relative;
    height: 330px;
    padding: 50px 0px 0px 25px;
}
.feedback__error-label {
    position: absolute;
    color: #fff;
    left: 297px;
    top: 337px;
    padding: 0px 0px 0px 30px;
    display: none;
}
.feedback__error-label_success,
.feedbackbox__form_success .feedback__error-label {
    display: none;
}
.feedbackbox__form_success .feedback__error-label_success {
    display: block;
}
.feedback__error-label:after {
    content: 'i';
    color: #00aeef;
    border: 2px solid #00aeef;
    border-radius: 20px;
    position: absolute;
    width: 13px;
    height: 13px;
    display: block;
    top: -3px;
    left: 4px;
    text-align: center;
    line-height: 13px;
    font-weight: 700;
}
.feedback__input-box {
    position: relative;
    width: 220px;
}
.feedback__input-box.error:after, .feedback__capcha.error:after {
    content: 'i';
    color: #00aeef;
    border: 2px solid #00aeef;
    border-radius: 20px;
    position: absolute;
    width: 13px;
    height: 13px;
    display: block;
    top: 10px;
    right: 4px;
    text-align: center;
    line-height: 13px;
    font-weight: 700;
}
.feedback__capcha.error:after {right: 215px;}
.feedbackbox__form-order .feedback__input-box_abs.error:after {right: 162px;}
.feedback__input-box_abs {
    position: absolute;
    left: 296px;
    width: 376px;
    top: 50px;
}
.feedback__name {
    resize: none;
    width: 220px;
    height: 78px;
    border: none;
    color: #fff;
    font: 400 14px/39px 'PT Sans';
    outline: none;
    overflow: hidden;
    margin: 0px 0px 34px;
    padding: 0;
}
.feedback__name:focus {
    background: url('../i/textarea_bg-focus.png') 0px -8px;
}
.open .feedback__name {
    background: url('../img/textarea_bg.png') 0px -8px;
}
.feedback__input {
    font: 400 14px/39px 'PT Sans';
    color: #fff;
    width: 220px;
    display: block;
    height: 39px;
    border: none;
    outline: none;
    position: relative;
    padding: 0;
}
.feedback__input:focus {
    background: url('../i/textarea_bg-focus.png') 0px -8px;
}
.open .feedback__input {
    background: url('../img/textarea_bg.png') 0px -8px;
}
.feedback__input.citySelect {
    cursor: pointer;
}
.feedback__text {
    width: 376px;
    resize: none;
    height: 156px;
    border: none;
    line-height: 54px;
    color: #fff;
    font: 400 14px/39px 'PT Sans';
    outline: none;
    overflow: hidden;
    padding: 0;
}
.feedback__text:focus {
    background: url('../i/textarea_bg-focus.png') 0px -8px;
}
.open .feedback__text {
    background: url('../img/textarea_bg.png') 0px -8px;
}
.feedback__capcha {
    position: absolute;
    left: 296px;
    top: 252px;
    padding: 0px 226px 0px 0px;
}
.feedback__capcha img {
    position: absolute;
    top: 7px;
    right: 50px;
    border: none;
    outline: none;
}
.feedback__capcha-reload {
    display: block;
    font-size: 0;
    background: url('../i/captcha-re.png') 0px 0px no-repeat;
    width: 15px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    right: 27px;
    top: 14px;
}
.feedbackbox__form-order .feedback__capcha {
    top: 136px;
}
.feedbackbox__form-order .feedback__name {
    margin: 0px;
}
.feedback__capcha .feedback__input {
    width: 134px;
}
.feedback__button {
    border: 2px solid #86878a;
    color: #c3c5c8;
    font: 900 13px 'GothamPro';
    text-transform: uppercase;
    padding: 14px 20px;
    position: absolute;
    left: 25px;
    top: 320px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    background: none;
    margin: 0;
    border-radius: 0px;
}
.feedback__button:hover {
    color: #fff;
    background: #3e4146;
}
.feedback__button_success,
.feedbackbox__form_success .feedback__button {
    display: none;
}
.feedbackbox__form_success .feedback__button_success {
    display: block;
}
.feedback__type {
    color: #fff;
    position: absolute;
    left: 296px;
    top: 223px;
    font: 400 14px 'PT Sans'
}
.feedbackbox__form-order .feedback__type {
    top: 103px;
}
.feedback__type-label {
    opacity: 0.55;
}
.feedback__type-toggler {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    border-bottom: 2px solid #474a50;
    cursor: pointer;
    margin: 0px 7px 0px 8px;
}
.feedback__type-toggler.current {
    cursor: default;
    border-color: #00aeef;
}
.feedback__city-box {
    position: absolute;
    background: #24272f;
    width: 290px;
    left: 0px;
    top: 191px;
    bottom: 189px;
    overflow: hidden;
    z-index: -1;
    transition: top 0.5s ease, bottom 0.5s ease;
    -webkit-transition: top 0.5s ease, bottom 0.5s ease;
}
.feedback__city-box_visible {
    top: -40px;
    bottom: 0px;
    z-index: 10;
}
.feedbackbox__form-order .feedback__city-shadow {
    bottom: 182px;
    top: 193px;
}
.feedback__city-slider {
    position: absolute;
    background: #383a3f;
    right: 15px;
    width: 7px;
    top: 60px;
    bottom: 60px;
    border: none;
    border-radius: 0px;
}
.touch .feedback__city-slider {
    display: none;
}
.feedback__city-slider:before {
    content: '';
    position: absolute;
    background: #383a3f;
    right: 0px;
    width: 7px;
    top: -40px;
    height: 40px;
}
.feedback__city-slider:after {
    content: '';
    position: absolute;
    background: #383a3f;
    right: 0px;
    width: 7px;
    bottom: -40px;
    height: 40px;
}
.feedback__city-slider .ui-slider-handle {
    cursor: pointer;
    outline: none;
    background: #fff!important;
    left: 0px;
    right: 0px;
    height: 80px;
    margin: 0px 0px -40px;
}
.feedback__city-shadow {
    position: absolute;
    top: 282px;
    bottom: 98px;
    left: 34px;
    right: 37px;
    border-top: 1px solid #474a50;
    border-bottom: 1px solid #474a50;
    display: none;
}
.feedback__city-shadow:before {
    content: '';
    position: absolute;
    background: url('../i/arrow.png') 0px 0px;
    right: 5px;
    width: 13px;
    top: 16px;
    height: 8px;
}
.feedback__city-selected .feedback__city-shadow {
    display: block;
}
.feedback__city-select {
    position: relative;
    padding: 17px 30px 0px 0px;
    height: 396px;
    overflow-y: scroll;
    width: 100%;
}
.feedback__city-list {
    width: 92%;
}
.feedback__city-item {
    color: #fff;
    line-height: 44px;
    cursor: pointer;
    text-indent: 34px;
    white-space: nowrap;
    overflow: hidden;
}
.feedback__city-item:hover {
    color: #24272f;
    background: #fff; 
}