

/* Start:/local/templates/main/components/bitrix/news.list/delivery-page/style.css?17594927784510*/
.delivery-gradient{
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 49%, rgba(254,254,254,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(49%, rgba(226,226,226,1)), color-stop(100%, rgba(254,254,254,1)));
        background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 49%, rgba(254,254,254,1) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 49%, rgba(254,254,254,1) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 49%, rgba(254,254,254,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 49%, rgba(254,254,254,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefe', GradientType=1 );
}

.delivery-title{
        text-align: center;
        /*width: 100%;*/
        font-size: 30px;
        padding-top: 10px;
        padding-bottom: 0px;
        margin-bottom: 10px;
        line-height: 30px;
        text-transform: uppercase;
        color: #4a4a4a;    
}
.margin30{
    margin-bottom: 30px;
}
html .delivery-previe-text ul{
        color: #000;
        list-style: none;
        margin-top: 15px;
}
        html .delivery-previe-text ul li{
                position: relative;
                margin-bottom: 10px;
        }
                html .delivery-previe-text ul li:before {
                        content: '';
                        position: absolute;
                        width: 10px;
                        height: 10px;
                        background: #f65917;
                        margin-left: -20px;
                        margin-top: 5px;
                }
                

.wrap-delivery-icon{
        text-align: center;
        display: block;
}                
        ul.delivery-default-tpl{
                padding-left: 0px;
                padding-bottom: 20px;
                list-style: none;
                text-align: center;
                display: inline-block;
        }
                ul.delivery-default-tpl li {
                    display: inline-block;
                    width: 120px;
                    float: left;
                    position: relative;
                }
                        .delivery-img {
                            width: 120px;
                            height: 120px;
                            overflow: hidden;
                            border-radius: 60px;
                            padding: 0px;
                            margin: 0px;
                            border: 0px solid #cfcdcd;
                        }
                        .delivery-desc {
                            width: 120px;
                            height: 70px;
                        }
                        
                ul.delivery-default-tpl li:not(:last-child) {
                    margin-right: 50px;
                }
                        ul.delivery-default-tpl li:not(:last-child):after {
                            content: url(/local/templates/main/img/arrow-next.png);
                            position: absolute;
                            width: 50px;
                            height: 20px;
                            /* background: aqua; */
                            top: 50px;
                            left: 100%;
                        }
                        
@media screen and (max-width: 689px) {
    ul.delivery-default-tpl li:not(:last-child) {
        margin-right: 40px;
    }
    ul.delivery-default-tpl li {
        width: 90px;
    }
    ul.delivery-default-tpl li:not(:last-child):after{
        top: 35px;
    }
            .delivery-img {
                    width: 90px;
                    height: 90px;
            }
            .delivery-desc {
                   width: 90px; 
                   font-size: 13px;
            }
            
        
}

.delivery-graphic{
        width: 80px;
        height: 80px;
        display: inline-block;
        float: left;
        margin-right: 20px;
        border-radius: 40px;
        border: 1px solid #cfcdcc;
        margin-bottom: 10px;
}
.delivery-graphic-left{
        margin-top: 10px;
        line-height: 80px;
        text-align: right;
}
.delivery-graphic-right{
        margin-top: 10px;
        text-align: left;
}
/* End */
/* /local/templates/main/components/bitrix/news.list/delivery-page/style.css?17594927784510 */
