.pricing-table {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 0 40px;
}

@media(max-width: 767px) {
    .pricing-table {
        background: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }
}

.pricing-table:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 5000px;
    height: 100%;
    background-color: #fff;
    box-shadow: 8px 0 10px rgba(0,0,0,0.1);
}

@media(max-width: 991px) { 
    .pricing-table:after {
        display: none;
    }
    .pricing-table {
        border-radius: 20px;
        margin-top: 40px;
    }
}

.pricing-col {
    position: relative;
    padding: 70px 0;
}

.col2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 115%;
    background-color: #fffce8;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

@media(max-width: 991px) {
    .col2:after {
        height: 107%;
    }
}

.pricing-col p {
    line-height: 1.3;
}

.pricing-col div {
    position: relative;
    z-index: 2000;
    min-height: 68px;
    border-top: 1px solid rgba(0,0,0,0.2);
    padding: 23px 0;
    padding-right: 15px;
}

.col2 div {
    padding-left: 32px;
}

@media(max-width: 767px) {
    .col2 div {
        padding-left: 0;
    }
}

.pricing-col div:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.col1 {
    width: 85px;
}

.col2 {
    width: 65%;
}

.col2 p {
    position: relative;
}

.col2 p:before {
    display: none;
    content: url(../img/check.svg);
    position: relative;
    top: 2px;
    margin-right: 12px;
}

@media(max-width: 1260px) {
    .col1 {
        width: 50px;
    }
    .col2 {
        width: 85%;
    }
}

@media(max-width: 767px) {
    .pricing-col {
        width: 100%;
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        padding: 30px 20px;
    }
    .col2 p:before {
        display: inline-block;
    }
    .col1 {
        display: none;
    }
    .col2 {
        background-color: #fffce8;
    }
    .pricing-col:first-child {
        margin-top: 0;
    }
    .col2:after {
        display: none;
    }
}

.col2 p {
    font-family: 'Roboto-Bold';
    color: #000;
}

.col-empty {
    width: 100%;
    flex: 1 1;
}

.col-empty div:after {
    content: '';
    position: absolute;
    /*right: -5000px;*/
    bottom: 0;
    height: 100%;
    /*width: 5000px;*/
    border-top: 1px solid rgba(0,0,0,0.2);
}

.col-empty div:last-child:after {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

@media(max-width: 991px) {
    .col-empty div:after {
        display: none;
    }
}

@media(max-width: 767px) {
    .col-empty {
        display: none;
    }
}

.house {
    position: absolute;
    top: -210px;
    left: -430px;
}

@media(max-width: 1260px) {
    .house {
        left: -300px;
    }
}

@media(max-width: 991px) {
    .house {
        position: relative;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        margin-top: -80px;
        margin-bottom: 40px;
    }
}

.pricing-text {
    padding-top: 75px;
}

@media(max-width: 1260px) {
    .pricing-text {
        padding-top: 0;
    }
}
/****/
.cent {
    max-width: none;
    position: relative;
    left: 45%;
    transform: translateX(-50%);
}

.footer-house {
    padding-bottom: 50px;
    padding-top: 100px;
}


@media(max-width: 991px) {
    .footer-house {
        padding-top: 60px;
    }
}

.poster {
    max-height: 655px;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media(max-width: 991px) {
    .cent {
        max-height: 470px;
    }
    .poster {
        max-height: 420px;
    }
}

@media(max-width: 767px) {
    .cent {
        max-height: 370px;
        left: 37%;
    }
    .poster {
        max-height: 320px;
    }
}
