.bg-white{
    background-color: #fff;
}
.bg-green{
    background-color: #71BF54;
}
.bg-orange{
    background-color: #F99940;
}
.bg-red{
    background-color: #F44336;
}
.packages{
    padding-bottom: 120px;
    position: relative;
    width: 100%;
}

.packages .d-none{
    display: none;
}

.packages__headline h1{
    font-family: "Metropolis", Arial, Helvetica, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0;
    padding: 65px 0px;
}
.packages__row{
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}
.package-item.package-item--big{
    transform: scale(1.05);
    padding: 73px 24px 30px 24px;
}

.package-item{
    width: calc(32% - 20px);
    min-width: 250px;
    padding: 73px 24px 30px 24px;
    box-shadow: 0px 30px 148.5px 10px #0099FF1A;
    position: relative;
    color: #000;
    margin: 0 10px;
}
.package-item.bg-orange{
    color: #fff;
}

.package-item__head{
    padding-bottom: 48px;
}

.package-item__head .label{
    display: block;
    position: absolute;
    top: -1px;
    left: auto;
    right: 24px;
    font-family: "Metropolis", Arial, Helvetica, sans-serif;
    font-size: 17px;
    letter-spacing: .25em;
    padding: 10px 30px;
}

.package-item__head .label.bg-white{
    color: #02367B;
}

.package-title{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0 0;
    text-align: center;
}
.package-sub-title{
    font-family: "Metropolis", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.package-item__price{
    padding-bottom: 48px;
}

.package-item--big .package-item__price-amount{
    color: #fff;
}
.package-item__price-amount{
    font-family: "Metropolis", Arial, Helvetica, sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    color: #02367B;
    margin: 0;
    padding-bottom: 5px;
}

.package-item__price-descr{
    font-family: "Metropolis", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}
.package-item__description{
    padding-left: 0;
    list-style: none;
    padding-bottom: 30px;
}

.package-item__description li{
    list-style: none;
    padding-left: 36px;
    font-family: "Metropolis", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding-bottom: 18px;
    position: relative;
}
.package-item.bg-orange .package-item__description li::before{
    border-bottom: 3px solid #F99940;
    border-right: 3px solid #F99940;
}

.package-item__description li::before{
    content: '';
    clear: both;
    position: absolute;
    top: 1px;
    left: 7px;
    display: inline-block;
    transform: rotate(45deg);
    height: 9px;
    width: 5px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    z-index: 1;
}

.package-item.bg-orange .package-item__description li::after{
    background: #fff;
}

.package-item__description li::after{
    content: '';
    clear: both;
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background: #02367B;
}

.package-item__action{
    display: block;
    text-align: center;
    width: 240px;
    padding: 15px 30px;
    text-decoration: none;
    font-family: "Metropolis", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #02367B;
    line-height: 1;
    margin: 0 auto;
    transition: all 0.3s linear;
}
.package-item__action.bg-green{
    color: #fff;

}

.package-item__action:hover{
    opacity: 0.7;
}

@media screen and (max-width: 1024px) {
    
    .packages__headline h1{
        padding: 60px 0px;
    }

    .package-item__head .label{
        display: block;
        position: absolute;
        top: -1px;
        left: auto;
        right: 10px;
        font-family: "Metropolis", Arial, Helvetica, sans-serif;
        font-size: 12px;
        letter-spacing: .25em;
        padding: 8px 25px;
    }
    .package-item__head{
        padding-bottom: 36px;
    }

    .package-item.package-item--big{
        padding: 60px 24px 30px 24px;
    }
    .package-item__price-amount{
        font-size: 50px;
    }
    .package-item__price{
        padding-bottom: 36px;
    }
    .package-item__description li{
        padding-left: 26px;
        font-size: 12px;
        padding-bottom: 14px;
    }
    .package-item__description li::before{
        height: 8px;
        width: 5px;
    }
    .package-item__description li::after{
        width: 16px;
        height: 16px;
    }

}
@media screen and (max-width:992px) {   
     .packages .packages__row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: 1s all;
        -o-transition: 1s all;
        transition: 1s all;
    }
    .button-slider-right.d-none {
        display: block !important;
        position: absolute;
        top: 50%;
        right: 20px;
        z-index: 9;
    }
    .button-slider-left.d-none {
        display: block !important;
        position: absolute;
        top: 50%;
        left: 20px;
        z-index: 9;
    }
}

@media screen and (max-width: 768px) {

    .package-item__description li::after{
        width: 16px;
        height: 16px;
        top: -3px;
    }
    .package-item__description li::before{
        top: 0px;
        left: 6px;
        height: 9px;
        width: 5px;
    }

    .package-item.bg-orange .package-item__description li::before{
        border-bottom: 3px solid #F99940;
        border-right: 3px solid #F99940;
    }
    .package-item__head{
        padding-bottom: 26px;
    }

    .package-item__head .label{
        padding: 8px 16px;
        font-size: 10px;
    }

    .package-title {
        font-size: 20px;
        margin: 0px 0 0 0;
    }

    .package-item__action{
        font-size: 16px;
    }
    .package-item__price-descr{
        font-size: 16px;
    }

    .package-item__price{
        padding-bottom: 30px;
    }

    .package-item__price-amount {
        padding-bottom: 6px;
    }
    .package-item.package-item--big{
        padding:  50px 15px 40px 15px;
    }
    .package-item{
        width: 95%;
        min-width: 280px;
        padding:  50px 15px 40px 15px;
        margin: 0 10px;
    }
    .package-item__description{
        padding-bottom: 30px;
    }
    .packages__headline h1{
        font-size: 29px;
    }
}