

/* Start:/info/delivery/style.css?17526609854223*/
.delivery-main{
    margin-top: 42px;
}
@media(max-width:1199.98px){
    .delivery-main{
        margin-top: 15px;
    }
}
.delivery-main .delivery-header{
    display: flex;
    flex-direction: row;
    height: auto;
    position: relative;
    background: linear-gradient(-140deg, rgba(2,66,101,1) 0%, rgba(0,160,227,1) 100%);
    padding: 15px 15px 25px 60px;
    color: #FFF;
    border-radius: 5px;
}
@media(max-width:1199.98px){
    .delivery-main .delivery-header{
        padding: 5px 0px 10px 5px;
        padding-left: 0;
        height: auto;
    }
}
@media(min-width:768px) and (max-width:1199.98px) {
    .delivery-main .delivery-header{

    }
}
.delivery-main .delivery-header-text{
    display: flex;
    flex-direction: column;
    width: 100%;
}
@media(max-width:767.98px){
    .delivery-main .delivery-header-text{
        width: 70%;
    }
}
.delivery-main .delivery-header h1, .delivery-main .delivery-header h2{
    font-weight: bold;
    padding-left: 12px;
}
@media(max-width:768px){
    .delivery-main .delivery-header h1, .delivery-main .delivery-header h2{
        padding-left: 10px;
    }
}
@media(min-width: 768px) and (max-width:1199.98px){

}
.delivery-main .delivery-header h1{
    font-size: 30px;
    margin-top: 30px;
}
@media(min-width: 768px) and (max-width:1199.98px){
    .delivery-main .delivery-header h1{
        font-size: 26px;
        margin-top:15px;
        margin-bottom: 5px;
    }
}
@media(max-width:767.98px){
    .delivery-main .delivery-header h1{
        font-size: 18px;
        margin-top:15px;
        margin-bottom: 5px;
    }
}
.delivery-main .delivery-header h2{
    font-size: 26px;
    margin-top: 15px;
}
@media(max-width:1199.98px){
    .delivery-main .delivery-header h2{
        font-size: 16px;
    }
}

