

/* Start:/business/rates/additional-services/perevozka-iz-dopolnitelnogo-otdeleniya/css/style.css?16980842764286*/
.button__primary {
    display: inline-flex;
    padding: 16px 28px;
    border-radius: 3px;
    background: #E4003C;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition: 0.15s;
}

.button__primary,
.button__primary:visited {
    color: #ffffff;
}

.button__primary:hover,
.button__primary:focus {
    background: #ff466c;
    box-shadow: 0px 2px 12px 0px rgba(198, 7, 57, 0.25);
}

.button__primary.mobile {
    display: none;
}

.additional-filial-banner .button__primary {
    text-wrap: nowrap;
}

.top-content-wrapper {
    display: flex;
    flex-direction: column;
}

.select-container .select__input-inner,
.city-select__title {
    color: var(--main-black);
}
.select-container.city-select {
    max-width: 358px;
    margin-bottom: 24px;
}

.block__with-icon {
    display: flex;
    gap: 48px;
    width: 100%;
}

.block__with-icon .icon {
    height: 60px;
    width: 60px;
}

.block__with-icon_margin {
    margin-bottom: 60px;
}

.back-link__container {
    margin-top: 40px;
    margin-bottom: 60px;
}

.back-link {
    transition: 0.15s;
    display: inline-flex;
}

.back-link svg {
    transition: 0.15s;
    margin-right: 8px;
    height: 16px;
    width: 16px;
    align-self: center;
}

.back-link:hover,
.back-link:hover svg {
    color: #E4003C;
    fill: #E4003C;
}

.additional-filial-banner {
    background: #FAFAFA;
    overflow: hidden;
}

.additional-filial-banner__wrapper {
    display: flex;
    justify-content: space-between;
}

.banner__title {
    color: var(--main-black);
    padding-top: 40px;
    padding-bottom: 33px;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    margin: 0;
}

.additional-filial-banner__content {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1220px) {
    .additional-filial-banner__wrapper img {
        margin-left: -100px;
    }
}

@media screen and (max-width: 1140px) {
    .additional-filial-banner__wrapper img {
        margin-left: -140px;
        max-height: 284px;
        position: relative;
        z-index: 1;
        right: -40px;
    }
}

