﻿
.snip1214 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #000000;
    text-align: center;
    font-size: 16px;
    width: 100%;
    max-width: 1000px;
    margin: 40px 10px;
}

    .snip1214 .plan {
        margin: 0;
        width: 50%;
        position: relative;
        float: left;
        background-color: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .snip1214 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .snip1214 header {
        position: relative;
    }

    .snip1214 .plan-title {
        position: relative;
        top: 0;
        font-weight: 800;
        padding: 5px 15px;
        margin: 0 auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        display: inline-block;
        background-color: #222f3d;
        color: #ffffff;
        text-transform: uppercase;
    }

    .snip1214 .plan-cost {
        padding: 0px 10px 20px;
    }

    .snip1214 .plan-price {
        font-weight: 800;
        font-size: 2.4em;
        color: #34495e;
    }

    .snip1214 .plan-type {
        opacity: 0.6;
    }

    .snip1214 .plan-features {
        padding: 0;
        margin: 0;
        text-align: center;
        list-style: outside none none;
    }

        .snip1214 .plan-features li {
            border-top: 1px solid #d2d7e2;
            padding: 10px 5%;
        }

            .snip1214 .plan-features li:nth-child(even) {
                background: rgba(0, 0, 0, 0.08);
            }

        .snip1214 .plan-features i {
            margin-right: 8px;
            opacity: 0.4;
        }

    .snip1214 .plan-select {
        border-top: 1px solid #d2d7e2;
        padding: 10px 10px 0;
    }

        .snip1214 .plan-select a {
            background-color: #222f3d;
            color: #ffffff;
            text-decoration: none;
            padding: 0.5em 1em;
            -webkit-transform: translateY(50%);
            transform: translateY(50%);
            font-weight: 800;
            text-transform: uppercase;
            display: inline-block;
        }

            .snip1214 .plan-select a:hover {
                background-color: #46627f;
            }

    .snip1214 .featured {
        margin-top: -10px;
        background-color: #29164e;
        color: #ffffff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
        z-index: 1;
    }

        .snip1214 .featured .plan-title,
        .snip1214 .featured .plan-price {
            color: #ffffff;
        }

        .snip1214 .featured .plan-cost {
            padding: 10px 10px 20px;
        }

        .snip1214 .featured .plan-features li {
            border-top: 1px solid rgba(255, 255, 255, 0.4);
        }

        .snip1214 .featured .plan-select {
            padding: 20px 10px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.4);
        }

@media only screen and (max-width: 767px) {
    .snip1214 .plan {
        width: 50%;
    }

    .snip1214 .plan-title, .snip1214 .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .snip1214 .plan-cost,
    .snip1214 .featured .plan-cost {
        padding: 20px 10px 20px;
    }

    .snip1214 .plan-select,
    .snip1214 .featured .plan-select {
        padding: 10px 10px 10px;
    }

    .snip1214 .featured {
        margin-top: 0;
    }
}

@media only screen and (max-width: 640px) {
    .snip1214 .plan {
        width: 100%;
    }
}


summary {
    font-size: 1.25rem;
    font-weight: 600;
    background-color: #f1e6e6;
    color: #333;
    padding: 1rem;
    margin-bottom: 1rem;
    outline: none;
    border-radius: 0.25rem;
    text-align: left;
    cursor: pointer;
    position: relative;
}

details > summary::after {
    position: absolute;
    content: "+";
    right: 20px;
}

details[open] > summary::after {
    position: absolute;
    content: "-";
    right: 20px;
}

details > summary::-webkit-details-marker {
    display: none;
}

details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
}

@keyframes sweep {
    0% {
        opacity: 0;
        margin-top: -10px
    }

    100% {
        opacity: 1;
        margin-top: 0px
    }
}

.preH {
    background-color: midnightblue;
    color: white;
}

.preHb {
    background-color: darkorange;
}

.zlead {
    font-weight:300 !important;
}
.xc {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 2;
}

    .xc li {
        border-bottom: 1px solid rgba(125, 42, 42, 0.4);
        line-height: 2;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .xc li:nth-child(even) {
            background: rgba(0, 0, 0, 0.08);
        }

}

.cax:after {
    position: absolute;
    width: 570px;
    height: 550px;
    content: "";
    border-radius: 370px;
    left: 50%;
    margin-left: -280px;
    top: -290px;
    z-index: 0;
    overflow: hidden;
    background-color: #F2BB05;
}

.cxc {
    z-index: 9;
}

.koolui-pribel-mo05 .item--02:after {
    background-color: #F2BB05;
}

.bsdbutton1 {
    float: left;
    list-style: none;
    text-align: center;
    width: 95%;
    margin: 10px;
    padding: 2px;
    font-size: 14px;
    clear: both
}



#ftr {
    padding: 60px 0 40px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    background-color: #ecf5ff;
}

    #ftr .box {
        padding: 30px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin: 0 10px 40px 10px;
        background: #fff;
        box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
        transition: all 0.3s ease-in-out;
    }

        #ftr .box:hover {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
        }

    #ftr .icon {
        position: absolute;
        left: 10px;
        top: calc(50% - 32px);
    }

        #ftr .icon i, #ftr .icon svg {
            font-size: 64px;
            line-height: 1;
            transition: 0.5s;
        }

    #ftr .title {
        margin-left: 70px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        #ftr .title a {
            color: #111;
        }

    #ftr .box:hover .title a {
        color: #007bff;
    }

    #ftr .description {
        font-size: 14px;
        margin-left: 70px;
        line-height: 24px;
        margin-bottom: 0;
    }




#ftr2 {
    padding: 60px 0 40px 0;


}

    #ftr2 .box {
        padding: 30px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin: 0 10px 40px 10px;
        background: #EDF5FF !important;
        transition: all 0.3s ease-in-out;
    }

        #ftr2 .box:hover {
            -webkit-transform: translateY(-11px);
            transform: translateY(-11px);
        }

    #ftr2 .icon {
        position: absolute;
        left: 20px;
        top: calc(50% - 32px);
    }

        #ftr2 .icon i, #ftr2 .icon svg {
            font-size: 64px;
            line-height: 1;
            transition: 0.5s;
        }

    #ftr2 .title {
        margin-left: 70px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        #ftr2 .title a {
            color: #111;
        }

    #ftr2 .box:hover .title a {
        color: #007bff;
    }

    #ftr2 .description {
        font-size: 14px;
        margin-left: 70px;
        line-height: 24px;
        margin-bottom: 0;
    }