

/* Start:/delivery/assets/redesign.css?17738174839708*/
.delivery-items {
    display: flex;
    gap: 24px;
}

.delivery-item {
    flex: 1;
    background: #ededed;
    border-bottom: 2px solid #c4a5c5;
    padding: 30px;
    cursor: pointer;
}

.delivery-item__logo {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #e19ad4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.delivery-item__logo img {
    display: block;
}

.delivery-item__logo .img-hovered {
    display: none;
}

.delivery-item.active img {
    display: none;
}

.delivery-item.active img.img-hovered {
    display: block;
}

/*.delivery-item__logo img {*/
/*    transform: scale(0.67);*/
/*}*/

.delivery-item__title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.25;
}

.delivery-item__advantages {
    font-size: 14px;
    list-style: none;
    padding: 0;
}

.delivery-item__advantages span {
    font-size: 16px;
    font-weight: bold;
    color: #905793;
}

.delivery-item__advantages li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.delivery-item__advantages li:last-child {
    margin-bottom: 0;
}

.delivery-item__advantages li::before {
    content: '';
    display: block;
    width: 18px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 0;
    mask: url('/delivery/images/check.svg') no-repeat center;
    -webkit-mask: url('/delivery/images/check.svg') no-repeat center;
    background-color: #905793;
}

.delivery-item__button {
    font-size: 15px;
    color: #905793;
    background: #fff;
    width: 216px;
    height: 46px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 23px;
    margin: 20px auto 0;
    cursor: pointer;
}

.delivery-item:hover, .delivery-item.active {
    background: #905793;
    color: #fff;
}

.delivery-item:hover .delivery-item__advantages span,
.delivery-item.active .delivery-item__advantages span {
    color: #fff;
}

.delivery-item:hover .delivery-item__advantages li::before,
.delivery-item.active .delivery-item__advantages li::before {
    background-color: #fff;
}

.delivery-points {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #905793;
}

.delivery-point {
    background: #ededed;
    flex: 1;
    padding: 60px 10px 20px 4%;
    position: relative;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    /*border-right: 1px solid #fff;*/
    box-sizing: border-box;
}

.delivery-point:first-child {
    padding-top: 0;
}

.delivery-point::after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    top: -1px;
    right: -1px;
    height: calc(100% + 1px);
    width: 1px;
    z-index: 1;
}

/*.delivery-point::before {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    background: #fff;*/
/*    top: -1px;*/
/*    right: -1px;*/
/*    height: calc(100% + 1px);*/
/*    width: 1px;*/
/*    z-index: 1;*/
/*}*/

.delivery-point:hover {
    border-top-color: #905793;
    border-left-color: #905793;
    z-index: 1;
    background: #905793;
    color: #fff;
}

.delivery-point:hover::after {
    background: #905793;
}

.delivery-point:hover .delivery-point__title,
.delivery-point:hover .delivery-point__time {
    color: #fff;
}

.delivery-description__title {
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.delivery-point__title {
    font-size: 14px;
    font-weight: bold;
    color: #905793;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.delivery-point__title::before {
    content: url('/delivery/images/map-mark.png');
    display: block;
    position: absolute;
    left: 0;
    top: -8px;
}

.delivery-point:hover .delivery-point__title::before {
    content: url('/delivery/images/map-mark-white.png');
}

.delivery-point__time {
    font-size: 14px;
    font-weight: bold;
    color: #905793;
    line-height: 1.7;
}

.delivery-point__address, .delivery-point__contacts {
    line-height: 1.7;
}

.delivery-description {
    margin-top: 25px;
}

.delivery-services {
    display: flex;
    border-bottom: 1px solid #9c6b9f;
}

.delivery-service {
    height: 72px;
    flex: 1;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    box-sizing: border-box;
    position: relative;
    background: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.delivery-service::after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    top: -1px;
    right: -1px;
    height: calc(100% + 1px);
    width: 1px;
    z-index: 1;
}

.delivery-service:hover {
    border-top-color: #905793;
    border-left-color: #905793;
    z-index: 1;
    background: #f5f5f5;
}

.delivery-service:hover::after {
    background: #905793;
}

.delivery-service img {
    max-width: 80%;
}

.delivery-description__item {
    display: none;
}

.delivery-description__item.active {
    display: block;
}

.delivery-description__caption {
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 18px;
}

.delivery-description__caption::before {
    content: url(/delivery/images/check.svg);
    display: block;
    width: 18px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
}

.sdek-pickup {
    margin-top: 50px;
    border-bottom: 1px solid #905793;
    padding-bottom: 12px;
}

.delivery-h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #905793;
    margin: 35px 0 20px;
}

.sdek-pickup__title {
    padding-left: 30px;
    position: relative;
}

