

/* Start:/local/templates/there-are-doors/components/bitrix/form.result.new/mainpage_feedback_city/style.css?17628709393135*/
table.form-table {
    border-collapse: collapse;
    background-color: white;
    width: 100%;
    font-weight: normal;
    font-size: 100%;
    line-height: 160%;
}

/* table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/there-are-doors/components/bitrix/form.result.new/mainpage_feedback_city/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
} */

.form-required {
    color: red;
}

.error-fld {
    display: block;
    float: left;
    background-image: url(/local/templates/there-are-doors/components/bitrix/form.result.new/mainpage_feedback_city/images/icon_warn.gif);
    background-repeat: no-repeat;
    width: 15px;
    height: 13px;
}

.btns_form_area {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 20px;
}

.feedback_modal {
    min-width: 655px;
}

.feedback_modal tbody td {
    color: #494949;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    font-family: Helvetica;
    text-align: left;
}

.feedback_modal .transparent_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: 0.3s;
    border: 1px solid #a6a395;
    padding: 9px 15px;
    max-width: 300px;
    height: 40px;
    color: #2e2e2c;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.1px;
    text-decoration: none;
}

.feedback_modal .transparent_btn:hover {
    color: #a6a395;
}

.feedback_modal .inputtext {
    width: 100%;
}
.feedback_modal tr {
    margin-bottom: 15px;
}

.feedback_modal .phone {
    width: 100%;
}
.feedback_modal .phone,
.feedback_modal .inputtext {
    margin-top: 10px;
    margin-bottom: 15px;
    outline: 0;
    box-shadow: none;
    border: 0 solid #cfd5dc;
    border-bottom-width: 1px;
    border-radius: 2px;
    /* padding: 7px 10px; */
    background: transparent;
    padding: 9px 0 9px;
    width: 100%;
    height: auto;
    color: var(--dark-bg-2);
    font-size: 16px;
}

.form-control {
    border: none;
}

.modal_title {
    margin-bottom: 20px;

    padding: 0;
    color: #adadad;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -0.01em;
}

.feedback_modal textarea {
    margin-top: 10px;
    margin-bottom: 15px;
    outline: 0;
    box-shadow: none;
    border: 0 solid #cfd5dc;
    border-bottom-width: 1px;
    border-radius: 2px;
    /* padding: 7px 10px; */
    background: transparent;
    background: #f5f5f5;
    padding: 9px 0 9px;
    width: 100%;
    width: 100%;
    height: auto;
    color: var(--dark-bg-2);
    font-size: 16px;
}

#form_dropdown_CITY {
    margin: 20px 0;
}

.bx-ui-sls-error-message,
.field-error {
    margin: 5px 0;
    padding-left: 0;
    color: red;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-align: left;
}

@media (max-width: 768px) {
    .feedback_modal {
        min-width: 100%;
    }

    .btns_form_area {
        flex-wrap: wrap;
    }

    .transparent_btn {
        width: 100%;
        max-width: 100%;
    }
}

/* End */


/* Start:/local/templates/there-are-doors/components/bitrix/sale.location.selector.search/custom_city/style.css?17628716446149*/
.bx-sls {
    margin: 15px 0;
}

.bx-sls .dropdown-block {
    position: relative;
    border-bottom: 1px solid #cfd5dc;
    background-color: #fff;
    padding: 0 22px 0 0;
    touch-action: manipulation;
    font-size: 14px;
}

.bx-sls .dropdown-block-ui {
    position: relative;
    margin-top: 5px;
    background-color: #fff;
    padding: 0 22px 0 30px;
    font-size: 14px;
}

.bx-sls .dropdown-arrow {
    position: absolute;
    top: 0;
    right: 0;
    background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png)
        no-repeat center center;
    width: 22px;
    height: 100%;
}

.bx-sls .bx-ui-sls-container {
    min-height: 30px;
    overflow: hidden;
}

.bx-sls .bx-ui-sls-pane {
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px #c7c7c7;
    box-shadow: 0 2px 3px #c7c7c7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    box-sizing: border-box;
    padding: 5px 5px 3px 5px;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}

.bx-sls .dropdown-active .bx-ui-sls-pane {
    display: block;
}

