﻿.plans-list {
    position: relative;
    font-size: 0;
}

    .plans-list ul {
        list-style-type: none;
    }

        .plans-list ul li a {
            position: relative;
            display: block;
            padding: 20px 241px 20px 20px;
            min-height: 180px;
            margin: 0 0 24px 0px;
            border-radius: 1px;
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
        }

        .plans-list ul li {
            display: inline-block;
            vertical-align: top;
            width: 48.5%;
        }

            .plans-list ul li:nth-child(2n) {
                margin-right: 3%;
            }

            .plans-list ul li a img {
                width: 200px;
                display: block;
                border-radius: 4px;
                border: 1px solid #cecece;
                padding: 2px;
                margin: 0 0 10px 24px;
                position: relative;
                z-index: 1;
                position: absolute;
                right: 20px;
                top: 20px;
            }

            .plans-list ul li a h3 {
                font-size: 17px;
                font-weight: bold;
                position: relative;
                height: 30px;
                line-height: 20px;
                text-align: right;
                color: #090808;
                display: inline-block;
                width: 75%;
                margin-bottom: 25px;
            }

            .plans-list ul li a p {
                font-size: 12px;
                color: #909090;
                text-align: justify;
                line-height: 1.6;
            }

            .plans-list ul li a:hover {
                background: #ffeaea;
            }

                .plans-list ul li a:hover h3 {
                    color: #da0000;
                }

.plan-page .summary {
    position: relative;
    float: left;
    width: 40%;
    margin: 0 30px 30px 0;
    padding: 50px 30px;
    font-size: 14px;
    text-align: justify;
    color: #969696;
    text-shadow: 0 1px 0.5px #fff;
    line-height: 2.5;
    border: 0;
    border-right: 15px solid #ffefef;
    font-weight: bold;
}

    .plan-page .summary:before {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        background: url(../../icons/quotation-open.png) no-repeat center center;
        background-size: 20px;
    }

    .plan-page .summary:after {
        content: '';
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 40px;
        height: 40px;
        background: url(../../icons/quotation-close.png) no-repeat center center;
        background-size: 20px;
    }