.sdek-pickup__title::before {
    content: '';
    display: block;
    width: 23px;
    height: 12px;
    background: url('/delivery/images/car_icon.png') no-repeat center center / contain;
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
}

.sdek-pickup__title span {
    font-weight: bold;
}

.sdek-pickup__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sdek-pickup__list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 14px;
}

.sdek-pickup__list li::before {
    content: url(/delivery/images/check.svg);
    display: block;
    width: 18px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
}

.sdek-pickup__list span {
    font-weight: bold;
    color: #905793;
}

.sdek-pickup__link {
    font-size: 14px;
    color: #905793;
    padding: 0 0 0 30px;
}

.select-delivery-btn {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    width: 174px;
    height: 42px;
    border: 1px solid #905792;
    color: #ab76ae;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 32px auto 0;
    cursor: pointer;
}

.select-delivery-btn:hover,
.select-delivery-btn.active {
    background: #905792;
    color: #fff;
}

.delivery-rules {
    margin-top: 60px;
}

.delivery-rules-list {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.delivery-rules-list li {
    position: relative;
    padding-left: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.delivery-rules-list li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 7px;
    left: 0;
    background: url(/delivery/images/plus_icon.png) no-repeat center center / contain;
}

.delivery-description .maps-wrap {
    margin-bottom: 0;
}

.delivery-rules-info {
    color: #905793;
    margin-top: 30px;
    padding-left: 20px;
    font-size: 14px;
}

@media (max-width: 1600px) {
    .delivery-point__address br {
        display: none;
    }

    .delivery-point {
        padding: 60px 30px 20px 30px;
    }
}

@media (max-width: 1480px) {
    .delivery-item__title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .delivery-item__title br {
        display: none;
    }

    .delivery-item {
        padding: 30px 15px;
    }

    .delivery-item__advantages span {
        font-size: 14px;
    }
}

@media (max-width: 1240px) {
    .delivery-point {
        padding: 60px 15px 20px 15px;
    }
}

@media (max-width: 1180px) {
    .delivery-points {
        flex-wrap: wrap;
    }

    .delivery-point {
        width: 50%;
        flex: unset;
        padding: 60px 30px 20px 30px;
    }

    .delivery-point:nth-child(1), .delivery-point:nth-child(2) {
        border-bottom: 1px solid #fff;
    }

    .delivery-point:nth-child(1):hover, .delivery-point:nth-child(2):hover {
        border-bottom-color: #905793;
    }

    .delivery-items {
        flex-wrap: wrap;
    }

    .delivery-item {
        width: calc(50% - 12px);
        flex: unset;
    }
}

@media (max-width: 1180px) {
    .delivery-items {
        flex-direction: column;
    }

    .delivery-item {
        width: 100%;
        padding: 30px;
    }

    .delivery-item__head {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
    }

    .delivery-item__logo {
        margin: 0;
        flex-shrink: 0;
        width: 60px;
        height: 60px;
    }

    .delivery-item__logo img {
        transform: scale(0.5);
    }

    .delivery-item__title {
        margin: 0;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .delivery-items {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .delivery-point {
        width: 100%;
        padding: 30px 30px 20px;
    }

    .delivery-point:nth-child(3) {
        border-bottom: 1px solid #fff;
    }
}

/* End */


/* Start:/bitrix/components/uniofweb/regions_maps/templates/.default/style.css?167653934812920*/
div.clear {
    clear: both;
}
.loader-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    z-index: 931; }
.loader-wrap .text {
    color: #0d669e;
    font-size: 16px;
    font-family: "PTSans";
    text-transform: uppercase;
    margin-top: -75px;
    text-transform: none; }
.loader-wrap .loader {
    position: absolute;
    display: none;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border: 5px solid #703873;
    border-radius: 100%;
    animation: spin 0.75s infinite linear; }
.loader-wrap .loader *,
.loader-wrap .loader *::before,
.loader-wrap .loader *::after {
    box-sizing: border-box; }
.loader-wrap .loader::before,
.loader-wrap .loader::after {
    left: -5px;
    top: -5px;
    display: none;
    position: absolute;
    content: '';
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit; }
.loader-wrap .loader-5,
.loader-wrap .loader-5::before {
    display: inline-block;
    border-color: transparent;
    border-top-color: #703873; }
.loader-wrap .loader-5::before {
    animation: spin 1.7s infinite ease; }
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg); } }
.maps-wrap{
    position: relative;
    padding:0 !important;
    overflow: hidden;
    margin-bottom:20px;
}
.maps-block{
    height:500px;
    overflow: hidden;
}
.map{
    width:100%;
    height:500px;
    border:1px solid rgb(144, 87, 147);
    padding:0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.maps-tabs{
    width: 100%;
    display: block;
    height: 50px;
}
.maps-tabs .tab{
    height:50px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    background-color: rgb(144, 87, 147);
    border-right: 1px solid #703873;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.maps-tabs .tab:hover,
.maps-tabs .tab.active{
    background-color: #703873;
}
.maps-tabs .tab:last-child{
    border-right: 0;
}
.baloon-content{
    padding:8px 12px;
    color: #444;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
}
#map-DELLIN .ymaps-2-1-62-balloon__content{
    width:605px;
}
#map-DELLIN .ymaps-2-1-62-balloon__content ymaps{
    width:605px !important;
}
.baloon-content .name{
    font-size: 18px;
    font-weight: 500;
    color: #00aeef;
    text-decoration: underline;
    display: block;
}
.baloon-content .address{
    margin-top: 8px;
}
#map-DELLIN .baloon-content .address{
    font-size: 12px;
}
.baloon-content .name:hover{
    color: #0099d2;
}
.baloon-content .phones{
    color: #555;
    margin-top: 8px;
}
.baloon-content .phones{
    white-space: nowrap;
}
.baloon-content .title{
    width:57px;
    margin-right:12px;
}
.baloon-content .phone{
    width:215px;
    font-size: 13px;
    line-height: 15px;
}
.baloon-content .title, .baloon-content .phone{
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.baloon-content .gruz{
    margin-top:8px;
    padding: 0;
}
.baloon-content .info{
    margin-top:8px;
    font-size: 13px;
    font-weight: 500;
    color: #00aeef;
    text-decoration: underline;
}
.baloon-content .info:hover{
    color: #0099d2;
}
.contacts .contacts__page-title {
    float: left;
    max-width: 700px;
    margin-bottom: 30px;
}
.contacts{
    white-space: nowrap;
}
.contacts a{
    color: #2685d1 !important;
}
.contacts .title{
    width:100%;
    color: #212121 !important;
    margin: 0 0 5px 0;
    font-size: 14px !important;
    font-weight: bold;
}
.schedule-container h4.schedule-name{
    font-size: 12px;
    color: #212121 !important;
    font-weight: bold;
}
.contacts p{
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
}
.contacts .name{
    font-size: 28px;
}
.contacts .service-icon {
    padding: 18px;
    margin-left: 0;
    background: #e9ae30 url(/assets/contacts/service-icon-145a7f8525fcb7fe3a48a9abeee2a4979ccc844787db9d57446bd0f503602222.png) no-repeat 0px 0px;
    font-size: 0;
    vertical-align: middle;
}
.contacts .service-icon:first-of-type {
    margin-left: 10px;
}
.contacts .service-icon__storage {
    background-position: 0px -70px;
}
.contacts .service-icon__express {
    background-position: 0px 0px;
}
.contacts .service-icon__office {
    background-position: 0px -105px;
}
.contacts .service-icon__receive_giveout {
    background-position: 0px -35px;
}
.contacts .localTime {
    float: right;
    font-size: 26px;
    color: #868686;
}
.contacts .localTime .timelabel {
    display: inline-block;
}
.contacts .localTime .blink {
    color: #fff;
}
.contacts .localTime .blink.shown {
    color: #868686;
}
.contacts .contacts__left {
    float: left;
    width: 450px;
    margin-right: 40px;
}
.contacts .contacts__right {
    float: left;
    width: 450px;
}
.contacts .contacts-block {
    margin-bottom: 20px;
}
.contacts .contacts__address-street p {
    margin: 0;
    padding: 0 0 3px;
    line-height: 17px;
}
.contacts .contacts__pre-order p {
    padding: 3px 0;
    margin: 0;
    line-height: 14px;
}
.contacts .contacts__illustration {
    position: relative;
    margin-bottom: 47px;
    padding: 20px 0;
    overflow: hidden;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}
.contacts .illustration-img, .contacts .illustration-descript {
    float: left;
    height: 110px;
}
.contacts .illustration-img {
    width: 110px;
    background: url(/assets/contacts/banners/3pl-0713056f92912b0f5cd4bcb1f35d130336403421588e66b8a0bee4be72594555.svg) no-repeat 0px 0px;
}
.contacts .illustration-descript {
    width: 330px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
}
.contacts .illustration-descript .descript-text {
    display: table-cell;
    vertical-align: middle;
    color: #888;
}
.contacts .illustration-descript .descript-text .link {
    line-height: 18px;
    font-size: 15px !important;
}
.contacts .illustration-descript .descript-text p {
    line-height: 14px;
    font-size: 12px;
    padding: 10px 0 0;
    color: #888;
    margin: 0;
}
.contacts .illustration-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: rgba(27, 27, 27, 0.8);
    color: #fff;
    padding: 9px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 17px;
}
.contacts .illustration-text a {
    color: #e9ae30;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #e9ae30;
}
.contacts .contacts__news-list .title {
    margin: 0 0 3px 0;
}
.contacts .contacts__news-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contacts .contacts__news-list ul li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 0 4px;
}
.contacts .contacts__news-list .date {
    font-size: 12px;
    color: #868686;
    width: 44px;
    display: inline-block;
}
.contacts .contacts__restrictions .title {
    position: relative;
    padding-left: 26px;
}
.contacts .contacts__restrictions .title:before {
    content: "";
    position: absolute;
    display: block;
    width: 19px;
    height: 19px;
    background: url(/bitrix/components/uniofweb/regions_maps/templates/.default/img/service-ico.png) no-repeat 0 -140px;
    left: 0;
    margin-top: -1px;
    margin-left: -1px;
}
.contacts .contacts__restrictions p {
    padding: 7px 0 3px;
    line-height: 20px;
}
.contacts .contacts__contact{
    position: relative;
}
.contacts .contacts__contact .contacts__contact_left,
.contacts .contacts__contact .contacts__contact_right{
    float: left;
    width: 50%;
}
.contacts .contacts__contact p {
    padding: 7px 0 0px;
    line-height: 14px;
}
.contacts .contacts__schedule {
    margin-top: 4px;
    display: table;
    border-collapse: separate;
    border-spacing: 3px 0;
}
.contacts .contacts__schedule .schedule-head {
    display: table-row;
}
.contacts .contacts__schedule .schedule-head .schedule__item {
    padding: 3px 0;
    border-bottom: 3px solid #e9ae30;
}
.contacts .contacts__schedule .schedule-head .schedule-head__name {
    width: 233px;
}
.contacts .contacts__schedule .schedule-head .schedule-head__sat, .contacts .contacts__schedule .schedule-head .schedule-head__sun {
    border-bottom: 3px solid #d20b0b;
}
.contacts .contacts__schedule .schedule-head .schedule__item-active {
    border-top: 1px solid #e9ae30;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom: transparent;
}
.contacts .contacts__schedule .schedule-head .schedule__item-active:before, .contacts .contacts__schedule .schedule-head .schedule__item-active:after {
    top: 4px;
}
.contacts .contacts__schedule .schedule-body {
    display: table-row;
}
.contacts .contacts__schedule .schedule__item {
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    color: #868686;
    width: 96px;
    padding: 5px 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px !important;
}
.contacts .contacts__schedule .schedule__item_comment {
    font-size: 12px;
    color: #868686;
}
.contacts .contacts__schedule .schedule-body:last-of-type .schedule__item {
    border-bottom: none;
}
.contacts .contacts__schedule .schedule-body:last-of-type .schedule__item-active {
    border-bottom: 1px solid #e9ae30;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 4px;
    text-align: center;
}
.contacts .contacts__schedule .schedule__item.schedule-body__name {
    text-align: left;
    color: #1b1b1b;
    width: 233px;
}
.contacts .contacts__schedule .schedule__item-active {
    border-left: 1px solid #e9ae30;
    border-right: 1px solid #e9ae30;
    position: relative;
}
.contacts .contacts__terminal-information .title {
    font-size: 21px;
    margin-bottom: 18px;
}
.contacts .contacts__terminal-information p {
    line-height: 21px;
    padding: 0px;
    margin-bottom: 19px;
}
.contacts .contacts__feature {
    margin-bottom: 47px;
}
.contacts .contacts__feature .title {
    margin-bottom: 15px;
}
.contacts .contacts__feature ul {
    margin: 0;
    padding: 0 0 0 41px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.contacts .contacts__feature li {
    padding: 0;
    margin: 5px 0 1px;
}
.contacts .contacts__contact-bottom ul {
    margin: 13px 0 0;
    padding: 0;
    list-style: none;
}
.contacts .contacts__contact-bottom li {
    margin: 0 0 9px;
    padding: 0;
}
.contacts .contacts__contact-bottom .name {
    width: 145px;
    display: inline-block;
}
.contacts .contacts__storage-photos ul {
    padding: 0;
    margin-top: 20px;
    list-style: none;
}
.contacts .contacts__storage-photos .photo-item {
    float: left;
    margin: 0 10px 10px 0;
}
#mapContainer {
    width: 100%;
    height: 400px;
    border: 1px solid #d2d2d2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}
#mapContainer .map-route {
    top: 15px;
}
.cityMap {
    position: static !important;
    width: 100%;
    height: 398px;
}
.modal-body__column{
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 285px;
    margin-top: 15px;
}
.modal-body__column:nth-child(2) {
    margin-right:20px;
}
.contacts__restrictions {
    padding: 10px 20px;
    border: 1px solid #c6c6c6;
}

/* End */
/* /delivery/assets/redesign.css?17738174839708 */
/* /bitrix/components/uniofweb/regions_maps/templates/.default/style.css?167653934812920 */