.bx-sls .bx-ui-sls-variants {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bx-sls .dropdown-item {
    margin-bottom: 2px;
    border-radius: 2px;
    padding: 7px 4px 7px 10px;
}

.bx-sls .dropdown-item:hover {
    cursor: pointer;
    background-color: #f1f3f5;
}

.bx-sls .dropdown-img {
    display: inline-block;
    vertical-align: top;
    margin: 3px 12px 0 0;
    border: none;
    width: 16px;
    height: 12px;
}

.bx-sls .dropdown-item-text {
    display: inline-block;
    vertical-align: top;
    color: #aba8ac;
}

.bx-sls .dropdown-item-text span {
    color: #25282c;
}

.bx-sls .dropdown-list-title {
    border-bottom: 1px solid #e5e5e5;
    padding-left: 8px;
    height: 37px;
    line-height: 37px;
}

.bx-sls .dropdown-icon {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png)
        no-repeat center center;
    width: 14px;
    height: 14px;
}

.bx-sls .quick-locations {
    margin-bottom: 5px;
}
.bx-sls .quick-location-tag {
    display: inline-block;
    margin: 0 3px;
    margin-bottom: 10px;
    border: 1px solid #cad3dc;
    border-radius: 3px;
    background-color: #f2f5f8;
    padding: 0 14px;
    height: 27px;
    color: #1e55b9;
    font-size: 15px;
    line-height: 26px;
    text-decoration: none;
}
.bx-sls .quick-location-tag:hover {
    background-color: #fafafa;
}

.bx-sls .dropdown-fade2white {
    position: absolute;
    top: 2px;
    right: 0;
    width: 46px;
    height: 31px;
    pointer-events: none;
}

.bx-sls .bx-ui-sls-clear {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    cursor: pointer;
    cursor: hand;
    margin-top: 2px;
    background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px
        no-repeat scroll;
    width: 30px;
    height: 30px;
}
.bx-sls .bx-ui-sls-clear:hover {
    background-position: 6px -3418px;
}

.bx-sls .bx-ui-sls-loader {
    display: none;
    position: absolute;
    top: 3px;
    right: 2px;
    background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
    background-position: right -1px !important;
    background-repeat: no-repeat !important;
    width: 30px;
    height: 30px;
    pointer-events: none;
}

.bx-sls .bx-ui-sls-go-edit {
    display: none;
}

.bx-sls .bx-ui-sls-pane {
    max-height: 300px;
}

.bx-sls input::-ms-clear {
    display: none;
}

.bx-sls input[type="text"] {
    position: relative;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 1 !important;
    z-index: 10;
    outline: none;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    background-position: right 1px;
    background-repeat: no-repeat;
    padding: 0 22px 0 0 !important;
    width: 100%;
    height: 33px;
    pointer-events: auto;
    color: #000 !important;
    font-size: 14px;
    font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
}
.bx-sls .bx-ui-sls-route {
    z-index: 5;
    color: #aba8ac !important;
}

.bx-sls .bx-ui-sls-pane {
    z-index: 999;
    border: 1px solid #87919c;
    background-color: #fff;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error {
    padding: 10px 10px;
}
.bx-sls .bx-ui-sls-error {
    position: relative;
    padding-left: 30px;
    color: #ff2222;
}
.bx-sls .bx-ui-sls-error div {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px
        no-repeat scroll;
    width: 25px;
    height: 25px;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active {
    background-color: #e0e8ea;
}

.adm-sls-edit-link {
    margin-top: 10px;
}

.bx-admin-mode .bx-sls-go-edit {
    display: none;
    margin-left: 10px;
}

.bx-admin-mode .dropdown-block {
    border-color: #87919c #959ea9 #9ea7b1;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3),
        0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3),
        0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
    height: 25px;
}

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
    height: 25px;
}

.bx-admin-mode .dropdown-icon {
    top: 7px;
}

.bx-admin-mode .dropdown-fade2white {
    height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
    right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
    background-position: 6px -3389px;
    height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover {
    background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
    background-position: right -4px !important;
    height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
    top: 27px;
}

/* End */
/* /local/templates/there-are-doors/components/bitrix/form.result.new/mainpage_feedback_city/style.css?17628709393135 */
/* /local/templates/there-are-doors/components/bitrix/sale.location.selector.search/custom_city/style.css?17628716446149 */