@media screen and (max-width: 1000px) {
    .transportation-from-additional-filial .container {
        max-width: unset;
    }

    .transportation-from-additional-filial .container:not(.no-padding) {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (max-width: 991px) {
    .additional-filial-banner__wrapper img {
        max-height: 284px;
        margin: 27px 0 0 -60px;
        right: 0;
    }
}

@media screen and (max-width: 900px) {
    .additional-filial-banner__wrapper img {
        right: -40px;
    }
}

@media screen and (max-width: 825px) {
    .additional-filial-banner__wrapper img {
        right: -120px;
    }
}

@media screen and (max-width: 768px) {
    .banner__title {
        font-size: 26px;
        font-weight: 600;
        line-height: 36px;
        padding-top: 32px;
    }

    .additional-filial-banner__wrapper img {
        margin: 32px 0 0 -95px;
        right: 0;
    }

    .additional-filial-banner__content {
        min-width: 420px;
    }
}

@media screen and (max-width: 650px) {
    .additional-filial-banner__wrapper img {
        margin: 32px 0 0 -140px;
    }

    .banner__title {
        padding-top: 32px;
    }

    .additional-filial-banner {
        background: #ffffff;
    }

    .additional-filial-banner__content {
        min-width: 100%;
    }

    .additional-filial-banner__wrapper {
        flex-wrap: wrap;
    }

    .additional-filial-banner__wrapper img {
        margin: 0 0 32px 0;
        max-width: 100%;
    }

    .button__primary.desktop {
        display: none;
    }

    .button__primary.mobile {
        display: inline-flex;
        justify-content: center;
        width: 100%;
    }

    .top-content-wrapper {
        flex-direction: column-reverse;
        margin-bottom: 80px;
    }

    .back-link__container {
        margin-top: 32px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .banner__title {
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
    }

    .additional-filial-banner__wrapper img {
        max-height: 186px;
    }

    .block__with-icon {
        flex-wrap: wrap;
        gap: 24px;
    }
}
/* End */


/* Start:/local/components/pecom/selector/templates/business_city_new/style.css?16980842763106*/
.select-container {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    max-width: 522px;
    width: 100%;
}

.select-container .select {
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    border: 1px solid #E4E6E7;
    padding-top: 18px;
    transition: all .3s ease-in-out;
}

.select-container .select:hover {
    border-color: #AAAAAA;
}

.select-container .select:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -0.525em;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    border-right: 1px solid #2b2b2b;
    border-bottom: 1px solid #2b2b2b;
    z-index: 0;
    transition: .3s ease-out;
}

.select-container .select.disabled {
    background: #FAFAFA;
    cursor: not-allowed;
}

.select-container .select.disabled .select__input-inner {
    background: #FAFAFA;
    cursor: not-allowed;
}

.select-container .select .focus-field + label {
    font-size: 11px;
    top: 9px !important;
    margin: 0;
}

.select-container .select[data-state='active'] {
    border-color: #48538B;
}

.select-container .select[data-state='active'] [data-dropdown] {
    opacity: 1;
    z-index: 1000;
    transform: scaleY(1);
    border-top-color: #48538B;
}

.select-container .select[data-state='active']:after {
    top: 60%;
    transform: rotate(225deg);
}

.select-container .select__input-inner {
    background: #FFFFFF;
    border: none;
    font-size: 16px;
    font-family: 'Roboto', 'sans-serif';
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    padding: 9px 16px;
    height: 36px;
}

.select-container .select__dropdown {
    position: absolute;
    left: 0;
    opacity: 0;
    right: 0;
    padding: 12px;
    transition: all .2s ease-in-out;
    transform: scaleY(0);
    transform-origin: top;
    background: #FFFFFF;
    border: 1px solid #E4E6E7;
    box-shadow: 0 4px 16px rgba(209, 209, 209, 0.25);
    border-radius: 3px;
    z-index: -1;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
}

.select-container .select__dropdown-item {
    padding: 0 16px;
    line-height: 36px;
    min-height: 36px;
    cursor: pointer !important;
    font-size: 14px;
    color: #2B2B2B;
    border-radius: 3px;
    transition: .3s ease-out;
}

.select-container .select__dropdown-item.selected {
    background: #48538B;
    color: #FFFFFF;
}

.select-container .select__dropdown-item:hover {
    background: #F7F9FB;
    color: #48538B;
}

.select-container .select__label {
    position: absolute;
    pointer-events: none;
    display: inline-block;
    font-size: 16px;
    left: 16px;
    top: 50%;
    margin-top: -0.525em;
    line-height: 1em;
    transition: all 0.3s;
    color: #AAAAAA;
    cursor: text;
    font-weight: 400;
    font-family: 'Roboto', 'sans-serif';
}

.select-container .select label {
    font-size: 11px;
    top: 9px !important;
    margin: 0;
}

.city-select__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px;
}

/* End */


/* Start:/local/components/pecom/pvz.rates/templates/rates_table/style.css?17223625561863*/
.content-rates p,
.content-rates ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #2b2b2b;
}

.content-rates p:not(:last-child),
.content-rates ul {
    margin-bottom: 24px;
}

.content-rates ul li {
    position: relative;
    padding-left: 28px;
}

.content-rates ul li::before {
    content: '';
    display: block;
    height: 1px;
    width: 20px;
    background-color: #aaaaaa;
    position: absolute;
    left: 0px;
    top: 13px;
}

.content-rates ul li:not(:last-child) {
    margin-bottom: 16px;
}

.content-rates p:last-of-type {
    border-left: 3px solid #e2a52b;
    padding: 24px;
    margin: 0;
}

.content-rates a {
    color: #48538b;
    transition: 0.1s;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}

.content-rates a:hover,
.content-rates a:focus {
    color: #e4003c;
}

span#obj_weight_tooltip {
    font-weight: 400;
    color: #48538b;
}

body .tooltipster-info .tooltipster-box {
    border: none;
}

body .tooltipster-info .tooltipster-content {
    position: relative;
    color: #ffffff;
    background: #48538b;
    border-radius: 3px;
    box-shadow: 0px 4px 16px 0px rgba(72, 83, 139, 0.25);
    padding: 28px 20px 32px 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

body .tooltipster-info .tooltipster-content::before {
    content: url('/local/assets/img/page-additional-services/warning-icon.svg');
    position: absolute;
    display: block;
    top: 32px;
    left: 20px;
}

body .tooltipster-arrow-background {
    border-right-color: #48538b;
}

body .tooltipster-arrow-border {
    border-right-color: #48538b;
}

.block__detail-text {
    display: flex;
    gap: 48px;
    width: 100%;
}

.block__detail-text .icon {
    height: 60px;
    width: 60px;
    visibility: hidden;
}

.block__detail-text_margin {
    margin-bottom: 60px;
}

/* End */
/* /business/rates/additional-services/perevozka-iz-dopolnitelnogo-otdeleniya/css/style.css?16980842764286 */
/* /local/components/pecom/selector/templates/business_city_new/style.css?16980842763106 */
/* /local/components/pecom/pvz.rates/templates/rates_table/style.css?17223625561863 */
