.retool-adresses-group.__hidden ~ .retool-adresses-group {
    border-top-width: 0;
    padding-top: 0;
}

.retool-adresses-group.__visible ~ .retool-adresses-group {
    border-top-width: 1px;
    padding-top: 50px;
}

#bx-panel.bx-panel-fixed {
    margin-top: 80px !important;
}

.header {
    z-index: 1000;
}

.m0 {
    margin: 0 !important;
}

.retool-city-block + .contacts-result-all {
    margin-top: -40px;
    margin-bottom: 40px;
}

.retool-adresses-table td.__worktime div {
    display: block;
}

.retool-adresses-table .stationcard-services {
    white-space: nowrap;
}

.offer-steps-button-center {
    text-align: center;
    margin: 20px 0 60px;
}

.form-item-label {
    font-size: 14px;
    line-height: 1.7;
}

.inputtext-captcha {
    max-width: 100px;
}

.form-captcha {
    display: flex;
    align-items: center;
}

.form-captcha-img {
    width: 180px;
}

.form-captcha-img img {
    display: block;
}

.header-nav-sub {
    min-width: 290px;
}

html .feedback-form__input.js-input-company,
html .form-item .js-input-company {
    display: none;
}

.chosen-select + .chosen-container-single .chosen-single {
    width: 100%;
    background: #f6f9f9;
    font-size: 14px;
    line-height: 1.2;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
    height: 53px;
    border: 4px solid #fff;
    font-weight: 300;
    color: #656d78;
    border-radius: 7px;
    transition: all 0.5s;
    transition-property: color, background, border, box-shadow, -webkit-transform, -webkit-filter;
    transition-property: color, background, border, transform, filter, box-shadow;
    transition-property: color, background, border, transform, filter, box-shadow, -webkit-transform, -webkit-filter;
    display: block;
    box-shadow: none;
}

.chosen-select + .chosen-container-single .chosen-single:hover {
    border-color: #acb4bf;
}

.chosen-select + .chosen-container-single .chosen-single div {
    width: 48px;
}

.chosen-select + .chosen-container-single .chosen-single div b {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    width: 12px;
    height: 7px;
    background-image: url(/images/icons/select-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
}

.chosen-container .chosen-results li::before {
    display: none;
}

.chosen-container .chosen-results li {
    font-weight: 300;
    font-size: 16px;
}

.checkbox-field {
    margin-bottom: 35px;
}

[type='checkbox'].invalid:not(:checked) + label:after {
    border-color: #ff0000;
    border-width: 1px;
}

.contract-pages .__hidden {
    display: none;
}

[align='center'] {
    text-align: center;
}

.error-text {
    color: red;
    margin-top: 15px;
    font-size: 14px;
}

.form-group-check {
    margin: 0 0 20px;
    position: relative;
}

.form-group-check input {
    width: 50px !important;
    height: 50px !important;
}

.feedback-form.__big {
    padding-left: 50px;
    padding-right: 50px;
}

.feedback-form-item {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}

.feedback-form-item label {
    padding-right: 20px;
    width: 50%;
}

.feedback-form-item_input {
    margin: 0;
    width: 100%;
}

.feedback-form-item label + .feedback-form-item_input {
    width: 50%;
}

.feedback-form-item_input input,
.feedback-form-item_input textarea,
.feedback-form-item_input .files {
    margin: 0;
    width: 100%;
}

.feedback-form-item .chosen-select + .chosen-container-single .chosen-single {
    border: 0;
    line-height: 1.5;
}

.feedback-form-item_comment {
    font-size: 14px;
    color: #656d78;
}

.contacts-info-item-route {
    margin: 10px 0 0;
}

.retool-adresses-table tr.__city td a {
    color: #000;
}

.button-center-block {
    text-align: center;
    margin: 0 0 20px;
}

html .basic-popup .feedback-form__input {
    margin-bottom: 0;
}