.delivery_page .main_content .content_wrapper.page {
    margin-top: 36px;
    margin-bottom: 0;
}
.delivery-content .delivery-content__title {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 44px;
}
.delivery-content .delivery-content__descr {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 32px;
}
.price-panel + .price-panel {
    margin-top: 32px;
}
.price-panel .price-panel__title {
    display: block;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
}
.price-panel .price-panel__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.price-panel .price-panel__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 32px;
    width: 33%;
}
.price-panel .price-panel__item .price-panel__description{
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
}
.price-panel .price-panel__item .color-box{
    background: #BCF0E7;
    border: 2px solid #2686A4;
    box-sizing: border-box;
    border-radius: 8px;
    margin-right: 12px;
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-top: 5px;
}
.delivery-content .delivery-content__subdecr {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
}
.delivery-content .delivery-content__subdecr svg{
    margin-right: 12px;
    display: inline-block;
}
.delivery-content .delivery-content__subdecr p{
    display: inline-block;
}
.delivery-content .delivery-fullwidth {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}
.delivery-content .delivery-fullwidth .delivery-fullwidth__map {
    flex-shrink: 0;
    min-width: 100vw;
    height: 700px;
    vertical-align: top;
}
.zoom-wrapper {
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    width: 40px;
    position: absolute;
    right: 32px;
}
.btn-zoom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
.btn-zoom .icon-plus {
    width: 12px;
    height: 12px;
    position: relative;
    background-image: url(/local/templates/roso/images/plus.svg);
    background-size: auto;
    background-repeat: no-repeat;
}
.btn-zoom .icon-minus {
    width: 8px;
    height: 2px;
    background-image: url(/local/templates/roso/images/minus.svg);
    background-size: auto;
    background-repeat: no-repeat;
}
@media (max-width: 888px) {
    .price-panel .price-panel__item:nth-child(2n) {
        margin-left: 0;
    }
}
@media (max-width: 640px) {
    .delivery-content .delivery-fullwidth .delivery-fullwidth__map {
        height: 400px;
    }
    .zoom-wrapper {
        right: 16px;
    }
    .price-panel .price-panel__item {
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 16px;
    }
}

.delivery_page .page-info {margin: 30px 0;}

/****************************************
Форма проверки стоимости доставки START
****************************************/



.content_wrapper .form_wrapper.deliveryCheck {
    margin: 24px 0 32px 0;
    padding: 0;
    border: none;
}

.content_wrapper .form_wrapper.deliveryCheck .input_wrap {margin-top: 0;}

.content_wrapper .form_wrapper.deliveryCheck .submitWrap {
    margin: 24px 0 0 0;
}

.form_wrapper.deliveryCheck .input_wrap.city,
.form_wrapper.deliveryCheck .input_wrap.address {
    display: inline-block;
    vertical-align: top;
}

.form_wrapper.deliveryCheck .input_wrap.city select {width: 100%;}
.form_wrapper.deliveryCheck .input_wrap.city {margin-right: 16px;}

.form_wrapper.deliveryCheck .input_wrap.city,
.form_wrapper.deliveryCheck input[name="street"] {
    width: 240px;
}

.form_wrapper.deliveryCheck input[name="house"],
.form_wrapper.deliveryCheck input[name="corps"] {
    width: 120px;
}

.form_wrapper.deliveryCheck .input_wrap.address input + input {margin: 0 0 0 16px;} 
.form_wrapper.deliveryCheck .input_wrap.address input[name="street"] {margin: 0;} 

.form_wrapper.deliveryCheck .twitter-typeahead {
    vertical-align: top;
    margin: 0 16px 0 0;
}

.form_wrapper.deliveryCheck .twitter-typeahead .tt-menu {
    font-size: 14px;
    width: 100%;
    padding: 16px;
    background: #fff;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    border-top: none;
    margin-top: -5px;
}
.form_wrapper.deliveryCheck .twitter-typeahead .tt-menu .tt-suggestion + .tt-suggestion {margin: 10px 0 0 0;}
.form_wrapper.deliveryCheck .twitter-typeahead .tt-menu .tt-suggestion {cursor: pointer;}

.deliveryCheck .checkResult {
    margin: 24px 0 0 0;
}
.deliveryCheck .checkResult p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.content_wrapper .form_wrapper.deliveryCheck .checkResult {display: none;}
.content_wrapper .form_wrapper.deliveryCheck .checkResult p+p {margin: 4px 0 0 0;}
.deliveryCheck .checkResult p span {font-weight: bold;}
.deliveryCheck .checkResult p {display: none;}
.deliveryCheck .checkResult p.visible {display: block;}

.content_wrapper .form_wrapper.deliveryCheck input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: default;
    background: #868686;
}

@media all and (max-width: 830px){
    .form_wrapper.deliveryCheck .input_wrap.address {margin-top: 16px;}
}

@media all and (max-width: 640px){

    .form_wrapper.deliveryCheck .input_wrap.address,
    .form_wrapper.deliveryCheck .input_wrap.city,
    .form_wrapper.deliveryCheck input[name="street"] {width: 100%;}

    .form_wrapper.deliveryCheck .input_wrap.city {
        margin: 0;
    }

    .form_wrapper.deliveryCheck .twitter-typeahead {
        width: 100%;
        margin: 0;
    }

    .form_wrapper.deliveryCheck .input_wrap.address {font-size: 0;}
    .form_wrapper.deliveryCheck input[name="house"],
    .form_wrapper.deliveryCheck input[name="corps"] {
        width: calc(50% - 8px);
        margin-top: 16px;
    }
}

/****************************************
Форма проверки стоимости доставки END
****************************************/