.bread-crumbs-wrapper,
.header-h1{
    display: none;
}
main.content{
    padding-top: 10px;
}
.delivery-page-banner{
    width: 100%;
    height: 600px;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 24px;
}

.delivery-page-banner-img{
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.delivery-page-banner-content{
    width: 100%;
    position: relative;
    top: 39px;
    left: 0;
    z-index: 2;
}

.delivery-page-main-title{
    width: 100%;
    max-width: 1052px;
    padding: 8px 8px 8px 24px;
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: 300;
    font-size: 96px;
    line-height: 112px;
    color: #283E58;
    margin-bottom: 60px;
}

.delivery-page-banner-items{
    width: 100%;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, Calc((100% - 80px)/3));
    gap: 40px;
}

.delivery-page-banner-item{
    width: 100%;
    min-height: 164px;
    background: rgba(241, 248, 249, 0.24);
    backdrop-filter: blur(20px);
    border: 1px solid #b0cbf6;
    border-radius: 12px;
    padding: 16px;
    position: relative;
}

.delivery-page-banner-item:first-child{
    background: rgba(255, 255, 255, 0.56);
}

.delivery-page-text{
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5C7282;
    margin-bottom: 4px;
}

.delivery-page-text.small{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

.delivery-page-text.small span {
    display: block;
    margin-bottom: 4px;
}

.delivery-page-text.small ul{
    margin-bottom: 0;
    padding-left: 16px;
}

.delivery-page-banner-title{
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #276EF1;
    margin-bottom: 24px;
}

.delivery-page-banner-title span{
    color: #1E54B7;
}

.delivery-page-banner-title.small{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

.delivery-page-banner-title.big{
    width: Calc(100% - 108px);
    font-size: 36px;
    line-height: 28px;
    font-variant: small-caps;
    margin-bottom: 8px;
}

.delivery-page-banner-title.small span{
    color: #174291;
}

.delivery-page-banner-title.big span{
    font-size: 40px;
    line-height: 28px;
    letter-spacing: 1.5px;
}

.delivery-page-banner-item-img{
    width: 100px;
    height: 67px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.select-city-btn{
    width: 100%;
    height: 48px;
    background: #276EF1;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.select-city-btn:hover{
    opacity: 0.8;
}

.select-city-btn i{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.select-city-btn i:before{
    font-size: 20px;
    color: #B3E5FC;
}

.select-city-btn span{
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #EFF3FE;
}

.delivery-page .delivery-page-banner-info{
    width: 100%;
    margin: 3px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #5B91F5;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.delivery-page-banner-info span{
    width: auto;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #276EF1;
}

.delivery-page-text-dark{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #40576D;
}

.delivery-page-text-dark.big{
    font-size: 18px;
    line-height: 28px;
}

.delivery-page-banner-remark{
    width: 100%;
    padding: 8px 8px 8px 16px;
    align-items: center;
}

.delivery-page-banner-remark i{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.delivery-page-banner-remark i:before{
    font-size: 20px;
    color: #182B48;
}

.delivery-page-banner-remark span{
    width: Calc(100% - 34px);
}

.delivery-page-detail-items{
    width: 100%;
    padding: 16px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 21.6% 21.6% 10.35% 30.6%;
    border: 1px solid rgba(0, 16, 61, 0.12);
    border-radius: 4px;
    gap: 60px;
}

.delivery-page-detail-item{
    width: 100%;
    padding: 8px;
}

.delivery-page-detail-item .delivery-page-text{
    margin-bottom: 0;
}

.delivery-page-detail-item-title{
    width: 100%;
    padding: 8px 0;
    margin-bottom: 8px;
    align-items: center;
}

.delivery-page-detail-item-title i{
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.delivery-page-detail-item-title i:before{
    font-size: 20px;
    color: #276EF1;
}

.delivery-page-detail-item-title span{
    width: Calc(100% - 40px);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #182B48;
}

.delivery-page-detail-item-row{
    width: 100%;
    margin-bottom: 8px;
    justify-content: space-between;
}

.delivery-page-detail-item-row:last-child{
    margin-bottom: 0;
}

.delivery-page-detail-item-row  .item-row-left{
    width: 63%;
    text-align: left;
}

.delivery-page-detail-item-row .item-row-right{
    width: 35%;
    text-align: right;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #283E58;
}

.delivery-page .delivery-page-detail-item-info{
    width: 100%;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #5B91F5;
}

.delivery-page-detail-item-info span{
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    color: #276EF1;
}

.delivery-page-detail-item-info span.dark{
    color: #40576D;
}

.delivery-page-detail-item-pay{
    width: 100%;
    gap: 16px;
}

.delivery-page-detail-item-pay ul{
    width: auto;
    margin: 0;
    padding-left: 24px;
}

.delivery-page-detail-item-pay li{
    width: 100%;
    margin-bottom: 8px;
    list-style: disc;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5C7282;
}

.delivery-page-detail-item-pay li:last-child{
    margin-bottom: 0;
}

.delivery-page-detail-info{
    width: 100%;
    display: block;
    padding: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #5C7282;
}

.delivery-page-desc{
    width: 100%;
    margin: 24px 0 80px;
}

.delivery-page-desc.second{
    margin: 0;
}

.delivery-page-desc-block{
    width: 100%;
    gap: 16px;
    position: relative;
}

.delivery-page-desc-wrap{
    width: Calc(100% - 500px);
}

.delivery-page-desc-img{
    width: 484px;
    height: 484px;
    position: relative;
}

.delivery-page-desc-block:nth-child(2) .delivery-page-desc-img:before{
    content: '';
    width: 26px;
    height: 27px;
    display: block;
    position: absolute;
    bottom: 0;
    right: -48px;
    background-image: url('/tools/_files/delivery/img/delivery-desc-before-1.svg');
    -moz-background-image: url('/tools/_files/delivery/img/delivery-desc-before-1.svg');
    -o-background-image: url('/tools/_files/delivery/img/delivery-desc-before-1.svg');
    -webkit-background-image: url('/tools/_files/delivery/img/delivery-desc-before-1.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.delivery-page-desc-block:nth-child(3) .delivery-page-desc-img:before{
    content: '';
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    top: 93px;
    left: -249px;
    background-image: url('/tools/_files/delivery/img/delivery-desc-before-2.svg');
    -moz-background-image: url('/tools/_files/delivery/img/delivery-desc-before-2.svg');
    -o-background-image: url('/tools/_files/delivery/img/delivery-desc-before-2.svg');
    -webkit-background-image: url('/tools/_files/delivery/img/delivery-desc-before-2.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.second .delivery-page-desc-block .delivery-page-desc-img:before{
    display: none;
}

.delivery-page-title{
    width: 100%;
    padding: 8px;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    color: #182B48;
}

.delivery-page-main-text{
    width: 100%;
    padding: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #40576D;
}

.delivery-page-advantage-info{
    width: 100%;
    padding: 16px;
    border: 1px solid rgba(0, 16, 61, 0.12);
    border-radius: 4px;
}

.delivery-page-advantage-info i{
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.delivery-page-advantage-info i:before{
    font-size: 20px;
}

.delivery-page-desc-block:nth-child(4):before{
    content: '';
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    top: 147px;
    right: 214px;
    background-image: url('/tools/_files/delivery/img/delivery-desc-before-2.svg');
    -moz-background-image: url('/tools/_files/delivery/img/delivery-desc-before-2.svg');
    -o-background-image: url('/tools/_files/delivery/img/delivery-desc-before-2.svg');
    -webkit-background-image: url('/tools/_files/delivery/img/delivery-desc-before-2.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.delivery-page-advantages{
    width: 100%;
    margin-bottom: 80px;
}

.delivery-page .delivery-page-advantages-wrap{
    width: 100%;
    gap: 0 40px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.delivery-page-advantage{
    width: Calc((100% - 40px)/2);
    gap: 8px;
}

.delivery-page-advantage:nth-child(even){
    margin-top: 120px;
}

.delivery-page-advantage-img{
    width: 200px;
    height: 200px;
}

.delivery-page-advantage-wrap{
    width: Calc(100% - 208px);
}

.delivery-page-subtitle{
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #182B48;
    padding: 8px;
}

.delivery-page-prices{
    margin-bottom: 80px;
}

.delivery-page-prices .delivery-page-text{
    margin-bottom: 40px;
    padding: 8px;
}

.delivery-page-prices-list{
    width: 100%;
    margin-top: 32px;
    gap: 16px;
}

.delivery-page-prices-list-rows{
    width: 100%;
}

.delivery-page-prices-list-rows .delivery-page-subtitle,
.delivery-page-prices-list-rows .delivery-page-main-text{
    display: none;
}

.delivery-page-prices-list-stickers{
    width: 100%;
    margin: 20px 0;
    justify-content: space-between;
}

.delivery-page-prices-list-sticker{
    width: 32%;
    padding: 20px;
    border-radius: 8px;
}

.delivery-page-prices-list-sticker:nth-child(1){
    color: #283E58;
    background: #FFAB36;
}

.delivery-page-prices-list-sticker:nth-child(2){
    color: #E4F1F4;
    background: #283E58;
}

.delivery-page-prices-list-sticker:nth-child(3){
    color: #174291;
    background: #EFF3FE;
}

.delivery-page-prices-list-sticker span{
    width: Calc(100% - 56px);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-left: 16px;
}

.delivery-page-prices-list-sticker i{
    width: 40px;
    height: 40px;
}

.delivery-page-prices-list-sticker:nth-child(1) i:before{
    font-size: 33px;
    color: #FFD686;
}

.delivery-page-prices-list-sticker:nth-child(2) i:before{
    font-size: 36px;
    color: #7F8F98;
}

.delivery-page-prices-list-sticker:nth-child(3) i:before{
    font-size: 31px;
    color: #5B91F5;
}

.delivery-page-prices-list-row{
    width: 100%;
    padding: 8px;
    background: #F9F9FA;
    border-radius: 4px;
    margin-bottom: 16px;
}

.delivery-page-prices-list-row:last-child{
    margin-bottom: 0;
}

.delivery-page-prices-list-title{
    width: 100%;
    justify-content: flex-start;
    padding: 8px;
}

.delivery-page-prices-list-title i{
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.delivery-page-prices-list-title span{
    width: Calc(100% - 40px);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #182B48;
}

.delivery-page-prices-list-row ul{
    margin-bottom: 0;
}

.delivery-page-prices-list-row li{
    width: 100%;
    justify-content: space-between;
    padding: 8px;
    margin-bottom: 16px;
}

.delivery-page-prices-list-row li:last-child{
    margin-bottom: 0;
}

.delivery-page-prices-list-row li > div{
    font-size: 16px;
    line-height: 24px;
}

.delivery-page-prices-list-section{
    width: Calc(70% - 8px);
    font-weight: 400;
    color: #5C7282;
}

.delivery-page-prices-list-info{
    width: Calc(30% - 8px);
    font-weight: 500;
    color: #283E58;
    justify-content: space-betweend;
}
.delivery-page-prices-list-info > div{
    width: 50%;
    text-align: center;
}

@media (max-width: 1440px){

    .delivery-page-banner{
        height: auto;
    }

    .delivery-page-banner-content{
        top: unset;
        margin-top: 48px;
    }

    .delivery-page-main-title{
        max-width: 830px;
        font-weight: 300;
        font-size: 80px;
        line-height: 64px;
        color: #283E58;
        margin-bottom: 330px;
    }

    .delivery-page-desc-block:nth-child(2) .delivery-page-desc-img:before{
        width: 24px;
        height: 24px;
        right: -42px;
    }

    .delivery-page-desc-block:nth-child(3) .delivery-page-desc-img:before{
        left: -265px;
    }
}

@media (max-width: 1199px){

    .delivery-page-main-title{
        margin-bottom: 230px;
    }

    .delivery-page-banner-items{
        grid-template-columns: auto auto 354px;
        gap: 8px;
    }


    .delivery-page-detail-items{
        grid-template-columns: repeat(2, Calc((100% - 64px)/2));
        gap: 24px 64px;
    }

    .delivery-page-detail-item-wrap{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .delivery-page-detail-item-wrap > div{
        width: auto;
    }

}

@media (max-width: 1024px){

    .delivery-page-main-title{
        font-weight: 400;
        font-size: 60px;
        line-height: 48px;
        color: #283E58;
        margin-bottom: 215px;
        padding: 0;
    }

    .delivery-page-banner-items{
        width: 100%;
        grid-template-rows: repeat(2, auto);
        grid-template-columns: repeat(2, Calc((100% - 8px)/2));
        gap: 8px;
    }

    .delivery-page-banner-item{
        min-height: auto;
    }

    .delivery-page-banner-item:nth-child(1){
        grid-row: 2;
        grid-column: 1;
    }

    .delivery-page-banner-item:nth-child(2){
        grid-row: 1;
        grid-column: 1/ span 2;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
    }

    .delivery-page-banner-item:nth-child(2) > div{
        width: Calc(50% - 8px);
    }

    .delivery-page-banner-item:nth-child(2) .delivery-page-banner-title.small{
        margin-bottom: 0;
    }

    .delivery-page-banner-item:nth-child(3){
        grid-row: 2;
        grid-column: 2;
    }

    .delivery-page-banner-remark{
        display: none;
    }

    .delivery-page-advantages-wrap{
        gap: 40px 0;
    }

    .delivery-page-advantage{
        width: 100%;
    }

    .delivery-page-advantage:nth-child(even){
        margin-top: 0;
        flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
    }
}

@media (max-width: 991px){

    .delivery-page-banner-img{
        height: 500px;
    }

    .delivery-page-desc-wrap{
        width: Calc(100% - 336px);
    }

    .delivery-page-desc-img{
        width: 320px;
        height: 320px;
    }

    .delivery-page-desc-block{
        margin-bottom: 40px;
    }

    .delivery-page-desc-block:nth-child(2) .delivery-page-desc-img:before{
        right: -40px;
        bottom: unset;
        top: 100%;
    }

    .delivery-page-desc-block:nth-child(3) .delivery-page-desc-img:before{
        left: -140px;
        top: 14px;
    }

    .delivery-page-desc-block:nth-child(4):before{
        top: 32px;
        right: unset;
        left: 415px;
    }

    .delivery-page-title{
        color: #000000;
    }

    .delivery-page-desc:not(.second) .delivery-page-title{
        font-size: 28px;
        line-height: 36px;
    }

    .delivery-page-prices .delivery-page-text{
        margin-bottom: 16px;
    }

    .delivery-page-prices-wrap .delivery-page-subtitle,
    .delivery-page-prices-wrap .delivery-page-main-text{
        display: none;
    }

    .delivery-page-prices-list-rows .delivery-page-subtitle,
    .delivery-page-prices-list-rows .delivery-page-main-text{
        display: block;
    }

    .delivery-page-prices-list-rows .delivery-page-main-text{
        margin-bottom: 32px;
    }

    .delivery-page .delivery-page-prices-list{
        flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        -webkit-flex-wrap: wrap-reverse;
        margin-top: 0;
    }

    .delivery-page-prices-list-rows,
    .delivery-page-prices-list-stickers{
        width: 100%;
    }

    .delivery-page-prices-list-sticker{
        align-items: center;
    }

    .delivery-page-prices-list-stickers{
        display: block;
    }

    .delivery-page-prices-list-sticker{
        width: 100%;
        margin-bottom: 20px;
    }

}

@media (max-width: 823px){

    .delivery-page-main-title{
        margin-bottom: 150px;
    }

    .delivery-page-banner-img{
        height: 450px;
    }
}

@media (max-width: 767px){

    .delivery-page-main-title{
        font-family: 'Roboto';
        font-weight: 400;
        max-width: 500px;
        font-size: 40px;
        color: #40576D;
        margin: 190px 0 24px;
    }

    .delivery-page-banner-img{
        height: 375px;
    }

    .delivery-page-banner-content{
        margin-top: 0;
    }

    .delivery-page-detail-info{
        padding: 4px 0 12px;
    }
}

@media (max-width: 736px){

    .delivery-page-banner{
        margin-bottom: 9px;
    }

    .delivery-page-banner-items{
        grid-template-rows: repeat(3, auto);
        grid-template-columns: auto;
        gap: 24px;
    }

    .delivery-page-banner-item:nth-child(1){
        grid-row: 2;
        grid-column: 1;
    }

    .delivery-page-banner-item:nth-child(2){
        grid-row: 1;
        grid-column: 1;
        display: block;
        align-items: unset;
        justify-content: unset;
        gap: unset;
    }

    .delivery-page-banner-item:nth-child(2) > div{
        width: 100%;
    }

    .delivery-page-banner-item:nth-child(2) .delivery-page-banner-title.small{
        margin-bottom: 16px;
    }

    .delivery-page-banner-item:nth-child(3){
        grid-row: 3;
        grid-column: 1;
    }

    .delivery-page-detail-items{
        grid-template-columns: repeat(2, Calc((100% - 24px)/2));
        gap: 24px;
    }

    .delivery-page-desc-img{
        width: 280px;
        height: 280px;
    }

    .delivery-page-desc-wrap{
        width: Calc(100% - 296px);
    }

}

@media (max-width: 640px){

    .delivery-page-detail-items{
        grid-template-columns: auto;
    }

    .delivery-page-detail-info{
        padding: 16px 0 8px;
    }

    .delivery-page .delivery-page-desc-block,
    .delivery-page .second .delivery-page-desc-block:nth-child(odd){
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .delivery-page .delivery-page-desc-block:nth-child(odd),
    .delivery-page .second .delivery-page-desc-block:nth-child(even){
        flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        -webkit-flex-wrap: wrap-reverse;
    }

    .delivery-page-desc-block:nth-child(2) .delivery-page-desc-img:before,
    .delivery-page-desc-block:nth-child(3) .delivery-page-desc-img:before,
    .delivery-page-desc-block:nth-child(4):before{
        display: none;
    }

    .delivery-page-desc-wrap{
        width: 100%;
    }

    .delivery-page-desc-img{
        width: auto;
        max-width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: contain;
    }

    .delivery-page .delivery-page-advantage{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .delivery-page .delivery-page-advantage:nth-child(even){
        flex-direction: unset;
        -ms-flex-direction: unset;
        -webkit-flex-direction: unset;
    }

    .delivery-page-advantage-img{
        margin: 0 auto 0 0;
    }

    .delivery-page-advantage-wrap{
        width: 100%;
    }

    .delivery-page-prices-list-section{
        max-width: Calc(65% - 8px);
    }

    .delivery-page-prices-list-info{
        max-width: Calc(35% - 8px);
        display: block;
        white-space: nowrap;
    }
}

@media (max-width: 480px){

    .delivery-page-main-title{
        font-size: 32px;
        line-height: 36px;
    }

    .delivery-page-banner-title{
        margin-bottom: 16px;
    }

    .select-city-btn{
        max-width: 240px;
        margin: 0 auto;
    }

    .delivery-page-banner-title.big{
        font-size: 24px;
    }

    .delivery-page-banner-title.big span{
        font-size: 32px;
    }

    .delivery-page-prices .delivery-page-text{
        margin-bottom: 24px;
    }

    .delivery-page-prices-list-sticker{
        align-items: flex-start;
    }
}

@media (max-width: 430px){

    .delivery-page-banner-img{
        height: auto;
        position: relative;
    }

    .delivery-page-main-title{
        margin: 8px 0 32px;
    }
}