.delivery-main .delivery-header-globus{
    position: absolute;
    height: 275px;
    width: 300px;
    right: 40px;
    top: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:767px) and (max-width:1199.98px) {
    .delivery-main .delivery-header-globus{
        right: 0;
        height: 100%;
        width: 200px;
        top: 0;
    }
}
@media(max-width: 767px){
    .delivery-main .delivery-header-globus{
        right: 0;
        height: 100px;
        width: 100px;
        bottom: 0;
    }
}
.delivery-main .delivery-info-text{
    margin-top: 100px;
}
@media(max-width:1199.98px){
    .delivery-main .delivery-info-text{
        margin-top: 10px;
    }
}
.delivery-main .delivery-info-text h2{
    font-size: 30px;
    font-weight: bold;
    padding-left: 60px;
}
@media(max-width:767.98px){
    .delivery-main .delivery-info-text h2{
        font-size: 24px;
        padding: 10px;
        margin: 0;
    }
}
.delivery-vantage{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
@media(max-width: 767.98px){
    .delivery-vantage{
        flex-direction: column;
    }
}
.delivery-vantage .delivery-vantage-item{
    display: flex;
    flex-direction: column;
    width: 20%;
    background-color: #d9dbda;
    padding: 35px 15px 20px 15px;
    margin-right: 5px;
    border-radius: 5px;
}
@media(max-width: 767.98px){
    .delivery-vantage .delivery-vantage-item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
        padding: 15px 10px 15px 15px;
    }
}
.delivery-vantage .delivery-vantage-item:last-child{
    margin-right: 0;
}
.delivery-vantage .delivery-vantage-item .delivery-vantage-item-icon{
    height: 80px;
    width: 80px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
.delivery-vantage .delivery-vantage-item .delivery-vantage-item-name{
    font-size: 22px;
    line-height: 1.3;
    margin-top: 18px;
}
@media(max-width: 767.98px){
    .delivery-vantage .delivery-vantage-item .delivery-vantage-item-name{
        font-size: 18px;
        font-weight: bold;
    }
}
.delivery-vantage .delivery-vantage-item .delivery-vantage-item-description{
    font-size: 14px;
    line-height: 1.3;
    margin-top: 12px;
}
@media(max-width: 767.98px){
    .delivery-vantage .delivery-vantage-item .delivery-vantage-item-description{
        font-size: 12px;
    }
}

/* End */


/* Start:/local/components/raisite/delivery.list/templates/.default/style.css?17526609843564*/
.delivery-items{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
@media(max-width: 1199.98px){
    .delivery-items{
        margin-top: 10px;
    }
}
.delivery-items .delivery-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;

}
.delivery-items .delivery-item.active {
    height: auto;
}
@media(max-width: 1199.98px){
    .delivery-items .delivery-item {
        flex-direction: column;
        margin-bottom: 10px;
    }
}
.delivery-items .delivery-item .delivery-item-caption-pre{
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 25px 20px 20px 20px;
    background-color: #d9dbda;
    cursor: pointer;
    border-radius: 5px;
}
@media(max-width: 767.98px){
    .delivery-items .delivery-item .delivery-item-caption-pre{
        padding: 20px 10px 15px 10px;
    }
}
.delivery-items .delivery-item .delivery-item-caption{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.delivery-items .delivery-item .delivery-item-caption .delivery-item-countryicon{
    width: 30px;
    height: 24px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
}
@media(max-width: 767.98px){
    .delivery-items .delivery-item .delivery-item-caption .delivery-item-countryicon{
        width: 25px;
        height: 16px;
        margin-left: 10px;
    }
}
.delivery-items .delivery-item .delivery-item-info{
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 15px 15px 15px 60px;
    transition: max-height 1s ease, height 1s ease;
    max-height: 0;
    height: auto;
    overflow: hidden;
}
@media(max-width:767.98px){
    .delivery-items .delivery-item .delivery-item-info{
        padding: 10px 10px 0 10px;
    }
}
.delivery-items .delivery-item.active .delivery-item-info{
    display: block;
    height: auto;
    max-height: 100%;
    transition: max-height 1s ease, height 1s ease;
    -webkit-transition: max-height 1s ease, height 1s ease;
}
.delivery-items .delivery-item .delivery-item-caption .delivery-item-icon{
    width: 20px;
}
.delivery-items .delivery-item .delivery-item-caption .delivery-item-icon svg{
    width: 20px;
    height: 20px;
    fill: #000;
}
.delivery-items .delivery-item .delivery-item-caption .delivery-item-icon svg.delivery-item-open, .delivery-items .delivery-item.active .delivery-item-caption .delivery-item-icon svg.delivery-item-close{
    display: inherit;
}
.delivery-items .delivery-item.active .delivery-item-caption .delivery-item-icon svg.delivery-item-open, .delivery-items .delivery-item .delivery-item-caption .delivery-item-icon svg.delivery-item-close{
    display: none;
}
.delivery-items .delivery-item .delivery-item-name{
    font-size: 30px;
    margin-left: 20px;
    white-space: nowrap;
}
@media(min-width:768px) and (max-width: 1199.98px){
    .delivery-items .delivery-item .delivery-item-name{
        font-size: 30px;
    }
}
@media(max-width: 767.98px){
    .delivery-items .delivery-item .delivery-item-name{
        font-size: 16px;
        margin-left: 10px;
    }
}
.delivery-items .delivery-item .delivery-item-description{
    font-size: 18px;
    padding-left: 40px;
}
@media(min-width:768px) and (max-width: 1199.98px){
    .delivery-items .delivery-item .delivery-item-description{
        font-size: 16px;
    }
}
@media(max-width: 766.98px){
    .delivery-items .delivery-item .delivery-item-description{
        font-size: 12px;
        padding-left: 30px;
    }
}

/* End */
/* /info/delivery/style.css?17526609854223 */
/* /local/components/raisite/delivery.list/templates/.default/style.css?17526609843564 */
